Partager via


PSRecoveryServicesClient.GetVault(String, String) Method

Definition

Method to get Azure Recovery Services Vault

public Microsoft.Azure.Management.RecoveryServices.Models.Vault GetVault (string resouceGroupName, string resourceName);
member this.GetVault : string * string -> Microsoft.Azure.Management.RecoveryServices.Models.Vault
Public Function GetVault (resouceGroupName As String, resourceName As String) As Vault

Parameters

resouceGroupName
String

Name of the resouce group

resourceName
String

Name of the resource

Returns

vault response object.

Applies to