次の方法で共有


DevTestLabNotificationChannelCollection クラス

定義

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

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

コンストラクター

DevTestLabNotificationChannelCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

既存の通知チャネルを作成または置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • 操作IdNotificationChannels_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevTestLabNotificationChannelData, CancellationToken)

既存の通知チャネルを作成または置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • 操作IdNotificationChannels_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • 操作IdNotificationChannels_Get
ExistsAsync(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • 操作IdNotificationChannels_Get
Get(String, String, CancellationToken)

通知チャネルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • 操作IdNotificationChannels_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

特定のラボの通知チャネルを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • 操作IdNotificationChannels_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

特定のラボの通知チャネルを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels
  • 操作IdNotificationChannels_List
GetAsync(String, String, CancellationToken)

通知チャネルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}
  • 操作IdNotificationChannels_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevTestLabNotificationChannelResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevTestLabNotificationChannelResource>.GetEnumerator()

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

適用対象