次の方法で共有


IWithCustomHeaders<ParentT>.WithCustomHeaders メソッド

定義

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

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

パラメーター

customHeaders
IDictionary<String,String>

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

戻り値

適用対象