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

Azure Site Recovery Protection Container.
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ASRProtectionContainer ( ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectionContainer class.

ASRProtectionContainer ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer pc, List availablePolicies, List protectionContainerMappings ) : Microsoft.Azure.Management.SiteRecovery.Models

Initializes a new instance of the ASRProtectionContainer class with required parameters.

메소드 상세

ASRProtectionContainer() 공개 메소드

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

ASRProtectionContainer() 공개 메소드

Initializes a new instance of the ASRProtectionContainer class with required parameters.
public ASRProtectionContainer ( Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer pc, List availablePolicies, List protectionContainerMappings ) : Microsoft.Azure.Management.SiteRecovery.Models
pc Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer Protection container object
availablePolicies List
protectionContainerMappings List
리턴 Microsoft.Azure.Management.SiteRecovery.Models