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

ApiDiagnosticCreateOrUpdateHeaders 构造函数

定义

重载

ApiDiagnosticCreateOrUpdateHeaders()

初始化 ApiDiagnosticCreateOrUpdateHeaders 类的新实例。

ApiDiagnosticCreateOrUpdateHeaders(String)

初始化 ApiDiagnosticCreateOrUpdateHeaders 类的新实例。

ApiDiagnosticCreateOrUpdateHeaders()

初始化 ApiDiagnosticCreateOrUpdateHeaders 类的新实例。

public ApiDiagnosticCreateOrUpdateHeaders ();
Public Sub New ()

适用于

ApiDiagnosticCreateOrUpdateHeaders(String)

初始化 ApiDiagnosticCreateOrUpdateHeaders 类的新实例。

public ApiDiagnosticCreateOrUpdateHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiDiagnosticCreateOrUpdateHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiDiagnosticCreateOrUpdateHeaders
Public Sub New (Optional eTag As String = Nothing)

参数

eTag
String

当前实体状态版本。 应被视为不透明,并用于发出条件性 HTTP 请求。

适用于