次の方法で共有


RegisteredServersListByStorageSyncServiceHeaders コンストラクター

定義

オーバーロード

RegisteredServersListByStorageSyncServiceHeaders()

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

RegisteredServersListByStorageSyncServiceHeaders(String, String)

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

RegisteredServersListByStorageSyncServiceHeaders()

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

public RegisteredServersListByStorageSyncServiceHeaders ();
Public Sub New ()

適用対象

RegisteredServersListByStorageSyncServiceHeaders(String, String)

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

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

パラメーター

xMsRequestId
String

要求 ID。

xMsCorrelationRequestId
String

関連付け要求 ID。

適用対象