Freigeben über


MySqlFlexibleServerConfigurationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MySqlFlexibleServerConfigurationResource Vorgänge darstellt. Jedes MySqlFlexibleServerConfigurationResource in der Auflistung gehört zum gleichen instance von MySqlFlexibleServerResource. Um eine MySqlFlexibleServerConfigurationCollection instance rufen Sie die GetMySqlFlexibleServerConfigurations-Methode aus einer instance von MySqlFlexibleServerResourceauf.

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

Konstruktoren

MySqlFlexibleServerConfigurationCollection()

Initialisiert eine neue instance der -Klasse für die MySqlFlexibleServerConfigurationCollection 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, MySqlFlexibleServerConfigurationData, CancellationToken)

Updates eine Konfiguration eines Servers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MySqlFlexibleServerConfigurationData, CancellationToken)

Updates eine Konfiguration eines Servers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
Get(String, CancellationToken)

Ruft Informationen zu einer Serverkonfiguration ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
GetAll(String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet alle Konfigurationen auf einem bestimmten Server auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations
  • Vorgangs-IdConfigurations_ListByServer
GetAllAsync(String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet alle Konfigurationen auf einem bestimmten Server auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations
  • Vorgangs-IdConfigurations_ListByServer
GetAsync(String, CancellationToken)

Ruft Informationen zu einer Serverkonfiguration ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_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<MySqlFlexibleServerConfigurationResource>.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<MySqlFlexibleServerConfigurationResource>.GetEnumerator()

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

Gilt für: