DnsManagementClient クラス

定義

DNS 管理クライアント。

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

コンストラクター

DnsManagementClient(DelegatingHandler[])

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

DnsManagementClient(HttpClient, Boolean)

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

DnsManagementClient(HttpClientHandler, DelegatingHandler[])

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

DnsManagementClient(ServiceClientCredentials, DelegatingHandler[])

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

DnsManagementClient(ServiceClientCredentials, HttpClient, Boolean)

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

DnsManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

DnsManagementClient(Uri, DelegatingHandler[])

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

DnsManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

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

DnsManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

API バージョンを指定します。

BaseUri

サービスのベース URI。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

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

DnsResourceReference

IDnsResourceReferenceOperations を取得します。

FirstMessageHandler

DNS 管理クライアント。

(継承元 ServiceClient<T>)
GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

DNS 管理クライアント。

(継承元 ServiceClient<T>)
HttpClientHandler

DNS 管理クライアント。

(継承元 ServiceClient<T>)
HttpMessageHandlers

DNS 管理クライアント。

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

RecordSets

IRecordSetsOperations を取得します。

SerializationSettings

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

SubscriptionId

Microsoft Azure サブスクリプションを一意に識別する Azure サブスクリプション ID を指定します。

UserAgent

DNS 管理クライアント。

(継承元 ServiceClient<T>)
Zones

IZonesOperations を取得します。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

DNS 管理クライアント。

(継承元 ServiceClient<T>)
Dispose()

DNS 管理クライアント。

(継承元 ServiceClient<T>)
Dispose(Boolean)

DNS 管理クライアント。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

DNS 管理クライアント。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

DNS 管理クライアント。

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

DNS 管理クライアント。

(継承元 ServiceClient<T>)
SetUserAgent(String)

DNS 管理クライアント。

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

DNS 管理クライアント。

(継承元 ServiceClient<T>)

適用対象