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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET