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

ConfluentManagementClient 类

定义

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

构造函数

ConfluentManagementClient(DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(HttpClient, Boolean)

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(HttpClientHandler, DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(ServiceClientCredentials, DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(Uri, DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

ConfluentManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 ConfluentManagementClient 类的新实例。

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

初始化 ConfluentManagementClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

客户端 API 版本。

BaseUri

服务的基 URI。

Credentials

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

DeserializationSettings

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

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。

MarketplaceAgreements

获取 IMarketplaceAgreementsOperations。

Organization

获取 IOrganizationOperationsOperations。

OrganizationOperations

获取 IOrganizationOperations。

SerializationSettings

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

SubscriptionId

Microsoft Azure 订阅 ID

UserAgent (继承自 ServiceClient<T>)
Validations

获取 IValidationsOperations。

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
Dispose() (继承自 ServiceClient<T>)
Dispose(Boolean) (继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (继承自 ServiceClient<T>)
SetUserAgent(String) (继承自 ServiceClient<T>)
SetUserAgent(String, String) (继承自 ServiceClient<T>)

适用于