Partager via


OrganizationOperationsOperationsExtensions.ListByResourceGroupAsync Méthode

Définition

Répertoriez toutes les organisations sous le groupe de ressources spécifié.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IOrganizationOperationsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OrganizationResource))

Paramètres

operations
IOrganizationOperationsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom de groupe ressources

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à