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

ApiOperationPolicyGetEntityTagHeaders 构造函数

定义

重载

ApiOperationPolicyGetEntityTagHeaders()

初始化 ApiOperationPolicyGetEntityTagHeaders 类的新实例。

ApiOperationPolicyGetEntityTagHeaders(String)

初始化 ApiOperationPolicyGetEntityTagHeaders 类的新实例。

ApiOperationPolicyGetEntityTagHeaders()

初始化 ApiOperationPolicyGetEntityTagHeaders 类的新实例。

public ApiOperationPolicyGetEntityTagHeaders ();
Public Sub New ()

适用于

ApiOperationPolicyGetEntityTagHeaders(String)

初始化 ApiOperationPolicyGetEntityTagHeaders 类的新实例。

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

参数

eTag
String

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

适用于