Freigeben über


InstancePoolResource.GetManagedInstances(String, CancellationToken) Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/instancePools/{instancePoolName}/managedInstances
  • Vorgangs-IdManagedInstances_ListByInstancePool
public virtual Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstances (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstances : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetManagedInstances : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
Public Overridable Function GetManagedInstances (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von ManagedInstanceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: