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

파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ASRProtectionContainer ( ) : System

Initializes a new instance of the ASRProtectionContainer class.

ASRProtectionContainer ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionContainer pc ) : System

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

메소드 상세

ASRProtectionContainer() 공개 메소드

Initializes a new instance of the ASRProtectionContainer class.
public ASRProtectionContainer ( ) : System
리턴 System

ASRProtectionContainer() 공개 메소드

Initializes a new instance of the ASRProtectionContainer class with required parameters.
public ASRProtectionContainer ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionContainer pc ) : System
pc Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProtectionContainer Protection container object
리턴 System