IndependentChildrenImpl<T,ImplT,InnerT,InnerCollectionT,ManagerT,ParentT>.ListByParent 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
ListByParent(ParentT)
public System.Collections.Generic.IEnumerable<T> ListByParent(ParentT parentResource);
abstract member ListByParent : 'ParentT -> seq<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
override this.ListByParent : 'ParentT -> seq<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
Public Function ListByParent (parentResource As ParentT) As IEnumerable(Of T)
Parameters
- parentResource
- ParentT
Returns
IEnumerable<T>
Implements
Applies to
ListByParent(String, String)
public System.Collections.Generic.IEnumerable<T> ListByParent(string resourceGroupName, string parentName);
abstract member ListByParent : string * string -> seq<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
override this.ListByParent : string * string -> seq<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
Public Function ListByParent (resourceGroupName As String, parentName As String) As IEnumerable(Of T)
Parameters
- resourceGroupName
- String
- parentName
- String
Returns
IEnumerable<T>
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET