Partager via


WorkflowsListByStorageSyncServiceHeaders Constructeurs

Définition

Surcharges

WorkflowsListByStorageSyncServiceHeaders()

Initialise une nouvelle instance de la classe WorkflowsListByStorageSyncServiceHeaders.

WorkflowsListByStorageSyncServiceHeaders(String, String)

Initialise une nouvelle instance de la classe WorkflowsListByStorageSyncServiceHeaders.

WorkflowsListByStorageSyncServiceHeaders()

Initialise une nouvelle instance de la classe WorkflowsListByStorageSyncServiceHeaders.

public WorkflowsListByStorageSyncServiceHeaders ();
Public Sub New ()

S’applique à

WorkflowsListByStorageSyncServiceHeaders(String, String)

Initialise une nouvelle instance de la classe WorkflowsListByStorageSyncServiceHeaders.

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

Paramètres

xMsRequestId
String

ID de demande.

xMsCorrelationRequestId
String

ID de demande de corrélation.

S’applique à