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) | |
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
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET