-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.appcontainers.ContainerAppsAPIClient.yml
143 lines (138 loc) · 5.52 KB
/
azure.mgmt.appcontainers.ContainerAppsAPIClient.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
### YamlMime:PythonClass
uid: azure.mgmt.appcontainers.ContainerAppsAPIClient
name: ContainerAppsAPIClient
fullName: azure.mgmt.appcontainers.ContainerAppsAPIClient
module: azure.mgmt.appcontainers
inheritances:
- azure.mgmt.appcontainers.operations._container_apps_api_client_operations.ContainerAppsAPIClientOperationsMixin
summary: ContainerAppsAPIClient.
constructor:
syntax: 'ContainerAppsAPIClient(credential: TokenCredential, subscription_id: str,
base_url: str = ''`https://management.azure.com`'', **kwargs: Any)'
parameters:
- name: credential
description: Credential needed for the client to connect to Azure. Required.
isRequired: true
types:
- <xref:azure.core.credentials.TokenCredential>
- name: subscription_id
description: The ID of the target subscription. Required.
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "`https://management.azure.com`".
defaultValue: `https://management.azure.com`
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2023-05-01". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
- name: polling_interval
description: 'Default waiting time between two polls for LRO operations if no
Retry-After header is present.'
types:
- <xref:int>
variables:
- description: ContainerAppsAuthConfigsOperations operations
name: container_apps_auth_configs
types:
- <xref:azure.mgmt.appcontainers.operations.ContainerAppsAuthConfigsOperations>
- description: AvailableWorkloadProfilesOperations operations
name: available_workload_profiles
types:
- <xref:azure.mgmt.appcontainers.operations.AvailableWorkloadProfilesOperations>
- description: BillingMetersOperations operations
name: billing_meters
types:
- <xref:azure.mgmt.appcontainers.operations.BillingMetersOperations>
- description: ConnectedEnvironmentsOperations operations
name: connected_environments
types:
- <xref:azure.mgmt.appcontainers.operations.ConnectedEnvironmentsOperations>
- description: 'ConnectedEnvironmentsCertificatesOperations
operations'
name: connected_environments_certificates
types:
- <xref:azure.mgmt.appcontainers.operations.ConnectedEnvironmentsCertificatesOperations>
- description: 'ConnectedEnvironmentsDaprComponentsOperations
operations'
name: connected_environments_dapr_components
types:
- <xref:azure.mgmt.appcontainers.operations.ConnectedEnvironmentsDaprComponentsOperations>
- description: ConnectedEnvironmentsStoragesOperations operations
name: connected_environments_storages
types:
- <xref:azure.mgmt.appcontainers.operations.ConnectedEnvironmentsStoragesOperations>
- description: ContainerAppsOperations operations
name: container_apps
types:
- <xref:azure.mgmt.appcontainers.operations.ContainerAppsOperations>
- description: ContainerAppsRevisionsOperations operations
name: container_apps_revisions
types:
- <xref:azure.mgmt.appcontainers.operations.ContainerAppsRevisionsOperations>
- description: ContainerAppsRevisionReplicasOperations operations
name: container_apps_revision_replicas
types:
- <xref:azure.mgmt.appcontainers.operations.ContainerAppsRevisionReplicasOperations>
- description: ContainerAppsDiagnosticsOperations operations
name: container_apps_diagnostics
types:
- <xref:azure.mgmt.appcontainers.operations.ContainerAppsDiagnosticsOperations>
- description: ManagedEnvironmentDiagnosticsOperations operations
name: managed_environment_diagnostics
types:
- <xref:azure.mgmt.appcontainers.operations.ManagedEnvironmentDiagnosticsOperations>
- description: ManagedEnvironmentsDiagnosticsOperations operations
name: managed_environments_diagnostics
types:
- <xref:azure.mgmt.appcontainers.operations.ManagedEnvironmentsDiagnosticsOperations>
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.appcontainers.operations.Operations>
- description: JobsOperations operations
name: jobs
types:
- <xref:azure.mgmt.appcontainers.operations.JobsOperations>
- description: JobsExecutionsOperations operations
name: jobs_executions
types:
- <xref:azure.mgmt.appcontainers.operations.JobsExecutionsOperations>
- description: ManagedEnvironmentsOperations operations
name: managed_environments
types:
- <xref:azure.mgmt.appcontainers.operations.ManagedEnvironmentsOperations>
- description: CertificatesOperations operations
name: certificates
types:
- <xref:azure.mgmt.appcontainers.operations.CertificatesOperations>
- description: ManagedCertificatesOperations operations
name: managed_certificates
types:
- <xref:azure.mgmt.appcontainers.operations.ManagedCertificatesOperations>
- description: NamespacesOperations operations
name: namespaces
types:
- <xref:azure.mgmt.appcontainers.operations.NamespacesOperations>
- description: DaprComponentsOperations operations
name: dapr_components
types:
- <xref:azure.mgmt.appcontainers.operations.DaprComponentsOperations>
- description: ManagedEnvironmentsStoragesOperations operations
name: managed_environments_storages
types:
- <xref:azure.mgmt.appcontainers.operations.ManagedEnvironmentsStoragesOperations>
- description: ContainerAppsSourceControlsOperations operations
name: container_apps_source_controls
types:
- <xref:azure.mgmt.appcontainers.operations.ContainerAppsSourceControlsOperations>
methods:
- uid: azure.mgmt.appcontainers.ContainerAppsAPIClient.close
name: close
signature: close() -> None