你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Fluent.Models.MonitorConfigCustomHeadersItem : string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfigCustomHeadersItem
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)

参数

name
String

标头名称。

value
String

标头值。

适用于