DnsManagementClient クラス
DNS 管理クライアント。
この準備完了には、すべての Azure クラウド (Azure Stack、Azure Government、Azure China など) を処理するのに役立つ複数の API バージョンが含まれています。 既定では、パブリック Azure で使用できる最新の API バージョンが使用されます。 運用環境では、特定の API バージョンやプロファイルにこだわる必要があります。 プロファイルは、操作グループとその API バージョンの間のマッピングを設定します。 api-version パラメーターは、操作グループがプロファイルに記述されていない場合に、既定の API バージョンを設定します。
- 継承
-
DnsManagementClientazure.mgmt.dns._dns_management_client._SDKClientDnsManagementClient
コンストラクター
DnsManagementClient(credential: TokenCredential, subscription_id: str, api_version: str | None = None, base_url: str = 'https://management.azure.com', profile: KnownProfiles = KnownProfiles.default, **kwargs: Any)
パラメーター
- polling_interval
- int
Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
メソッド
close | |
models |
モジュールは API のバージョンによって異なります。 |
close
close()
models
モジュールは API のバージョンによって異なります。
models(api_version='2018-05-01')
パラメーター
- api_version
属性
dns_resource_reference
インスタンスは API のバージョンによって異なります。
2018-05-01: DnsResourceReferenceOperations
2023-07-01-preview: DnsResourceReferenceOperations
dnssec_configs
インスタンスは API のバージョンによって異なります。
- 2023-07-01-preview: DnssecConfigsOperations
record_sets
インスタンスは API のバージョンによって異なります。
2016-04-01: RecordSetsOperations
2018-03-01-preview: RecordSetsOperations
2018-05-01: RecordSetsOperations
2023-07-01-preview: RecordSetsOperations
zones
インスタンスは API のバージョンによって異なります。
2016-04-01: ZonesOperations
2018-03-01-preview: ZonesOperations
2018-05-01: ZonesOperations
2023-07-01-preview: ZonesOperations
DEFAULT_API_VERSION
DEFAULT_API_VERSION = '2018-05-01'
LATEST_PROFILE
LATEST_PROFILE = azure.mgmt.dns.DnsManagementClient latest
Azure SDK for Python