StorageSyncServicesGetHeaders Constructors

Definition

Overloads

StorageSyncServicesGetHeaders()

Initializes a new instance of the StorageSyncServicesGetHeaders class.

StorageSyncServicesGetHeaders(String, String)

Initializes a new instance of the StorageSyncServicesGetHeaders class.

StorageSyncServicesGetHeaders()

Initializes a new instance of the StorageSyncServicesGetHeaders class.

public StorageSyncServicesGetHeaders ();
Public Sub New ()

Applies to

StorageSyncServicesGetHeaders(String, String)

Initializes a new instance of the StorageSyncServicesGetHeaders class.

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

Parameters

xMsRequestId
String

request id.

xMsCorrelationRequestId
String

correlation request id.

Applies to