IAzureReservationAPIClient インターフェイス

定義

public interface IAzureReservationAPIClient : IDisposable
type IAzureReservationAPIClient = interface
    interface IDisposable
Public Interface IAzureReservationAPIClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

BaseUri

サービスのベース URI。

CalculateExchange

ICalculateExchangeOperations を取得します。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

Exchange

IExchangeOperations を取得します。

GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Operation

IOperationOperations を取得します。

Quota

IQuotaOperations を取得します。

QuotaRequestStatus

IQuotaRequestStatusOperations を取得します。

Reservation

IReservationOperations を取得します。

ReservationOrder

IReservationOrderOperations を取得します。

SerializationSettings

json シリアル化設定を取得または設定します。

メソッド

GetAppliedReservationListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

該当する Reservationの一覧を取得します。

GetCatalogWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

指定した Azure サブスクリプションの RI 購入に使用できるリージョンと SKU を取得します。

拡張メソッド

GetAppliedReservationList(IAzureReservationAPIClient, String)

該当する Reservationの一覧を取得します。

GetAppliedReservationListAsync(IAzureReservationAPIClient, String, CancellationToken)

該当する Reservationの一覧を取得します。

GetCatalog(IAzureReservationAPIClient, String, String, String)

指定した Azure サブスクリプションの RI 購入に使用できるリージョンと SKU を取得します。

GetCatalogAsync(IAzureReservationAPIClient, String, String, String, CancellationToken)

指定した Azure サブスクリプションの RI 購入に使用できるリージョンと SKU を取得します。

適用対象