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

MicrosoftSupportClient 类

定义

Microsoft Azure 支持资源提供程序。

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

构造函数

MicrosoftSupportClient(DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(HttpClient, Boolean)

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(HttpClientHandler, DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(ServiceClientCredentials, DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(Uri, DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

MicrosoftSupportClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 MicrosoftSupportClient 类的新实例。

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

初始化 MicrosoftSupportClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

API 版本。

BaseUri

服务的基 URI。

Communications

获取 ICommunicationsOperations。

Credentials

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

DeserializationSettings

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

FirstMessageHandler

Microsoft Azure 支持资源提供程序。

(继承自 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Microsoft Azure 支持资源提供程序。

(继承自 ServiceClient<T>)
HttpClientHandler

Microsoft Azure 支持资源提供程序。

(继承自 ServiceClient<T>)
HttpMessageHandlers

Microsoft Azure 支持资源提供程序。

(继承自 ServiceClient<T>)
LongRunningOperationRetryTimeout

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

Operations

获取 IOperations。

ProblemClassifications

获取 IProblemClassificationsOperations。

SerializationSettings

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

Services

获取 IServicesOperations。

SubscriptionId

Azure 订阅 ID。

SupportTickets

获取 ISupportTicketsOperations。

UserAgent

Microsoft Azure 支持资源提供程序。

(继承自 ServiceClient<T>)

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

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

Microsoft Azure 支持资源提供程序。

(继承自 ServiceClient<T>)

适用于