次の方法で共有


ArmContainerRegistryModelFactory.ContainerRegistryWebhookEventResponseMessage メソッド

定義

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

public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventResponseMessage ContainerRegistryWebhookEventResponseMessage (string content = default, System.Collections.Generic.IReadOnlyDictionary<string,string> headers = default, string reasonPhrase = default, string statusCode = default, string version = default);
static member ContainerRegistryWebhookEventResponseMessage : string * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * string * string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryWebhookEventResponseMessage
Public Shared Function ContainerRegistryWebhookEventResponseMessage (Optional content As String = Nothing, Optional headers As IReadOnlyDictionary(Of String, String) = Nothing, Optional reasonPhrase As String = Nothing, Optional statusCode As String = Nothing, Optional version As String = Nothing) As ContainerRegistryWebhookEventResponseMessage

パラメーター

content
String

イベント応答メッセージの内容。

headers
IReadOnlyDictionary<String,String>

イベント応答メッセージのヘッダー。

reasonPhrase
String

イベント応答メッセージの理由句。

statusCode
String

イベント応答メッセージの状態コード。

version
String

HTTP メッセージのバージョン。

戻り値

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

適用対象