ResourceNameCompleterAttribute.FilterByParentResource 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 static System.Collections.Generic.List<string> FilterByParentResource (System.Collections.Generic.List<Microsoft.Azure.Management.Internal.Resources.Utilities.Models.ResourceIdentifier> ids, string[] parentResources);
static member FilterByParentResource : System.Collections.Generic.List<Microsoft.Azure.Management.Internal.Resources.Utilities.Models.ResourceIdentifier> * string[] -> System.Collections.Generic.List<string>
Public Shared Function FilterByParentResource (ids As List(Of ResourceIdentifier), parentResources As String()) As List(Of String)
Parameters
- ids
- List<ResourceIdentifier>
- parentResources
- String[]