次の方法で共有


SubscriptionClient クラス

定義

サブスクリプション クライアント

public class SubscriptionClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Subscription.SubscriptionClient>, IDisposable, Microsoft.Azure.Management.Subscription.ISubscriptionClient, Microsoft.Rest.Azure.IAzureClient
type SubscriptionClient = class
    inherit ServiceClient<SubscriptionClient>
    interface ISubscriptionClient
    interface IDisposable
    interface IAzureClient
Public Class SubscriptionClient
Inherits ServiceClient(Of SubscriptionClient)
Implements IAzureClient, IDisposable, ISubscriptionClient
継承
実装

コンストラクター

SubscriptionClient(DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(HttpClient, Boolean)

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(HttpClientHandler, DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(ServiceClientCredentials, DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(ServiceClientCredentials, HttpClient, Boolean)

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(Uri, DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(Uri, HttpClientHandler, DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

SubscriptionClient(Uri, ServiceClientCredentials, DelegatingHandler[])

SubscriptionClient クラスの新しいインスタンスを初期化します。

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

SubscriptionClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

Alias

IAliasOperations を取得します。

BaseUri

サービスのベース URI。

BillingAccount

IBillingAccountOperations を取得します。

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 です。

Operations

IOperations を取得します。

SerializationSettings

JSON シリアル化設定を取得または設定します。

Subscription

ISubscriptionOperations を取得します。

SubscriptionPolicy

ISubscriptionPolicyOperations を取得します。

Subscriptions

ISubscriptionsOperations を取得します。

Tenants

ITenantsOperations を取得します。

UserAgent

サブスクリプション クライアント

(継承元 ServiceClient<T>)

メソッド

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

適用対象