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

ProductCreateOrUpdateHeaders 构造函数

定义

重载

ProductCreateOrUpdateHeaders()

初始化 ProductCreateOrUpdateHeaders 类的新实例。

ProductCreateOrUpdateHeaders(String)

初始化 ProductCreateOrUpdateHeaders 类的新实例。

ProductCreateOrUpdateHeaders()

初始化 ProductCreateOrUpdateHeaders 类的新实例。

public ProductCreateOrUpdateHeaders ();
Public Sub New ()

适用于

ProductCreateOrUpdateHeaders(String)

初始化 ProductCreateOrUpdateHeaders 类的新实例。

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

参数

eTag
String

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

适用于