次の方法で共有


IWithCustomHeaders.WithCustomHeader(String, String) メソッド

定義

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

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate WithCustomHeader(string name, string value);
abstract member WithCustomHeader : string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate
Public Function WithCustomHeader (name As String, value As String) As IUpdate

パラメーター

name
String

省略可能なヘッダーの 。

value
String

省略可能なヘッダーの 。

戻り値

適用対象