Bagikan melalui


ExchangePostHeaders Constructors

Definition

Overloads

ExchangePostHeaders()

Initializes a new instance of the ExchangePostHeaders class.

ExchangePostHeaders(String, String, Nullable<Int32>)

Initializes a new instance of the ExchangePostHeaders class.

ExchangePostHeaders()

Initializes a new instance of the ExchangePostHeaders class.

public ExchangePostHeaders ();
Public Sub New ()

Applies to

ExchangePostHeaders(String, String, Nullable<Int32>)

Initializes a new instance of the ExchangePostHeaders class.

public ExchangePostHeaders (string azureAsyncOperation = default, string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Reservations.Models.ExchangePostHeaders : string * string * Nullable<int> -> Microsoft.Azure.Management.Reservations.Models.ExchangePostHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing, Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

Parameters

azureAsyncOperation
String

URL for checking the ongoing status of the operation.

location
String

URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned.

retryAfter
Nullable<Int32>

Clients should wait for the Retry-After interval before polling again

Applies to