CalculateExchangePostHeaders 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
CalculateExchangePostHeaders() |
Initializes a new instance of the CalculateExchangePostHeaders class. |
CalculateExchangePostHeaders(String, String, Nullable<Int32>) |
Initializes a new instance of the CalculateExchangePostHeaders class. |
CalculateExchangePostHeaders()
Initializes a new instance of the CalculateExchangePostHeaders class.
public CalculateExchangePostHeaders ();
Public Sub New ()
Applies to
CalculateExchangePostHeaders(String, String, Nullable<Int32>)
Initializes a new instance of the CalculateExchangePostHeaders class.
public CalculateExchangePostHeaders (string azureAsyncOperation = default, string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Reservations.Models.CalculateExchangePostHeaders : string * string * Nullable<int> -> Microsoft.Azure.Management.Reservations.Models.CalculateExchangePostHeaders
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.
Applies to
Azure SDK for .NET