次の方法で共有


ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventSource メソッド

定義

ContainerRegistryWebhookEventSource の新しいインスタンスを初期化します。

public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventSource ContainerRegistryWebhookEventSource (string addr = default, string instanceId = default);
static member ContainerRegistryWebhookEventSource : string * string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventSource
Public Shared Function ContainerRegistryWebhookEventSource (Optional addr As String = Nothing, Optional instanceId As String = Nothing) As ContainerRegistryWebhookEventSource

パラメーター

addr
String

イベントを生成したレジストリ ノードのポートの IP またはホスト名。 一般に、これは os によって解決されます。Hostname() と実行中のポート。

instanceId
String

アプリケーションの実行中のインスタンス。 再起動後に毎回変更されます。

戻り値

モック作成用の新しい ContainerRegistryWebhookEventSource インスタンス。

適用対象