次の方法で共有


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>)

適用対象