次の方法で共有


MonitorConfigCustomHeadersItem コンストラクター

定義

オーバーロード

MonitorConfigCustomHeadersItem()

MonitorConfigCustomHeadersItem クラスの新しいインスタンスを初期化します。

MonitorConfigCustomHeadersItem(String, String)

MonitorConfigCustomHeadersItem クラスの新しいインスタンスを初期化します。

MonitorConfigCustomHeadersItem()

MonitorConfigCustomHeadersItem クラスの新しいインスタンスを初期化します。

public MonitorConfigCustomHeadersItem ();
Public Sub New ()

適用対象

MonitorConfigCustomHeadersItem(String, String)

MonitorConfigCustomHeadersItem クラスの新しいインスタンスを初期化します。

public MonitorConfigCustomHeadersItem (string name = default, string value = default);
new Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem : string * string -> Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigCustomHeadersItem
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)

パラメーター

name
String

ヘッダー名。

value
String

ヘッダー値。

適用対象