Compartir a través de


SyncGroupsListByStorageSyncServiceHeaders Constructores

Definición

Sobrecargas

SyncGroupsListByStorageSyncServiceHeaders()

Inicializa una nueva instancia de la clase SyncGroupsListByStorageSyncServiceHeaders.

SyncGroupsListByStorageSyncServiceHeaders(String, String)

Inicializa una nueva instancia de la clase SyncGroupsListByStorageSyncServiceHeaders.

SyncGroupsListByStorageSyncServiceHeaders()

Inicializa una nueva instancia de la clase SyncGroupsListByStorageSyncServiceHeaders.

public SyncGroupsListByStorageSyncServiceHeaders ();
Public Sub New ()

Se aplica a

SyncGroupsListByStorageSyncServiceHeaders(String, String)

Inicializa una nueva instancia de la clase 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)

Parámetros

xMsRequestId
String

id. de solicitud.

xMsCorrelationRequestId
String

id. de solicitud de correlación.

Se aplica a