Partager via


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

Définition

Surcharges

ListByParentAsync(ParentT, CancellationToken)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

ListByParentAsync(String, String, CancellationToken)

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

ListByParentAsync(ParentT, CancellationToken)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

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))

Paramètres

parentResource
ParentT

Instance de la ressource parente.

cancellationToken
CancellationToken

Retours

S’applique à

ListByParentAsync(String, String, CancellationToken)

Répertorie les ressources du type spécifié dans le groupe de ressources spécifié.

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))

Paramètres

resourceGroupName
String

Nom du groupe de ressources à partir duquel répertorier les ressources.

parentName
String

Nom de la ressource parente.

cancellationToken
CancellationToken

Retours

S’applique à