KeyVaultManagementCmdletBase.ListVaults 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.
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>