次の方法で共有


IWithCustomHeaders<ParentT>.WithCustomHeaders メソッド

定義

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

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

パラメーター

headers
IDictionary<String,String>

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

戻り値

適用対象