共用方式為


IAzureReservationAPIClient Interface

Definition

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 Reservations.

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 Reservations.

GetAppliedReservationListAsync(IAzureReservationAPIClient, String, CancellationToken)

Get list of applicable Reservations.

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