DataLakeAnalyticsAccountManagementClient 클래스
Azure Data Lake Analytics 계정 관리 클라이언트를 만듭니다.
- 상속
-
builtins.objectDataLakeAnalyticsAccountManagementClient
생성자
DataLakeAnalyticsAccountManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
매개 변수
- subscription_id
- str
필수
Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명을 가져옵니다. 구독 ID는 모든 서비스 호출에 대한 URI의 파트를 형성합니다. 필수 요소.
- api_version
- str
API 버전. 기본값은 "2019-11-01-preview"입니다. 이 기본값을 재정의하면 지원되지 않는 동작이 발생할 수 있습니다.
- polling_interval
- int
Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.
변수
- accounts
- AccountsOperations
AccountsOperations 작업
- data_lake_store_accounts
- DataLakeStoreAccountsOperations
DataLakeStoreAccountsOperations 작업
- storage_accounts
- StorageAccountsOperations
StorageAccountsOperations 작업
- compute_policies
- ComputePoliciesOperations
ComputePoliciesOperations 작업
- firewall_rules
- FirewallRulesOperations
FirewallRulesOperations 작업
- operations
- Operations
작업 작업
- locations
- LocationsOperations
LocationsOperations 작업
메서드
close |
close
close() -> None
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python