C# Class Microsoft.Azure.Commands.SiteRecovery.ASRProtectableItem

Azure Site Recovery Protectable Item
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ASRProtectableItem ( ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectableItem class.

ASRProtectableItem ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem pi ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectableItem class when it is not protected

Private Methods

Method Description
UpdateDiskDetails ( IList diskDetails ) : void

Method Details

ASRProtectableItem() public method

Initializes a new instance of the ASRProtectableItem class.
public ASRProtectableItem ( ) : Microsoft.Azure.Management.SiteRecovery.Models
return Microsoft.Azure.Management.SiteRecovery.Models

ASRProtectableItem() public method

Initializes a new instance of the ASRProtectableItem class when it is not protected
public ASRProtectableItem ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem pi ) : Microsoft.Azure.Management.SiteRecovery.Models
pi Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem Protectable Item to read values from
return Microsoft.Azure.Management.SiteRecovery.Models