C# Class Microsoft.Azure.Commands.RecoveryServices.Backup.Helpers.RecoveryPointConversions

Recovery Point conversion helper.
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
GetPSAzureRecoveryPoints ( Microsoft.Azure.Management.RecoveryServices.Backup.Models rpList, ItemBase item ) : List

Helper function to convert ps recovery points list model from service response.

GetPSAzureRecoveryPoints ( Microsoft.Azure.Management.RecoveryServices.Backup.Models rpResponse, ItemBase item ) : RecoveryPointBase

Helper function to convert ps recovery point model from service response.

Method Details

GetPSAzureRecoveryPoints() public static method

Helper function to convert ps recovery points list model from service response.
public static GetPSAzureRecoveryPoints ( Microsoft.Azure.Management.RecoveryServices.Backup.Models rpList, ItemBase item ) : List
rpList Microsoft.Azure.Management.RecoveryServices.Backup.Models
item Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase
return List

GetPSAzureRecoveryPoints() public static method

Helper function to convert ps recovery point model from service response.
public static GetPSAzureRecoveryPoints ( Microsoft.Azure.Management.RecoveryServices.Backup.Models rpResponse, ItemBase item ) : RecoveryPointBase
rpResponse Microsoft.Azure.Management.RecoveryServices.Backup.Models
item Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase
return RecoveryPointBase