C# Class Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings

ファイルを表示 Open project: Azure/azure-powershell

Public Methods

Method Description
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.

Method Details

ASRVaultSettings() public method

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

ASRVaultSettings() public method

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
return System