RegisteredServersGetHeaders Constructors

Definition

Overloads

RegisteredServersGetHeaders()

Initializes a new instance of the RegisteredServersGetHeaders class.

RegisteredServersGetHeaders(String, String)

Initializes a new instance of the RegisteredServersGetHeaders class.

RegisteredServersGetHeaders()

Initializes a new instance of the RegisteredServersGetHeaders class.

public RegisteredServersGetHeaders ();
Public Sub New ()

Applies to

RegisteredServersGetHeaders(String, String)

Initializes a new instance of the RegisteredServersGetHeaders class.

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