DataLakeStoreAccountManagementClient クラス
Azure Data Lake Store アカウント管理クライアントを作成します。
- 継承
-
builtins.objectDataLakeStoreAccountManagementClient
コンストラクター
DataLakeStoreAccountManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
パラメーター
- subscription_id
- str
必須
Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。 必須です。
- api_version
- str
API バージョン。 既定値は "2016-11-01" です。 この既定値をオーバーライドすると、サポートされていない動作が発生する可能性があることに注意してください。
- polling_interval
- int
Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
変数
- accounts
- AccountsOperations
AccountsOperations 操作
- firewall_rules
- FirewallRulesOperations
FirewallRulesOperations 操作
- virtual_network_rules
- VirtualNetworkRulesOperations
VirtualNetworkRulesOperations 操作
- trusted_id_providers
- TrustedIdProvidersOperations
TrustedIdProvidersOperations 操作
- operations
- Operations
操作操作
- locations
- LocationsOperations
LocationsOperations 操作
メソッド
close |
close
async close() -> None
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python