次の方法で共有


ServerEndpointsUpdateHeaders コンストラクター

定義

オーバーロード

ServerEndpointsUpdateHeaders()

ServerEndpointsUpdateHeaders クラスの新しいインスタンスを初期化します。

ServerEndpointsUpdateHeaders(String, String, String, String)

ServerEndpointsUpdateHeaders クラスの新しいインスタンスを初期化します。

ServerEndpointsUpdateHeaders()

ServerEndpointsUpdateHeaders クラスの新しいインスタンスを初期化します。

public ServerEndpointsUpdateHeaders ();
Public Sub New ()

適用対象

ServerEndpointsUpdateHeaders(String, String, String, String)

ServerEndpointsUpdateHeaders クラスの新しいインスタンスを初期化します。

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

パラメーター

xMsRequestId
String

要求 ID。

xMsCorrelationRequestId
String

関連付け要求 ID。

azureAsyncOperation
String

操作の状態の場所の URI

location
String

操作の状態の場所の URI

適用対象