次の方法で共有


AzureReservationAPIClient クラス

定義

public class AzureReservationAPIClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Reservations.AzureReservationAPIClient>, IDisposable, Microsoft.Azure.Management.Reservations.IAzureReservationAPIClient, Microsoft.Rest.Azure.IAzureClient
type AzureReservationAPIClient = class
    inherit ServiceClient<AzureReservationAPIClient>
    interface IAzureReservationAPIClient
    interface IDisposable
    interface IAzureClient
Public Class AzureReservationAPIClient
Inherits ServiceClient(Of AzureReservationAPIClient)
Implements IAzureClient, IAzureReservationAPIClient, IDisposable
継承
AzureReservationAPIClient
実装

コンストラクター

AzureReservationAPIClient(DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(HttpClient, Boolean)

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(HttpClientHandler, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(ServiceClientCredentials, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(ServiceClientCredentials, HttpClient, Boolean)

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(Uri, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(Uri, HttpClientHandler, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(Uri, ServiceClientCredentials, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

AzureReservationAPIClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

AzureReservationAPIClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

BaseUri

サービスのベース URI。

CalculateExchange

ICalculateExchangeOperations を取得します。

Credentials

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

DeserializationSettings

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

Exchange

IExchangeOperations を取得します。

FirstMessageHandler (継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient (継承元 ServiceClient<T>)
HttpClientHandler (継承元 ServiceClient<T>)
HttpMessageHandlers (継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

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

Operation

IOperationOperations を取得します。

Quota

IQuotaOperations を取得します。

QuotaRequestStatus

IQuotaRequestStatusOperations を取得します。

Reservation

IReservationOperations を取得します。

ReservationOrder

IReservationOrderOperations を取得します。

SerializationSettings

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

UserAgent (継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (継承元 ServiceClient<T>)
Dispose() (継承元 ServiceClient<T>)
Dispose(Boolean) (継承元 ServiceClient<T>)
GetAppliedReservationListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

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

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

InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (継承元 ServiceClient<T>)
SetUserAgent(String) (継承元 ServiceClient<T>)
SetUserAgent(String, String) (継承元 ServiceClient<T>)

拡張メソッド

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 を取得します。

適用対象