共用方式為


PSRecoveryServicesClient.GetVaultsInResouceGroup(String) Method

Definition

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.

Applies to