你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于