Compartir a través de


ISupportsListingByParent<T,ParentT,ManagerT>.ListByParentAsync Método

Definición

Sobrecargas

ListByParentAsync(ParentT, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

ListByParentAsync(String, String, CancellationToken)

Enumera los recursos del tipo especificado en el grupo de recursos especificado.

ListByParentAsync(ParentT, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByParentAsync (ParentT parentResource, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByParentAsync : 'ParentT * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByParentAsync (parentResource As ParentT, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

Parámetros

parentResource
ParentT

Instancia del recurso primario.

cancellationToken
CancellationToken

Devoluciones

Se aplica a

ListByParentAsync(String, String, CancellationToken)

Enumera los recursos del tipo especificado en el grupo de recursos especificado.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByParentAsync (string resourceGroupName, string parentName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByParentAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByParentAsync (resourceGroupName As String, parentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos del que se van a enumerar los recursos.

parentName
String

Nombre del recurso primario.

cancellationToken
CancellationToken

Devoluciones

Se aplica a