次の方法で共有


SyncGroupsListByStorageSyncServiceHeaders コンストラクター

定義

オーバーロード

SyncGroupsListByStorageSyncServiceHeaders()

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

SyncGroupsListByStorageSyncServiceHeaders(String, String)

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

SyncGroupsListByStorageSyncServiceHeaders()

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

public SyncGroupsListByStorageSyncServiceHeaders ();
Public Sub New ()

適用対象

SyncGroupsListByStorageSyncServiceHeaders(String, String)

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

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

パラメーター

xMsRequestId
String

要求 ID。

xMsCorrelationRequestId
String

関連付け要求 ID。

適用対象