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

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

공개 메소드들

메소드 설명
ASRVault ( ) : System

Initializes a new instance of the ASRVault class.

ASRVault ( Microsoft.WindowsAzure.Management.RecoveryServices.Models.CloudService cloudService, Microsoft.WindowsAzure.Management.RecoveryServices.Models.Vault vault, string subscription ) : System

Initializes a new instance of the ASRVault class.

비공개 메소드들

메소드 설명
ParseStatus ( Microsoft.WindowsAzure.Management.RecoveryServices.Models.ResourceOperationStatus operationStatus ) : string

Method to parse status of the vault

ParseVaultId ( IList outputItems ) : string

Method to extract vault id

메소드 상세

ASRVault() 공개 메소드

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

ASRVault() 공개 메소드

Initializes a new instance of the ASRVault class.
public ASRVault ( Microsoft.WindowsAzure.Management.RecoveryServices.Models.CloudService cloudService, Microsoft.WindowsAzure.Management.RecoveryServices.Models.Vault vault, string subscription ) : System
cloudService Microsoft.WindowsAzure.Management.RecoveryServices.Models.CloudService cloud service object
vault Microsoft.WindowsAzure.Management.RecoveryServices.Models.Vault vault object
subscription string Current subscription
리턴 System