Condividi tramite


ExchangeRequestProperties Constructors

Definition

Overloads

ExchangeRequestProperties()

Initializes a new instance of the ExchangeRequestProperties class.

ExchangeRequestProperties(String)

Initializes a new instance of the ExchangeRequestProperties class.

ExchangeRequestProperties()

Initializes a new instance of the ExchangeRequestProperties class.

public ExchangeRequestProperties ();
Public Sub New ()

Applies to

ExchangeRequestProperties(String)

Initializes a new instance of the ExchangeRequestProperties class.

public ExchangeRequestProperties (string sessionId = default);
new Microsoft.Azure.Management.Reservations.Models.ExchangeRequestProperties : string -> Microsoft.Azure.Management.Reservations.Models.ExchangeRequestProperties
Public Sub New (Optional sessionId As String = Nothing)

Parameters

sessionId
String

SessionId that was returned by CalculateExchange API.

Applies to