Freigeben über


MySqlFlexibleServersCapabilityCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MySqlFlexibleServersCapabilityResource und deren Vorgänge darstellt. Jedes MySqlFlexibleServersCapabilityResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um einen MySqlFlexibleServersCapabilityCollection instance rufen Sie die GetMySqlFlexibleServersCapabilities-Methode aus einer instance von SubscriptionResourceauf.

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

Konstruktoren

MySqlFlexibleServersCapabilityCollection()

Initialisiert eine neue instance der MySqlFlexibleServersCapabilityCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgang IdLocationBasedCapabilitySet_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgang IdLocationBasedCapabilitySet_Get
Get(String, CancellationToken)

Rufen Sie Funktionen an einem angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgang IdLocationBasedCapabilitySet_Get
GetAll(CancellationToken)

Rufen Sie Funktionen an einem angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets
  • Vorgang IdLocationBasedCapabilitySet_List
GetAllAsync(CancellationToken)

Rufen Sie Funktionen an einem angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets
  • Vorgang IdLocationBasedCapabilitySet_List
GetAsync(String, CancellationToken)

Rufen Sie Funktionen an einem angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgang IdLocationBasedCapabilitySet_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgang IdLocationBasedCapabilitySet_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgang IdLocationBasedCapabilitySet_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<MySqlFlexibleServersCapabilityResource>.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<MySqlFlexibleServersCapabilityResource>.GetEnumerator()

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

Gilt für: