Freigeben über


ManagedInstancesOperationsExtensions.ListByInstancePoolAsync Methode

Definition

Ruft eine Liste aller verwalteten Instanzen in einem instance-Pool ab.

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

Parameter

operations
IManagedInstancesOperations

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.

instancePoolName
String

Der name des instance Pools.

expand
String

Die untergeordneten Ressourcen, die in die Antwort eingeschlossen werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: