Sdílet prostřednictvím


KeyVaultManagementCmdletBase.ListVaults Method

Definition

Overloads

ListVaults(String, Hashtable)
ListVaults(String, Hashtable, Nullable<ResourceTypeName>)

ListVaults(String, Hashtable)

protected System.Collections.Generic.List<Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem> ListVaults (string resourceGroupName, System.Collections.Hashtable tag);
member this.ListVaults : string * System.Collections.Hashtable -> System.Collections.Generic.List<Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem>
Protected Function ListVaults (resourceGroupName As String, tag As Hashtable) As List(Of PSKeyVaultIdentityItem)

Parameters

resourceGroupName
String
tag
Hashtable

Returns

Applies to

ListVaults(String, Hashtable, Nullable<ResourceTypeName>)

protected System.Collections.Generic.List<Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem> ListVaults (string resourceGroupName, System.Collections.Hashtable tag, Microsoft.Azure.Commands.KeyVault.Models.ResourceTypeName? resourceTypeName = 0);
member this.ListVaults : string * System.Collections.Hashtable * Nullable<Microsoft.Azure.Commands.KeyVault.Models.ResourceTypeName> -> System.Collections.Generic.List<Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem>
Protected Function ListVaults (resourceGroupName As String, tag As Hashtable, Optional resourceTypeName As Nullable(Of ResourceTypeName) = 0) As List(Of PSKeyVaultIdentityItem)

Parameters

resourceGroupName
String
tag
Hashtable
resourceTypeName
Nullable<ResourceTypeName>

Returns

Applies to