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

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ASRVaultSettings class.
public ASRVaultSettings ( ) : System
Résultat System

ASRVaultSettings() public méthode

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
Résultat System