次の方法で共有


ApiManagementTagCollection クラス

定義

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

public class ApiManagementTagCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ApiManagement.ApiManagementTagResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.ApiManagementTagResource>
type ApiManagementTagCollection = class
    inherit ArmCollection
    interface seq<ApiManagementTagResource>
    interface IEnumerable
    interface IAsyncEnumerable<ApiManagementTagResource>
Public Class ApiManagementTagCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ApiManagementTagResource), IEnumerable(Of ApiManagementTagResource)
継承
ApiManagementTagCollection
実装

コンストラクター

ApiManagementTagCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ApiManagementTagCreateOrUpdateContent, Nullable<ETag>, CancellationToken)

タグを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ApiManagementTagCreateOrUpdateContent, Nullable<ETag>, CancellationToken)

タグを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_Get
Get(String, CancellationToken)

識別子で指定されたタグの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_Get
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

サービス インスタンス内で定義されているタグのコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags
  • 操作IdTag_ListByService
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

サービス インスタンス内で定義されているタグのコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags
  • 操作IdTag_ListByService
GetAsync(String, CancellationToken)

識別子で指定されたタグの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiManagementTagResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiManagementTagResource>.GetEnumerator()

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

適用対象