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

ServerEndpointsRecallActionHeaders 构造函数

定义

重载

ServerEndpointsRecallActionHeaders()

初始化 ServerEndpointsRecallActionHeaders 类的新实例。

ServerEndpointsRecallActionHeaders(String, String, String)

初始化 ServerEndpointsRecallActionHeaders 类的新实例。

ServerEndpointsRecallActionHeaders()

初始化 ServerEndpointsRecallActionHeaders 类的新实例。

public ServerEndpointsRecallActionHeaders();
Public Sub New ()

适用于

ServerEndpointsRecallActionHeaders(String, String, String)

初始化 ServerEndpointsRecallActionHeaders 类的新实例。

public ServerEndpointsRecallActionHeaders(string xMsRequestId = default, string xMsCorrelationRequestId = default, string location = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsRecallActionHeaders : string * string * string -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsRecallActionHeaders
Public Sub New (Optional xMsRequestId As String = Nothing, Optional xMsCorrelationRequestId As String = Nothing, Optional location As String = Nothing)

参数

xMsRequestId
String

请求 ID。

xMsCorrelationRequestId
String

相关请求 ID。

location
String

操作状态位置 URI

适用于