Partager via


StorageSyncServicesDeleteHeaders Constructeurs

Définition

Surcharges

StorageSyncServicesDeleteHeaders()

Initialise une nouvelle instance de la classe StorageSyncServicesDeleteHeaders.

StorageSyncServicesDeleteHeaders(String, String, String, String, String)

Initialise une nouvelle instance de la classe StorageSyncServicesDeleteHeaders.

StorageSyncServicesDeleteHeaders()

Initialise une nouvelle instance de la classe StorageSyncServicesDeleteHeaders.

public StorageSyncServicesDeleteHeaders ();
Public Sub New ()

S’applique à

StorageSyncServicesDeleteHeaders(String, String, String, String, String)

Initialise une nouvelle instance de la classe StorageSyncServicesDeleteHeaders.

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

Paramètres

xMsRequestId
String

ID de demande

xMsCorrelationRequestId
String

ID de demande de corrélation

azureAsyncOperation
String

URI de l’emplacement de l’état de l’opération

location
String

URI de l’emplacement de l’état de l’opération

retryAfter
String

Réessayer après

S’applique à