次の方法で共有


IWithCustomHeaders<ParentT>.WithCustomHeader(String, String) メソッド

定義

通知に追加するカスタム ヘッダーを指定します。 このメソッドを連続して呼び出すと、ヘッダーが追加されます。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<ParentT> WithCustomHeader (string name, string value);
abstract member WithCustomHeader : string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<'ParentT>
Public Function WithCustomHeader (name As String, value As String) As IWithAttach(Of ParentT)

パラメーター

name
String

省略可能なヘッダーの 。

value
String

省略可能なヘッダーの 。

戻り値

適用対象