Freigeben über


InstancePoolResource.GetManagedInstancesAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/instancePools/{instancePoolName}/managedInstances
  • Vorgang IdManagedInstances_ListByInstancePool
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstancesAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstancesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetManagedInstancesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
Public Overridable Function GetManagedInstancesAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceResource)

Parameter

expand
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ManagedInstanceResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: