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

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

공개 메소드들

메소드 설명
ASRVaultSettings ( ) : System

Initializes a new instance of the ASRVaultSettings class.

ASRVaultSettings ( string resourceName, string cloudServiceName ) : System

Initializes a new instance of the ASRVaultSettings class with vault and Cloud Service names.

메소드 상세

ASRVaultSettings() 공개 메소드

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

ASRVaultSettings() 공개 메소드

Initializes a new instance of the ASRVaultSettings class with vault and Cloud Service names.
public ASRVaultSettings ( string resourceName, string cloudServiceName ) : System
resourceName string vault Name
cloudServiceName string Cloud Service Name
리턴 System