AzureRMCmdlet.TopLevelWildcardFilter<T> Method
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.
C#
public System.Collections.Generic.List<T> TopLevelWildcardFilter<T> (string resourceGroupName, string name, System.Collections.Generic.IEnumerable<T> resources);
member this.TopLevelWildcardFilter : string * string * seq<'T> -> System.Collections.Generic.List<'T>
Public Function TopLevelWildcardFilter(Of T) (resourceGroupName As String, name As String, resources As IEnumerable(Of T)) As List(Of T)
- T
- resourceGroupName
- String
- name
- String
- resources
- IEnumerable<T>
List<T>
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |