次の方法で共有


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

定義

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

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

パラメーター

name
String

custome ヘッダー名。

value
String

カスタム ヘッダー値。

戻り値

適用対象