次の方法で共有


MySqlFlexibleServersCapabilityCollection クラス

定義

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

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

コンストラクター

MySqlFlexibleServersCapabilityCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
Get(String, CancellationToken)

特定のサブスクリプション内の指定した場所にある機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
GetAll(CancellationToken)

特定のサブスクリプション内の指定した場所にある機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets
  • 操作IdLocationBasedCapabilitySet_List
GetAllAsync(CancellationToken)

特定のサブスクリプション内の指定した場所にある機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets
  • 操作IdLocationBasedCapabilitySet_List
GetAsync(String, CancellationToken)

特定のサブスクリプション内の指定した場所にある機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
GetIfExists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
GetIfExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MySqlFlexibleServersCapabilityResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MySqlFlexibleServersCapabilityResource>.GetEnumerator()

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

適用対象