KeyVaultCmdletBase.KVSubResourceWildcardFilter<T> 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.
public System.Collections.Generic.List<T> KVSubResourceWildcardFilter<T> (string name, System.Collections.Generic.IEnumerable<T> resources);
member this.KVSubResourceWildcardFilter : string * seq<'T> -> System.Collections.Generic.List<'T>
Public Function KVSubResourceWildcardFilter(Of T) (name As String, resources As IEnumerable(Of T)) As List(Of T)
Type Parameters
- T
Parameters
- name
- String
- resources
- IEnumerable<T>
Returns
List<T>