MySqlFlexibleServerConfigurationCollection クラス

定義

のコレクション MySqlFlexibleServerConfigurationResource とその操作を表すクラス。 コレクション内の各 MySqlFlexibleServerConfigurationResource は、 の同じインスタンス MySqlFlexibleServerResourceに属します。 インスタンスを MySqlFlexibleServerConfigurationCollection 取得するには、 のインスタンス MySqlFlexibleServerResourceから GetMySqlFlexibleServerConfigurations メソッドを呼び出します。

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)
継承
MySqlFlexibleServerConfigurationCollection
実装

コンストラクター

MySqlFlexibleServerConfigurationCollection()

モック作成のために クラスの MySqlFlexibleServerConfigurationCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MySqlFlexibleServerConfigurationData, CancellationToken)

サーバーの構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MySqlFlexibleServerConfigurationData, CancellationToken)

サーバーの構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
Get(String, CancellationToken)

サーバーの構成に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
GetAll(String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

特定のサーバー内のすべての構成を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations
  • 操作IdConfigurations_ListByServer
GetAllAsync(String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

特定のサーバー内のすべての構成を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations
  • 操作IdConfigurations_ListByServer
GetAsync(String, CancellationToken)

サーバーの構成に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}
  • 操作IdConfigurations_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<MySqlFlexibleServerConfigurationResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<MySqlFlexibleServerConfigurationResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象