IAzureReservationAPIClient Interface
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.
public interface IAzureReservationAPIClient : IDisposable
type IAzureReservationAPIClient = interface
interface IDisposable
Public Interface IAzureReservationAPIClient
Implements IDisposable
- Derived
- Implements
Properties
AcceptLanguage |
The preferred language for the response. |
BaseUri |
The base URI of the service. |
CalculateExchange |
Gets the ICalculateExchangeOperations. |
Credentials |
Credentials needed for the client to connect to Azure. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Exchange |
Gets the IExchangeOperations. |
GenerateClientRequestId |
Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. |
LongRunningOperationRetryTimeout |
The retry timeout in seconds for Long Running Operations. Default value is 30. |
Operation |
Gets the IOperationOperations. |
Quota |
Gets the IQuotaOperations. |
QuotaRequestStatus |
Gets the IQuotaRequestStatusOperations. |
Reservation |
Gets the IReservationOperations. |
ReservationOrder |
Gets the IReservationOrderOperations. |
SerializationSettings |
Gets or sets json serialization settings. |
Methods
GetAppliedReservationListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get list of applicable |
GetCatalogWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription. |
Extension Methods
GetAppliedReservationList(IAzureReservationAPIClient, String) |
Get list of applicable |
GetAppliedReservationListAsync(IAzureReservationAPIClient, String, CancellationToken) |
Get list of applicable |
GetCatalog(IAzureReservationAPIClient, String, String, String) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription. |
GetCatalogAsync(IAzureReservationAPIClient, String, String, String, CancellationToken) |
Get the regions and skus that are available for RI purchase for the specified Azure subscription. |
Applies to
Azure SDK for .NET