次の方法で共有


IWithCustomHeaders.WithCustomHeaders(IDictionary<String,String>) メソッド

定義

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

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithCustomHeaders (System.Collections.Generic.IDictionary<string,string> headers);
abstract member WithCustomHeaders : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithCustomHeaders (headers As IDictionary(Of String, String)) As IUpdate

パラメーター

headers
IDictionary<String,String>

カスタム ヘッダーの一覧。

戻り値

適用対象