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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.