次の方法で共有


MySqlQueryTextCollection クラス

定義

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

public class MySqlQueryTextCollection : Azure.ResourceManager.ArmCollection
type MySqlQueryTextCollection = class
    inherit ArmCollection
Public Class MySqlQueryTextCollection
Inherits ArmCollection
継承
MySqlQueryTextCollection

コンストラクター

MySqlQueryTextCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

queryId の Query-Store クエリ テキストを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/queryTexts/{queryId}
  • 操作IdQueryTexts_Get
GetAll(IEnumerable<String>, CancellationToken)

指定した queryId の Query-Store クエリ テキストを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/queryTexts
  • 操作IdQueryTexts_ListByServer
GetAllAsync(IEnumerable<String>, CancellationToken)

指定した queryId の Query-Store クエリ テキストを取得します。

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

queryId の Query-Store クエリ テキストを取得します。

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

サービスからこのリソースの詳細の取得を試みます。

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

サービスからこのリソースの詳細の取得を試みます。

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

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

(継承元 ArmCollection)

適用対象