次の方法で共有


IWithCustomHeaders.WithCustomHeaders(IDictionary<String,String>) メソッド

定義

通知に追加するカスタム ヘッダーを指定します。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate WithCustomHeaders (System.Collections.Generic.IDictionary<string,string> customHeaders);
abstract member WithCustomHeaders : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate
Public Function WithCustomHeaders (customHeaders As IDictionary(Of String, String)) As IUpdate

パラメーター

customHeaders
IDictionary<String,String>

"Name=Value" カスタム ヘッダー。

戻り値

適用対象