PSRecoveryServicesClient.GetVaultsInResouceGroup(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 list Azure Recovery Services Vaults
public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Models.Vault> GetVaultsInResouceGroup (string resouceGroupName);
member this.GetVaultsInResouceGroup : string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Models.Vault>
Public Function GetVaultsInResouceGroup (resouceGroupName As String) As List(Of Vault)
Parameters
- resouceGroupName
- String
Name of the resouce group
Returns
vault list response object.