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

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

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

Method Details

ASRVault() public méthode

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

ASRVault() public méthode

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