C# 클래스 Microsoft.Azure.Commands.SiteRecovery.ASRProtectionEntity

Azure Site Recovery Protection Entity.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
UpdateDiskDetails ( IList diskDetails ) : void

메소드 상세

ASRProtectionEntity() 공개 메소드

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

ASRProtectionEntity() 공개 메소드

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
리턴 Microsoft.Azure.Management.SiteRecovery.Models

ASRProtectionEntity() 공개 메소드

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
리턴 Microsoft.Azure.Management.SiteRecovery.Models