Aracılığıyla paylaş


KeyVaultManagementCmdletBase.FilterByTag Method

Definition

Overloads

FilterByTag<T>(List<T>, Hashtable)
FilterByTag<T>(T, Hashtable)

FilterByTag<T>(List<T>, Hashtable)

protected System.Collections.Generic.List<T> FilterByTag<T> (System.Collections.Generic.List<T> listResult, System.Collections.Hashtable tag) where T : Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem;
member this.FilterByTag : System.Collections.Generic.List<'T (requires 'T :> Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem)> * System.Collections.Hashtable -> System.Collections.Generic.List<'T (requires 'T :> Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem)> (requires 'T :> Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem)
Protected Function FilterByTag(Of T As PSKeyVaultIdentityItem) (listResult As List(Of T), tag As Hashtable) As List(Of T)

Type Parameters

T

Parameters

listResult
List<T>
tag
Hashtable

Returns

List<T>

Applies to

FilterByTag<T>(T, Hashtable)

protected T FilterByTag<T> (T vault, System.Collections.Hashtable tag) where T : Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem;
member this.FilterByTag : 'T * System.Collections.Hashtable -> 'T (requires 'T :> Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem)
Protected Function FilterByTag(Of T As PSKeyVaultIdentityItem) (vault As T, tag As Hashtable) As T

Type Parameters

T

Parameters

vault
T
tag
Hashtable

Returns

T

Applies to