Skip to content

Commit 17cb0d0

Browse files
1 parent 2a9e8aa commit 17cb0d0

File tree

1,357 files changed

+48808
-26161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,357 files changed

+48808
-26161
lines changed

docs-ref-autogen/azure-core/azure.core.messaging.CloudEvent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ constructor:
4040
- <xref:object>
4141
- name: time
4242
description: Optional. The time (in UTC) the event was generated.
43-
defaultValue: <object object at 0x00000124D51A48B0>
43+
defaultValue: <object object at 0x0000024F19FF08B0>
4444
types:
4545
- <xref:datetime.datetime>
4646
- name: dataschema

docs-ref-autogen/azure-mgmt-containerservice/azure.mgmt.containerservice.ContainerServiceClient.yml

Lines changed: 45 additions & 18 deletions
Large diffs are not rendered by default.

docs-ref-autogen/azure-mgmt-containerservice/azure.mgmt.containerservice.aio.ContainerServiceClient.yml

Lines changed: 45 additions & 18 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
### YamlMime:PythonClass
2+
uid: azure.mgmt.containerservice.v2024_07_02_preview.ContainerServiceClient
3+
name: ContainerServiceClient
4+
fullName: azure.mgmt.containerservice.v2024_07_02_preview.ContainerServiceClient
5+
module: azure.mgmt.containerservice.v2024_07_02_preview
6+
inheritances:
7+
- builtins.object
8+
summary: The Container Service Client.
9+
constructor:
10+
syntax: 'ContainerServiceClient(credential: TokenCredential, subscription_id: str,
11+
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.TokenCredential>
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.operations.Operations>
46+
- description: ManagedClustersOperations operations
47+
name: managed_clusters
48+
types:
49+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.ManagedClustersOperations>
50+
- description: MaintenanceConfigurationsOperations operations
51+
name: maintenance_configurations
52+
types:
53+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.MaintenanceConfigurationsOperations>
54+
- description: AgentPoolsOperations operations
55+
name: agent_pools
56+
types:
57+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.AgentPoolsOperations>
58+
- description: MachinesOperations operations
59+
name: machines
60+
types:
61+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.MachinesOperations>
62+
- description: PrivateEndpointConnectionsOperations operations
63+
name: private_endpoint_connections
64+
types:
65+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.PrivateEndpointConnectionsOperations>
66+
- description: PrivateLinkResourcesOperations operations
67+
name: private_link_resources
68+
types:
69+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.PrivateLinkResourcesOperations>
70+
- description: ResolvePrivateLinkServiceIdOperations operations
71+
name: resolve_private_link_service_id
72+
types:
73+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.ResolvePrivateLinkServiceIdOperations>
74+
- description: OperationStatusResultOperations operations
75+
name: operation_status_result
76+
types:
77+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.OperationStatusResultOperations>
78+
- description: SnapshotsOperations operations
79+
name: snapshots
80+
types:
81+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.SnapshotsOperations>
82+
- description: ManagedClusterSnapshotsOperations operations
83+
name: managed_cluster_snapshots
84+
types:
85+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.ManagedClusterSnapshotsOperations>
86+
- description: TrustedAccessRolesOperations operations
87+
name: trusted_access_roles
88+
types:
89+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.TrustedAccessRolesOperations>
90+
- description: TrustedAccessRoleBindingsOperations operations
91+
name: trusted_access_role_bindings
92+
types:
93+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.TrustedAccessRoleBindingsOperations>
94+
- description: LoadBalancersOperations operations
95+
name: load_balancers
96+
types:
97+
- <xref:azure.mgmt.containerservice.v2024_07_02_preview.operations.LoadBalancersOperations>
98+
methods:
99+
- uid: azure.mgmt.containerservice.v2024_07_02_preview.ContainerServiceClient.close
100+
name: close
101+
signature: close() -> None
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
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

Comments
 (0)