StorageSyncServicesGetHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET