次の方法で共有


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

定義

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

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

パラメーター

name
String

custome ヘッダー名。

value
String

カスタム ヘッダー値。

戻り値

適用対象