ApiManagementEmailTemplateCollection クラス

定義

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

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

コンストラクター

ApiManagementEmailTemplateCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, TemplateName, ApiManagementEmailTemplateCreateOrUpdateContent, Nullable<ETag>, CancellationToken)

Email テンプレートを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}
  • 操作IdEmailTemplate_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, TemplateName, ApiManagementEmailTemplateCreateOrUpdateContent, Nullable<ETag>, CancellationToken)

Email テンプレートを更新します。

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

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

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

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

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

識別子で指定された電子メール テンプレートの詳細を取得します。

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

すべての電子メール テンプレートを取得します

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

すべての電子メール テンプレートを取得します

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

識別子で指定された電子メール テンプレートの詳細を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiManagementEmailTemplateResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiManagementEmailTemplateResource>.GetEnumerator()

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

適用対象