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

EndpointPropertiesCustomHeadersItem 构造函数

定义

重载

EndpointPropertiesCustomHeadersItem()

初始化 EndpointPropertiesCustomHeadersItem 类的新实例。

EndpointPropertiesCustomHeadersItem(String, String)

初始化 EndpointPropertiesCustomHeadersItem 类的新实例。

EndpointPropertiesCustomHeadersItem()

初始化 EndpointPropertiesCustomHeadersItem 类的新实例。

public EndpointPropertiesCustomHeadersItem ();
Public Sub New ()

适用于

EndpointPropertiesCustomHeadersItem(String, String)

初始化 EndpointPropertiesCustomHeadersItem 类的新实例。

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

参数

name
String

标头名称。

value
String

标头值。

适用于