次の方法で共有


ApiOperationTagCollection クラス

定義

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

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

コンストラクター

ApiOperationTagCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CancellationToken)

操作にタグを割り当てます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/operations/{operationId}/tags/{tagId}
  • 操作IdTag_AssignToOperation
CreateOrUpdateAsync(WaitUntil, String, CancellationToken)

操作にタグを割り当てます。

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

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

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

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

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

Operation に関連付けられているタグを取得します。

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

操作に関連付けられているすべてのタグを一覧表示します。

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

操作に関連付けられているすべてのタグを一覧表示します。

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

Operation に関連付けられているタグを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiOperationTagResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiOperationTagResource>.GetEnumerator()

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

適用対象