WorkflowsListByStorageSyncServiceHeaders Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET