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

AzureStackHCIClient 类

定义

Azure Stack HCI 管理服务

public class AzureStackHCIClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.AzureStackHCI.AzureStackHCIClient>, IDisposable, Microsoft.Azure.Management.AzureStackHCI.IAzureStackHCIClient, Microsoft.Rest.Azure.IAzureClient
type AzureStackHCIClient = class
    inherit ServiceClient<AzureStackHCIClient>
    interface IAzureStackHCIClient
    interface IDisposable
    interface IAzureClient
Public Class AzureStackHCIClient
Inherits ServiceClient(Of AzureStackHCIClient)
Implements IAzureClient, IAzureStackHCIClient, IDisposable
继承
实现

构造函数

AzureStackHCIClient(DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(HttpClient, Boolean)

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(HttpClientHandler, DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(ServiceClientCredentials, DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(Uri, DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

AzureStackHCIClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 AzureStackHCIClient 类的新实例。

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

初始化 AzureStackHCIClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

要用于此操作的 API 版本。

BaseUri

服务的基 URI。

Clusters

获取 IClustersOperations。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

FirstMessageHandler

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

HttpClient

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
HttpClientHandler

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
HttpMessageHandlers

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

目标订阅的 ID。

UserAgent

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
Dispose()

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
Dispose(Boolean)

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
SetUserAgent(String)

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

Azure Stack HCI 管理服务

(继承自 ServiceClient<T>)

适用于