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

Azure Site Recovery Protection Entity.
Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Public Methods

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

Initializes a new instance of the ASRProtectionEntity class.

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

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

ASRProtectionEntity ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem pi, Microsoft.Azure.Management.SiteRecovery.Models.ReplicationProtectedItem rpi, Microsoft.Azure.Management.SiteRecovery.Models.Policy policy = null ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectionEntity class when it is protected

Private Methods

Method Description
UpdateDiskDetails ( IList diskDetails ) : void

Method Details

ASRProtectionEntity() public method

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

ASRProtectionEntity() public method

Initializes a new instance of the ASRProtectionEntity class when it is not protected
public ASRProtectionEntity ( 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

ASRProtectionEntity() public method

Initializes a new instance of the ASRProtectionEntity class when it is protected
public ASRProtectionEntity ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem pi, Microsoft.Azure.Management.SiteRecovery.Models.ReplicationProtectedItem rpi, Microsoft.Azure.Management.SiteRecovery.Models.Policy policy = null ) : Microsoft.Azure.Management.SiteRecovery.Models
pi Microsoft.Azure.Management.SiteRecovery.Models.ProtectableItem Protectable Item to read values from
rpi Microsoft.Azure.Management.SiteRecovery.Models.ReplicationProtectedItem Replication Protected Item to read values from
policy Microsoft.Azure.Management.SiteRecovery.Models.Policy
return Microsoft.Azure.Management.SiteRecovery.Models