|
| 1 | +### YamlMime:PythonClass |
| 2 | +uid: azure.mgmt.containerservice.v2024_07_02_preview.aio.ContainerServiceClient |
| 3 | +name: ContainerServiceClient |
| 4 | +fullName: azure.mgmt.containerservice.v2024_07_02_preview.aio.ContainerServiceClient |
| 5 | +module: azure.mgmt.containerservice.v2024_07_02_preview.aio |
| 6 | +inheritances: |
| 7 | +- builtins.object |
| 8 | +summary: The Container Service Client. |
| 9 | +constructor: |
| 10 | + syntax: 'ContainerServiceClient(credential: AsyncTokenCredential, subscription_id: |
| 11 | + str, base_url: str = ''https://management.azure.com'', **kwargs: Any)' |
| 12 | + parameters: |
| 13 | + - name: credential |
| 14 | + description: Credential needed for the client to connect to Azure. Required. |
| 15 | + isRequired: true |
| 16 | + types: |
| 17 | + - <xref:azure.core.credentials_async.AsyncTokenCredential> |
| 18 | + - name: subscription_id |
| 19 | + description: The ID of the target subscription. The value must be an UUID. Required. |
| 20 | + isRequired: true |
| 21 | + types: |
| 22 | + - <xref:str> |
| 23 | + - name: base_url |
| 24 | + description: Service URL. Default value is "[https://management.azure.com](https://management.azure.com)". |
| 25 | + defaultValue: https://management.azure.com |
| 26 | + types: |
| 27 | + - <xref:str> |
| 28 | + keywordOnlyParameters: |
| 29 | + - name: api_version |
| 30 | + description: 'Api Version. Default value is "2024-07-02-preview". Note that overriding |
| 31 | +
|
| 32 | + this default value may result in unsupported behavior.' |
| 33 | + types: |
| 34 | + - <xref:str> |
| 35 | + - name: polling_interval |
| 36 | + description: 'Default waiting time between two polls for LRO operations if no |
| 37 | +
|
| 38 | + Retry-After header is present.' |
| 39 | + types: |
| 40 | + - <xref:int> |
| 41 | +variables: |
| 42 | +- description: Operations operations |
| 43 | + name: operations |
| 44 | + types: |
| 45 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.Operations> |
| 46 | +- description: ManagedClustersOperations operations |
| 47 | + name: managed_clusters |
| 48 | + types: |
| 49 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.ManagedClustersOperations> |
| 50 | +- description: MaintenanceConfigurationsOperations operations |
| 51 | + name: maintenance_configurations |
| 52 | + types: |
| 53 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.MaintenanceConfigurationsOperations> |
| 54 | +- description: AgentPoolsOperations operations |
| 55 | + name: agent_pools |
| 56 | + types: |
| 57 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.AgentPoolsOperations> |
| 58 | +- description: MachinesOperations operations |
| 59 | + name: machines |
| 60 | + types: |
| 61 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.MachinesOperations> |
| 62 | +- description: PrivateEndpointConnectionsOperations operations |
| 63 | + name: private_endpoint_connections |
| 64 | + types: |
| 65 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.PrivateEndpointConnectionsOperations> |
| 66 | +- description: PrivateLinkResourcesOperations operations |
| 67 | + name: private_link_resources |
| 68 | + types: |
| 69 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.PrivateLinkResourcesOperations> |
| 70 | +- description: ResolvePrivateLinkServiceIdOperations operations |
| 71 | + name: resolve_private_link_service_id |
| 72 | + types: |
| 73 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.ResolvePrivateLinkServiceIdOperations> |
| 74 | +- description: OperationStatusResultOperations operations |
| 75 | + name: operation_status_result |
| 76 | + types: |
| 77 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.OperationStatusResultOperations> |
| 78 | +- description: SnapshotsOperations operations |
| 79 | + name: snapshots |
| 80 | + types: |
| 81 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.SnapshotsOperations> |
| 82 | +- description: ManagedClusterSnapshotsOperations operations |
| 83 | + name: managed_cluster_snapshots |
| 84 | + types: |
| 85 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.ManagedClusterSnapshotsOperations> |
| 86 | +- description: TrustedAccessRolesOperations operations |
| 87 | + name: trusted_access_roles |
| 88 | + types: |
| 89 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.TrustedAccessRolesOperations> |
| 90 | +- description: TrustedAccessRoleBindingsOperations operations |
| 91 | + name: trusted_access_role_bindings |
| 92 | + types: |
| 93 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.TrustedAccessRoleBindingsOperations> |
| 94 | +- description: LoadBalancersOperations operations |
| 95 | + name: load_balancers |
| 96 | + types: |
| 97 | + - <xref:azure.mgmt.containerservice.v2024_07_02_preview.aio.operations.LoadBalancersOperations> |
| 98 | +methods: |
| 99 | +- uid: azure.mgmt.containerservice.v2024_07_02_preview.aio.ContainerServiceClient.close |
| 100 | + name: close |
| 101 | + signature: async close() -> None |
0 commit comments