ApiManagementNotificationCollection クラス

定義

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

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

コンストラクター

ApiManagementNotificationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, NotificationName, Nullable<ETag>, CancellationToken)

API Management 発行者通知を作成または更新します。

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

API Management 発行者通知を作成または更新します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiManagementNotificationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiManagementNotificationResource>.GetEnumerator()

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

適用対象