Freigeben über


InstancePoolsOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Ruft eine Liste instance Pools in der Ressourcengruppe ab.

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

Parameter

operations
IInstancePoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: