Microsoft.Azure.Commands.RecoveryServices.PSRecoveryServicesClient.GetVault C# (CSharp) Method

GetVault() public method

Method to get Azure Recovery Services Vault
public GetVault ( string resouceGroupName, string resourceName ) : Microsoft.Azure.Management.RecoveryServices.Models.VaultResponse
resouceGroupName string Name of the resouce group
resourceName string Name of the resource
return Microsoft.Azure.Management.RecoveryServices.Models.VaultResponse
        public VaultResponse GetVault(string resouceGroupName, string resourceName)
        {
            return this.GetRecoveryServicesClient.Vaults.Get(resouceGroupName, resourceName, this.GetRequestHeaders());
        }