PSRecoveryServicesClient.GetVault(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.