Freigeben über


SqlExtensions.GetManagedInstances Methode

Definition

Überlädt

GetManagedInstances(ResourceGroupResource)

Ruft eine Auflistung von ManagedInstanceResources in resourceGroupResource ab.

GetManagedInstances(SubscriptionResource, String, CancellationToken)

Ruft eine Liste aller verwalteten Instanzen im Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Vorgang IdManagedInstances_List

GetManagedInstances(ResourceGroupResource)

Ruft eine Auflistung von ManagedInstanceResources in resourceGroupResource ab.

public static Azure.ResourceManager.Sql.ManagedInstanceCollection GetManagedInstances (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedInstances : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Sql.ManagedInstanceCollection
<Extension()>
Public Function GetManagedInstances (resourceGroupResource As ResourceGroupResource) As ManagedInstanceCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von ManagedInstanceResources und deren Vorgänge über eine ManagedInstanceResource darstellt.

Gilt für:

GetManagedInstances(SubscriptionResource, String, CancellationToken)

Ruft eine Liste aller verwalteten Instanzen im Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Vorgang IdManagedInstances_List
public static Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstances (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedInstances : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
<Extension()>
Public Function GetManagedInstances (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedInstanceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

expand
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der ManagedInstanceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: