Freigeben über


ElasticPoolCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ElasticPoolResource Vorgänge darstellt. Jedes ElasticPoolResource in der Auflistung gehört zum gleichen instance von SqlServerResource. Um eine ElasticPoolCollection instance rufen Sie die GetElasticPools-Methode aus einer instance von aufSqlServerResource.

public class ElasticPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.ElasticPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.ElasticPoolResource>
type ElasticPoolCollection = class
    inherit ArmCollection
    interface seq<ElasticPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<ElasticPoolResource>
Public Class ElasticPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ElasticPoolResource), IEnumerable(Of ElasticPoolResource)
Vererbung
ElasticPoolCollection
Implementiert

Konstruktoren

ElasticPoolCollection()

Initialisiert eine neue instance der -Klasse für die ElasticPoolCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, ElasticPoolData, CancellationToken)

Erstellt oder aktualisiert einen Pool für elastische Datenbanken.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ElasticPoolData, CancellationToken)

Erstellt oder aktualisiert einen Pool für elastische Datenbanken.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_Get
Get(String, CancellationToken)

Ruft einen Pool für elastische Datenbanken ab

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_Get
GetAll(Nullable<Int64>, CancellationToken)

Ruft alle Pools für elastische Datenbanken auf einem Server ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools
  • Vorgangs-IdElasticPools_ListByServer
GetAllAsync(Nullable<Int64>, CancellationToken)

Ruft alle Pools für elastische Datenbanken auf einem Server ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools
  • Vorgangs-IdElasticPools_ListByServer
GetAsync(String, CancellationToken)

Ruft einen Pool für elastische Datenbanken ab

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgangs-IdElasticPools_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ElasticPoolResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ElasticPoolResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: