Partager via


SyncGroupsListByStorageSyncServiceHeaders Constructeurs

Définition

Surcharges

SyncGroupsListByStorageSyncServiceHeaders()

Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders.

SyncGroupsListByStorageSyncServiceHeaders(String, String)

Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders.

SyncGroupsListByStorageSyncServiceHeaders()

Initialise une nouvelle instance de la classe SyncGroupsListByStorageSyncServiceHeaders.

public SyncGroupsListByStorageSyncServiceHeaders ();
Public Sub New ()

S’applique à

SyncGroupsListByStorageSyncServiceHeaders(String, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

xMsRequestId
String

ID de requête.

xMsCorrelationRequestId
String

ID de demande de corrélation.

S’applique à