Share via


IndependentChildrenImpl<T,ImplT,InnerT,InnerCollectionT,ManagerT,ParentT>.ListByParent Method

Definition

Overloads

ListByParent(ParentT)
ListByParent(String, String)

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

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

Implements

Applies to