Bagikan melalui


RegisteredServersListByStorageSyncServiceHeaders Constructors

Definition

Overloads

RegisteredServersListByStorageSyncServiceHeaders()

Initializes a new instance of the RegisteredServersListByStorageSyncServiceHeaders class.

RegisteredServersListByStorageSyncServiceHeaders(String, String)

Initializes a new instance of the RegisteredServersListByStorageSyncServiceHeaders class.

RegisteredServersListByStorageSyncServiceHeaders()

Initializes a new instance of the RegisteredServersListByStorageSyncServiceHeaders class.

public RegisteredServersListByStorageSyncServiceHeaders ();
Public Sub New ()

Applies to

RegisteredServersListByStorageSyncServiceHeaders(String, String)

Initializes a new instance of the RegisteredServersListByStorageSyncServiceHeaders class.

public RegisteredServersListByStorageSyncServiceHeaders (string xMsRequestId = default, string xMsCorrelationRequestId = default);
new Microsoft.Azure.Management.StorageSync.Models.RegisteredServersListByStorageSyncServiceHeaders : string * string -> Microsoft.Azure.Management.StorageSync.Models.RegisteredServersListByStorageSyncServiceHeaders
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