次の方法で共有


ContainerRegistryWebhookCollection クラス

定義

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

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

コンストラクター

ContainerRegistryWebhookCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContainerRegistryWebhookCreateOrUpdateContent, CancellationToken)

指定したパラメーターを使用してコンテナー レジストリの Webhook を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • 操作IdWebhooks_Create
CreateOrUpdateAsync(WaitUntil, String, ContainerRegistryWebhookCreateOrUpdateContent, CancellationToken)

指定したパラメーターを使用してコンテナー レジストリの Webhook を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • 操作IdWebhooks_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • 操作IdWebhooks_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • 操作IdWebhooks_Get
Get(String, CancellationToken)

指定した webhook のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • 操作IdWebhooks_Get
GetAll(CancellationToken)

指定したコンテナー レジストリのすべての Webhook を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks
  • 操作IdWebhooks_List
GetAllAsync(CancellationToken)

指定したコンテナー レジストリのすべての Webhook を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks
  • 操作IdWebhooks_List
GetAsync(String, CancellationToken)

指定した webhook のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}
  • 操作IdWebhooks_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ContainerRegistryWebhookResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ContainerRegistryWebhookResource>.GetEnumerator()

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

適用対象