@azure/arm-containerinstance 9.1.1-alpha.20241024.1 → 9.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -10
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1855 -966
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +40 -0
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +55 -0
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +260 -0
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +58 -0
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js +53 -0
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +42 -0
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +1 -0
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +88 -51
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsGetSample.js +9 -6
- package/dist-esm/samples-dev/containerGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsListSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsListSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsRestartSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsStartSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsStopSample.js +3 -2
- package/dist-esm/samples-dev/containerGroupsStopSample.js.map +1 -1
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js +5 -4
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containersAttachSample.js +3 -2
- package/dist-esm/samples-dev/containersAttachSample.js.map +1 -1
- package/dist-esm/samples-dev/containersExecuteCommandSample.js +5 -4
- package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +1 -1
- package/dist-esm/samples-dev/containersListLogsSample.js +4 -3
- package/dist-esm/samples-dev/containersListLogsSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListCachedImagesSample.js +3 -2
- package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js +3 -2
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListUsageSample.js +3 -2
- package/dist-esm/samples-dev/locationListUsageSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +3 -2
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +1 -1
- package/dist-esm/src/containerInstanceManagementClient.d.ts +4 -3
- package/dist-esm/src/containerInstanceManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerInstanceManagementClient.js +13 -11
- package/dist-esm/src/containerInstanceManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +145 -3
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +7 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +898 -640
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +87 -47
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts +55 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.js +191 -0
- package/dist-esm/src/operations/containerGroupProfileOperations.js.map +1 -0
- package/dist-esm/src/operations/containerGroupProfiles.d.ts +95 -0
- package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/containerGroupProfiles.js +401 -0
- package/dist-esm/src/operations/containerGroupProfiles.js.map +1 -0
- package/dist-esm/src/operations/containerGroups.d.ts +15 -15
- package/dist-esm/src/operations/containerGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/containerGroups.js +97 -97
- package/dist-esm/src/operations/containerGroups.js.map +1 -1
- package/dist-esm/src/operations/containers.d.ts +3 -3
- package/dist-esm/src/operations/containers.js +20 -20
- package/dist-esm/src/operations/containers.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/location.d.ts +8 -8
- package/dist-esm/src/operations/location.js +36 -36
- package/dist-esm/src/operations/location.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts +2 -2
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +1 -1
- package/dist-esm/src/operations/subnetServiceAssociationLink.js +11 -11
- package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerGroups.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/containers.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/location.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts +2 -2
- package/dist-esm/test/containerinstance_examples.d.ts.map +1 -1
- package/dist-esm/test/containerinstance_examples.js +1 -4
- package/dist-esm/test/containerinstance_examples.js.map +1 -1
- package/package.json +30 -31
- package/review/arm-containerinstance.api.md +155 -3
- package/src/containerInstanceManagementClient.ts +29 -20
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +194 -17
- package/src/models/mappers.ts +974 -702
- package/src/models/parameters.ts +94 -48
- package/src/operations/containerGroupProfileOperations.ts +255 -0
- package/src/operations/containerGroupProfiles.ts +485 -0
- package/src/operations/containerGroups.ts +188 -201
- package/src/operations/containers.ts +30 -33
- package/src/operations/index.ts +2 -0
- package/src/operations/location.ts +63 -66
- package/src/operations/operations.ts +16 -16
- package/src/operations/subnetServiceAssociationLink.ts +24 -25
- package/src/operationsInterfaces/containerGroupProfileOperations.ts +50 -0
- package/src/operationsInterfaces/containerGroupProfiles.ts +99 -0
- package/src/operationsInterfaces/containerGroups.ts +28 -28
- package/src/operationsInterfaces/containers.ts +7 -7
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/location.ts +7 -7
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/subnetServiceAssociationLink.ts +4 -4
- package/src/pagingHelper.ts +1 -1
- package/types/arm-containerinstance.d.ts +275 -26
|
@@ -17,19 +17,19 @@ export const ContainerGroupListResult = {
|
|
|
17
17
|
element: {
|
|
18
18
|
type: {
|
|
19
19
|
name: "Composite",
|
|
20
|
-
className: "ContainerGroup"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
20
|
+
className: "ContainerGroup",
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
24
|
},
|
|
25
25
|
nextLink: {
|
|
26
26
|
serializedName: "nextLink",
|
|
27
27
|
type: {
|
|
28
|
-
name: "String"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
28
|
+
name: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
33
|
};
|
|
34
34
|
export const Resource = {
|
|
35
35
|
type: {
|
|
@@ -40,35 +40,35 @@ export const Resource = {
|
|
|
40
40
|
serializedName: "id",
|
|
41
41
|
readOnly: true,
|
|
42
42
|
type: {
|
|
43
|
-
name: "String"
|
|
44
|
-
}
|
|
43
|
+
name: "String",
|
|
44
|
+
},
|
|
45
45
|
},
|
|
46
46
|
name: {
|
|
47
47
|
serializedName: "name",
|
|
48
48
|
readOnly: true,
|
|
49
49
|
type: {
|
|
50
|
-
name: "String"
|
|
51
|
-
}
|
|
50
|
+
name: "String",
|
|
51
|
+
},
|
|
52
52
|
},
|
|
53
53
|
type: {
|
|
54
54
|
serializedName: "type",
|
|
55
55
|
readOnly: true,
|
|
56
56
|
type: {
|
|
57
|
-
name: "String"
|
|
58
|
-
}
|
|
57
|
+
name: "String",
|
|
58
|
+
},
|
|
59
59
|
},
|
|
60
60
|
location: {
|
|
61
61
|
serializedName: "location",
|
|
62
62
|
type: {
|
|
63
|
-
name: "String"
|
|
64
|
-
}
|
|
63
|
+
name: "String",
|
|
64
|
+
},
|
|
65
65
|
},
|
|
66
66
|
tags: {
|
|
67
67
|
serializedName: "tags",
|
|
68
68
|
type: {
|
|
69
69
|
name: "Dictionary",
|
|
70
|
-
value: { type: { name: "String" } }
|
|
71
|
-
}
|
|
70
|
+
value: { type: { name: "String" } },
|
|
71
|
+
},
|
|
72
72
|
},
|
|
73
73
|
zones: {
|
|
74
74
|
serializedName: "zones",
|
|
@@ -76,13 +76,13 @@ export const Resource = {
|
|
|
76
76
|
name: "Sequence",
|
|
77
77
|
element: {
|
|
78
78
|
type: {
|
|
79
|
-
name: "String"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
79
|
+
name: "String",
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
86
|
};
|
|
87
87
|
export const ContainerGroupProperties = {
|
|
88
88
|
type: {
|
|
@@ -93,15 +93,15 @@ export const ContainerGroupProperties = {
|
|
|
93
93
|
serializedName: "identity",
|
|
94
94
|
type: {
|
|
95
95
|
name: "Composite",
|
|
96
|
-
className: "ContainerGroupIdentity"
|
|
97
|
-
}
|
|
96
|
+
className: "ContainerGroupIdentity",
|
|
97
|
+
},
|
|
98
98
|
},
|
|
99
99
|
provisioningState: {
|
|
100
100
|
serializedName: "properties.provisioningState",
|
|
101
101
|
readOnly: true,
|
|
102
102
|
type: {
|
|
103
|
-
name: "String"
|
|
104
|
-
}
|
|
103
|
+
name: "String",
|
|
104
|
+
},
|
|
105
105
|
},
|
|
106
106
|
containers: {
|
|
107
107
|
serializedName: "properties.containers",
|
|
@@ -111,10 +111,10 @@ export const ContainerGroupProperties = {
|
|
|
111
111
|
element: {
|
|
112
112
|
type: {
|
|
113
113
|
name: "Composite",
|
|
114
|
-
className: "Container"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
114
|
+
className: "Container",
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
118
|
},
|
|
119
119
|
imageRegistryCredentials: {
|
|
120
120
|
serializedName: "properties.imageRegistryCredentials",
|
|
@@ -123,30 +123,29 @@ export const ContainerGroupProperties = {
|
|
|
123
123
|
element: {
|
|
124
124
|
type: {
|
|
125
125
|
name: "Composite",
|
|
126
|
-
className: "ImageRegistryCredential"
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
126
|
+
className: "ImageRegistryCredential",
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
130
|
},
|
|
131
131
|
restartPolicy: {
|
|
132
132
|
serializedName: "properties.restartPolicy",
|
|
133
133
|
type: {
|
|
134
|
-
name: "String"
|
|
135
|
-
}
|
|
134
|
+
name: "String",
|
|
135
|
+
},
|
|
136
136
|
},
|
|
137
137
|
ipAddress: {
|
|
138
138
|
serializedName: "properties.ipAddress",
|
|
139
139
|
type: {
|
|
140
140
|
name: "Composite",
|
|
141
|
-
className: "IpAddress"
|
|
142
|
-
}
|
|
141
|
+
className: "IpAddress",
|
|
142
|
+
},
|
|
143
143
|
},
|
|
144
144
|
osType: {
|
|
145
145
|
serializedName: "properties.osType",
|
|
146
|
-
required: true,
|
|
147
146
|
type: {
|
|
148
|
-
name: "String"
|
|
149
|
-
}
|
|
147
|
+
name: "String",
|
|
148
|
+
},
|
|
150
149
|
},
|
|
151
150
|
volumes: {
|
|
152
151
|
serializedName: "properties.volumes",
|
|
@@ -155,24 +154,24 @@ export const ContainerGroupProperties = {
|
|
|
155
154
|
element: {
|
|
156
155
|
type: {
|
|
157
156
|
name: "Composite",
|
|
158
|
-
className: "Volume"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
157
|
+
className: "Volume",
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
},
|
|
162
161
|
},
|
|
163
162
|
instanceView: {
|
|
164
163
|
serializedName: "properties.instanceView",
|
|
165
164
|
type: {
|
|
166
165
|
name: "Composite",
|
|
167
|
-
className: "ContainerGroupPropertiesInstanceView"
|
|
168
|
-
}
|
|
166
|
+
className: "ContainerGroupPropertiesInstanceView",
|
|
167
|
+
},
|
|
169
168
|
},
|
|
170
169
|
diagnostics: {
|
|
171
170
|
serializedName: "properties.diagnostics",
|
|
172
171
|
type: {
|
|
173
172
|
name: "Composite",
|
|
174
|
-
className: "ContainerGroupDiagnostics"
|
|
175
|
-
}
|
|
173
|
+
className: "ContainerGroupDiagnostics",
|
|
174
|
+
},
|
|
176
175
|
},
|
|
177
176
|
subnetIds: {
|
|
178
177
|
serializedName: "properties.subnetIds",
|
|
@@ -181,30 +180,30 @@ export const ContainerGroupProperties = {
|
|
|
181
180
|
element: {
|
|
182
181
|
type: {
|
|
183
182
|
name: "Composite",
|
|
184
|
-
className: "ContainerGroupSubnetId"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
183
|
+
className: "ContainerGroupSubnetId",
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
},
|
|
188
187
|
},
|
|
189
188
|
dnsConfig: {
|
|
190
189
|
serializedName: "properties.dnsConfig",
|
|
191
190
|
type: {
|
|
192
191
|
name: "Composite",
|
|
193
|
-
className: "DnsConfiguration"
|
|
194
|
-
}
|
|
192
|
+
className: "DnsConfiguration",
|
|
193
|
+
},
|
|
195
194
|
},
|
|
196
195
|
sku: {
|
|
197
196
|
serializedName: "properties.sku",
|
|
198
197
|
type: {
|
|
199
|
-
name: "String"
|
|
200
|
-
}
|
|
198
|
+
name: "String",
|
|
199
|
+
},
|
|
201
200
|
},
|
|
202
201
|
encryptionProperties: {
|
|
203
202
|
serializedName: "properties.encryptionProperties",
|
|
204
203
|
type: {
|
|
205
204
|
name: "Composite",
|
|
206
|
-
className: "EncryptionProperties"
|
|
207
|
-
}
|
|
205
|
+
className: "EncryptionProperties",
|
|
206
|
+
},
|
|
208
207
|
},
|
|
209
208
|
initContainers: {
|
|
210
209
|
serializedName: "properties.initContainers",
|
|
@@ -213,10 +212,10 @@ export const ContainerGroupProperties = {
|
|
|
213
212
|
element: {
|
|
214
213
|
type: {
|
|
215
214
|
name: "Composite",
|
|
216
|
-
className: "InitContainerDefinition"
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}
|
|
215
|
+
className: "InitContainerDefinition",
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
|
+
},
|
|
220
219
|
},
|
|
221
220
|
extensions: {
|
|
222
221
|
serializedName: "properties.extensions",
|
|
@@ -225,26 +224,47 @@ export const ContainerGroupProperties = {
|
|
|
225
224
|
element: {
|
|
226
225
|
type: {
|
|
227
226
|
name: "Composite",
|
|
228
|
-
className: "DeploymentExtensionSpec"
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
227
|
+
className: "DeploymentExtensionSpec",
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
},
|
|
232
231
|
},
|
|
233
232
|
confidentialComputeProperties: {
|
|
234
233
|
serializedName: "properties.confidentialComputeProperties",
|
|
235
234
|
type: {
|
|
236
235
|
name: "Composite",
|
|
237
|
-
className: "ConfidentialComputeProperties"
|
|
238
|
-
}
|
|
236
|
+
className: "ConfidentialComputeProperties",
|
|
237
|
+
},
|
|
239
238
|
},
|
|
240
239
|
priority: {
|
|
241
240
|
serializedName: "properties.priority",
|
|
242
241
|
type: {
|
|
243
|
-
name: "String"
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
|
|
242
|
+
name: "String",
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
containerGroupProfile: {
|
|
246
|
+
serializedName: "properties.containerGroupProfile",
|
|
247
|
+
type: {
|
|
248
|
+
name: "Composite",
|
|
249
|
+
className: "ContainerGroupProfileReferenceDefinition",
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
standbyPoolProfile: {
|
|
253
|
+
serializedName: "properties.standbyPoolProfile",
|
|
254
|
+
type: {
|
|
255
|
+
name: "Composite",
|
|
256
|
+
className: "StandbyPoolProfileDefinition",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
isCreatedFromStandbyPool: {
|
|
260
|
+
serializedName: "properties.isCreatedFromStandbyPool",
|
|
261
|
+
readOnly: true,
|
|
262
|
+
type: {
|
|
263
|
+
name: "Boolean",
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
},
|
|
267
|
+
},
|
|
248
268
|
};
|
|
249
269
|
export const ContainerGroupIdentity = {
|
|
250
270
|
type: {
|
|
@@ -255,15 +275,15 @@ export const ContainerGroupIdentity = {
|
|
|
255
275
|
serializedName: "principalId",
|
|
256
276
|
readOnly: true,
|
|
257
277
|
type: {
|
|
258
|
-
name: "String"
|
|
259
|
-
}
|
|
278
|
+
name: "String",
|
|
279
|
+
},
|
|
260
280
|
},
|
|
261
281
|
tenantId: {
|
|
262
282
|
serializedName: "tenantId",
|
|
263
283
|
readOnly: true,
|
|
264
284
|
type: {
|
|
265
|
-
name: "String"
|
|
266
|
-
}
|
|
285
|
+
name: "String",
|
|
286
|
+
},
|
|
267
287
|
},
|
|
268
288
|
type: {
|
|
269
289
|
serializedName: "type",
|
|
@@ -273,21 +293,21 @@ export const ContainerGroupIdentity = {
|
|
|
273
293
|
"SystemAssigned",
|
|
274
294
|
"UserAssigned",
|
|
275
295
|
"SystemAssigned, UserAssigned",
|
|
276
|
-
"None"
|
|
277
|
-
]
|
|
278
|
-
}
|
|
296
|
+
"None",
|
|
297
|
+
],
|
|
298
|
+
},
|
|
279
299
|
},
|
|
280
300
|
userAssignedIdentities: {
|
|
281
301
|
serializedName: "userAssignedIdentities",
|
|
282
302
|
type: {
|
|
283
303
|
name: "Dictionary",
|
|
284
304
|
value: {
|
|
285
|
-
type: { name: "Composite", className: "UserAssignedIdentities" }
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
}
|
|
305
|
+
type: { name: "Composite", className: "UserAssignedIdentities" },
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
},
|
|
291
311
|
};
|
|
292
312
|
export const UserAssignedIdentities = {
|
|
293
313
|
type: {
|
|
@@ -298,18 +318,18 @@ export const UserAssignedIdentities = {
|
|
|
298
318
|
serializedName: "principalId",
|
|
299
319
|
readOnly: true,
|
|
300
320
|
type: {
|
|
301
|
-
name: "String"
|
|
302
|
-
}
|
|
321
|
+
name: "String",
|
|
322
|
+
},
|
|
303
323
|
},
|
|
304
324
|
clientId: {
|
|
305
325
|
serializedName: "clientId",
|
|
306
326
|
readOnly: true,
|
|
307
327
|
type: {
|
|
308
|
-
name: "String"
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
}
|
|
328
|
+
name: "String",
|
|
329
|
+
},
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
},
|
|
313
333
|
};
|
|
314
334
|
export const Container = {
|
|
315
335
|
type: {
|
|
@@ -320,15 +340,14 @@ export const Container = {
|
|
|
320
340
|
serializedName: "name",
|
|
321
341
|
required: true,
|
|
322
342
|
type: {
|
|
323
|
-
name: "String"
|
|
324
|
-
}
|
|
343
|
+
name: "String",
|
|
344
|
+
},
|
|
325
345
|
},
|
|
326
346
|
image: {
|
|
327
347
|
serializedName: "properties.image",
|
|
328
|
-
required: true,
|
|
329
348
|
type: {
|
|
330
|
-
name: "String"
|
|
331
|
-
}
|
|
349
|
+
name: "String",
|
|
350
|
+
},
|
|
332
351
|
},
|
|
333
352
|
command: {
|
|
334
353
|
serializedName: "properties.command",
|
|
@@ -336,10 +355,10 @@ export const Container = {
|
|
|
336
355
|
name: "Sequence",
|
|
337
356
|
element: {
|
|
338
357
|
type: {
|
|
339
|
-
name: "String"
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
}
|
|
358
|
+
name: "String",
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
|
+
},
|
|
343
362
|
},
|
|
344
363
|
ports: {
|
|
345
364
|
serializedName: "properties.ports",
|
|
@@ -348,10 +367,10 @@ export const Container = {
|
|
|
348
367
|
element: {
|
|
349
368
|
type: {
|
|
350
369
|
name: "Composite",
|
|
351
|
-
className: "ContainerPort"
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
}
|
|
370
|
+
className: "ContainerPort",
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
},
|
|
355
374
|
},
|
|
356
375
|
environmentVariables: {
|
|
357
376
|
serializedName: "properties.environmentVariables",
|
|
@@ -360,24 +379,24 @@ export const Container = {
|
|
|
360
379
|
element: {
|
|
361
380
|
type: {
|
|
362
381
|
name: "Composite",
|
|
363
|
-
className: "EnvironmentVariable"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
382
|
+
className: "EnvironmentVariable",
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
},
|
|
367
386
|
},
|
|
368
387
|
instanceView: {
|
|
369
388
|
serializedName: "properties.instanceView",
|
|
370
389
|
type: {
|
|
371
390
|
name: "Composite",
|
|
372
|
-
className: "ContainerPropertiesInstanceView"
|
|
373
|
-
}
|
|
391
|
+
className: "ContainerPropertiesInstanceView",
|
|
392
|
+
},
|
|
374
393
|
},
|
|
375
394
|
resources: {
|
|
376
395
|
serializedName: "properties.resources",
|
|
377
396
|
type: {
|
|
378
397
|
name: "Composite",
|
|
379
|
-
className: "ResourceRequirements"
|
|
380
|
-
}
|
|
398
|
+
className: "ResourceRequirements",
|
|
399
|
+
},
|
|
381
400
|
},
|
|
382
401
|
volumeMounts: {
|
|
383
402
|
serializedName: "properties.volumeMounts",
|
|
@@ -386,34 +405,41 @@ export const Container = {
|
|
|
386
405
|
element: {
|
|
387
406
|
type: {
|
|
388
407
|
name: "Composite",
|
|
389
|
-
className: "VolumeMount"
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
}
|
|
408
|
+
className: "VolumeMount",
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
},
|
|
393
412
|
},
|
|
394
413
|
livenessProbe: {
|
|
395
414
|
serializedName: "properties.livenessProbe",
|
|
396
415
|
type: {
|
|
397
416
|
name: "Composite",
|
|
398
|
-
className: "ContainerProbe"
|
|
399
|
-
}
|
|
417
|
+
className: "ContainerProbe",
|
|
418
|
+
},
|
|
400
419
|
},
|
|
401
420
|
readinessProbe: {
|
|
402
421
|
serializedName: "properties.readinessProbe",
|
|
403
422
|
type: {
|
|
404
423
|
name: "Composite",
|
|
405
|
-
className: "ContainerProbe"
|
|
406
|
-
}
|
|
424
|
+
className: "ContainerProbe",
|
|
425
|
+
},
|
|
407
426
|
},
|
|
408
427
|
securityContext: {
|
|
409
428
|
serializedName: "properties.securityContext",
|
|
410
429
|
type: {
|
|
411
430
|
name: "Composite",
|
|
412
|
-
className: "SecurityContextDefinition"
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
431
|
+
className: "SecurityContextDefinition",
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
configMap: {
|
|
435
|
+
serializedName: "properties.configMap",
|
|
436
|
+
type: {
|
|
437
|
+
name: "Composite",
|
|
438
|
+
className: "ConfigMap",
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
},
|
|
442
|
+
},
|
|
417
443
|
};
|
|
418
444
|
export const ContainerPort = {
|
|
419
445
|
type: {
|
|
@@ -423,18 +449,18 @@ export const ContainerPort = {
|
|
|
423
449
|
protocol: {
|
|
424
450
|
serializedName: "protocol",
|
|
425
451
|
type: {
|
|
426
|
-
name: "String"
|
|
427
|
-
}
|
|
452
|
+
name: "String",
|
|
453
|
+
},
|
|
428
454
|
},
|
|
429
455
|
port: {
|
|
430
456
|
serializedName: "port",
|
|
431
457
|
required: true,
|
|
432
458
|
type: {
|
|
433
|
-
name: "Number"
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
}
|
|
459
|
+
name: "Number",
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
},
|
|
438
464
|
};
|
|
439
465
|
export const EnvironmentVariable = {
|
|
440
466
|
type: {
|
|
@@ -445,23 +471,23 @@ export const EnvironmentVariable = {
|
|
|
445
471
|
serializedName: "name",
|
|
446
472
|
required: true,
|
|
447
473
|
type: {
|
|
448
|
-
name: "String"
|
|
449
|
-
}
|
|
474
|
+
name: "String",
|
|
475
|
+
},
|
|
450
476
|
},
|
|
451
477
|
value: {
|
|
452
478
|
serializedName: "value",
|
|
453
479
|
type: {
|
|
454
|
-
name: "String"
|
|
455
|
-
}
|
|
480
|
+
name: "String",
|
|
481
|
+
},
|
|
456
482
|
},
|
|
457
483
|
secureValue: {
|
|
458
484
|
serializedName: "secureValue",
|
|
459
485
|
type: {
|
|
460
|
-
name: "String"
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
}
|
|
486
|
+
name: "String",
|
|
487
|
+
},
|
|
488
|
+
},
|
|
489
|
+
},
|
|
490
|
+
},
|
|
465
491
|
};
|
|
466
492
|
export const ContainerPropertiesInstanceView = {
|
|
467
493
|
type: {
|
|
@@ -472,22 +498,22 @@ export const ContainerPropertiesInstanceView = {
|
|
|
472
498
|
serializedName: "restartCount",
|
|
473
499
|
readOnly: true,
|
|
474
500
|
type: {
|
|
475
|
-
name: "Number"
|
|
476
|
-
}
|
|
501
|
+
name: "Number",
|
|
502
|
+
},
|
|
477
503
|
},
|
|
478
504
|
currentState: {
|
|
479
505
|
serializedName: "currentState",
|
|
480
506
|
type: {
|
|
481
507
|
name: "Composite",
|
|
482
|
-
className: "ContainerState"
|
|
483
|
-
}
|
|
508
|
+
className: "ContainerState",
|
|
509
|
+
},
|
|
484
510
|
},
|
|
485
511
|
previousState: {
|
|
486
512
|
serializedName: "previousState",
|
|
487
513
|
type: {
|
|
488
514
|
name: "Composite",
|
|
489
|
-
className: "ContainerState"
|
|
490
|
-
}
|
|
515
|
+
className: "ContainerState",
|
|
516
|
+
},
|
|
491
517
|
},
|
|
492
518
|
events: {
|
|
493
519
|
serializedName: "events",
|
|
@@ -497,13 +523,13 @@ export const ContainerPropertiesInstanceView = {
|
|
|
497
523
|
element: {
|
|
498
524
|
type: {
|
|
499
525
|
name: "Composite",
|
|
500
|
-
className: "Event"
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
}
|
|
526
|
+
className: "Event",
|
|
527
|
+
},
|
|
528
|
+
},
|
|
529
|
+
},
|
|
530
|
+
},
|
|
531
|
+
},
|
|
532
|
+
},
|
|
507
533
|
};
|
|
508
534
|
export const ContainerState = {
|
|
509
535
|
type: {
|
|
@@ -514,39 +540,39 @@ export const ContainerState = {
|
|
|
514
540
|
serializedName: "state",
|
|
515
541
|
readOnly: true,
|
|
516
542
|
type: {
|
|
517
|
-
name: "String"
|
|
518
|
-
}
|
|
543
|
+
name: "String",
|
|
544
|
+
},
|
|
519
545
|
},
|
|
520
546
|
startTime: {
|
|
521
547
|
serializedName: "startTime",
|
|
522
548
|
readOnly: true,
|
|
523
549
|
type: {
|
|
524
|
-
name: "DateTime"
|
|
525
|
-
}
|
|
550
|
+
name: "DateTime",
|
|
551
|
+
},
|
|
526
552
|
},
|
|
527
553
|
exitCode: {
|
|
528
554
|
serializedName: "exitCode",
|
|
529
555
|
readOnly: true,
|
|
530
556
|
type: {
|
|
531
|
-
name: "Number"
|
|
532
|
-
}
|
|
557
|
+
name: "Number",
|
|
558
|
+
},
|
|
533
559
|
},
|
|
534
560
|
finishTime: {
|
|
535
561
|
serializedName: "finishTime",
|
|
536
562
|
readOnly: true,
|
|
537
563
|
type: {
|
|
538
|
-
name: "DateTime"
|
|
539
|
-
}
|
|
564
|
+
name: "DateTime",
|
|
565
|
+
},
|
|
540
566
|
},
|
|
541
567
|
detailStatus: {
|
|
542
568
|
serializedName: "detailStatus",
|
|
543
569
|
readOnly: true,
|
|
544
570
|
type: {
|
|
545
|
-
name: "String"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
}
|
|
571
|
+
name: "String",
|
|
572
|
+
},
|
|
573
|
+
},
|
|
574
|
+
},
|
|
575
|
+
},
|
|
550
576
|
};
|
|
551
577
|
export const Event = {
|
|
552
578
|
type: {
|
|
@@ -557,46 +583,46 @@ export const Event = {
|
|
|
557
583
|
serializedName: "count",
|
|
558
584
|
readOnly: true,
|
|
559
585
|
type: {
|
|
560
|
-
name: "Number"
|
|
561
|
-
}
|
|
586
|
+
name: "Number",
|
|
587
|
+
},
|
|
562
588
|
},
|
|
563
589
|
firstTimestamp: {
|
|
564
590
|
serializedName: "firstTimestamp",
|
|
565
591
|
readOnly: true,
|
|
566
592
|
type: {
|
|
567
|
-
name: "DateTime"
|
|
568
|
-
}
|
|
593
|
+
name: "DateTime",
|
|
594
|
+
},
|
|
569
595
|
},
|
|
570
596
|
lastTimestamp: {
|
|
571
597
|
serializedName: "lastTimestamp",
|
|
572
598
|
readOnly: true,
|
|
573
599
|
type: {
|
|
574
|
-
name: "DateTime"
|
|
575
|
-
}
|
|
600
|
+
name: "DateTime",
|
|
601
|
+
},
|
|
576
602
|
},
|
|
577
603
|
name: {
|
|
578
604
|
serializedName: "name",
|
|
579
605
|
readOnly: true,
|
|
580
606
|
type: {
|
|
581
|
-
name: "String"
|
|
582
|
-
}
|
|
607
|
+
name: "String",
|
|
608
|
+
},
|
|
583
609
|
},
|
|
584
610
|
message: {
|
|
585
611
|
serializedName: "message",
|
|
586
612
|
readOnly: true,
|
|
587
613
|
type: {
|
|
588
|
-
name: "String"
|
|
589
|
-
}
|
|
614
|
+
name: "String",
|
|
615
|
+
},
|
|
590
616
|
},
|
|
591
617
|
type: {
|
|
592
618
|
serializedName: "type",
|
|
593
619
|
readOnly: true,
|
|
594
620
|
type: {
|
|
595
|
-
name: "String"
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
}
|
|
621
|
+
name: "String",
|
|
622
|
+
},
|
|
623
|
+
},
|
|
624
|
+
},
|
|
625
|
+
},
|
|
600
626
|
};
|
|
601
627
|
export const ResourceRequirements = {
|
|
602
628
|
type: {
|
|
@@ -607,18 +633,18 @@ export const ResourceRequirements = {
|
|
|
607
633
|
serializedName: "requests",
|
|
608
634
|
type: {
|
|
609
635
|
name: "Composite",
|
|
610
|
-
className: "ResourceRequests"
|
|
611
|
-
}
|
|
636
|
+
className: "ResourceRequests",
|
|
637
|
+
},
|
|
612
638
|
},
|
|
613
639
|
limits: {
|
|
614
640
|
serializedName: "limits",
|
|
615
641
|
type: {
|
|
616
642
|
name: "Composite",
|
|
617
|
-
className: "ResourceLimits"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
}
|
|
643
|
+
className: "ResourceLimits",
|
|
644
|
+
},
|
|
645
|
+
},
|
|
646
|
+
},
|
|
647
|
+
},
|
|
622
648
|
};
|
|
623
649
|
export const ResourceRequests = {
|
|
624
650
|
type: {
|
|
@@ -629,25 +655,25 @@ export const ResourceRequests = {
|
|
|
629
655
|
serializedName: "memoryInGB",
|
|
630
656
|
required: true,
|
|
631
657
|
type: {
|
|
632
|
-
name: "Number"
|
|
633
|
-
}
|
|
658
|
+
name: "Number",
|
|
659
|
+
},
|
|
634
660
|
},
|
|
635
661
|
cpu: {
|
|
636
662
|
serializedName: "cpu",
|
|
637
663
|
required: true,
|
|
638
664
|
type: {
|
|
639
|
-
name: "Number"
|
|
640
|
-
}
|
|
665
|
+
name: "Number",
|
|
666
|
+
},
|
|
641
667
|
},
|
|
642
668
|
gpu: {
|
|
643
669
|
serializedName: "gpu",
|
|
644
670
|
type: {
|
|
645
671
|
name: "Composite",
|
|
646
|
-
className: "GpuResource"
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
}
|
|
672
|
+
className: "GpuResource",
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
},
|
|
651
677
|
};
|
|
652
678
|
export const GpuResource = {
|
|
653
679
|
type: {
|
|
@@ -658,18 +684,18 @@ export const GpuResource = {
|
|
|
658
684
|
serializedName: "count",
|
|
659
685
|
required: true,
|
|
660
686
|
type: {
|
|
661
|
-
name: "Number"
|
|
662
|
-
}
|
|
687
|
+
name: "Number",
|
|
688
|
+
},
|
|
663
689
|
},
|
|
664
690
|
sku: {
|
|
665
691
|
serializedName: "sku",
|
|
666
692
|
required: true,
|
|
667
693
|
type: {
|
|
668
|
-
name: "String"
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
}
|
|
694
|
+
name: "String",
|
|
695
|
+
},
|
|
696
|
+
},
|
|
697
|
+
},
|
|
698
|
+
},
|
|
673
699
|
};
|
|
674
700
|
export const ResourceLimits = {
|
|
675
701
|
type: {
|
|
@@ -679,24 +705,24 @@ export const ResourceLimits = {
|
|
|
679
705
|
memoryInGB: {
|
|
680
706
|
serializedName: "memoryInGB",
|
|
681
707
|
type: {
|
|
682
|
-
name: "Number"
|
|
683
|
-
}
|
|
708
|
+
name: "Number",
|
|
709
|
+
},
|
|
684
710
|
},
|
|
685
711
|
cpu: {
|
|
686
712
|
serializedName: "cpu",
|
|
687
713
|
type: {
|
|
688
|
-
name: "Number"
|
|
689
|
-
}
|
|
714
|
+
name: "Number",
|
|
715
|
+
},
|
|
690
716
|
},
|
|
691
717
|
gpu: {
|
|
692
718
|
serializedName: "gpu",
|
|
693
719
|
type: {
|
|
694
720
|
name: "Composite",
|
|
695
|
-
className: "GpuResource"
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
}
|
|
721
|
+
className: "GpuResource",
|
|
722
|
+
},
|
|
723
|
+
},
|
|
724
|
+
},
|
|
725
|
+
},
|
|
700
726
|
};
|
|
701
727
|
export const VolumeMount = {
|
|
702
728
|
type: {
|
|
@@ -707,24 +733,24 @@ export const VolumeMount = {
|
|
|
707
733
|
serializedName: "name",
|
|
708
734
|
required: true,
|
|
709
735
|
type: {
|
|
710
|
-
name: "String"
|
|
711
|
-
}
|
|
736
|
+
name: "String",
|
|
737
|
+
},
|
|
712
738
|
},
|
|
713
739
|
mountPath: {
|
|
714
740
|
serializedName: "mountPath",
|
|
715
741
|
required: true,
|
|
716
742
|
type: {
|
|
717
|
-
name: "String"
|
|
718
|
-
}
|
|
743
|
+
name: "String",
|
|
744
|
+
},
|
|
719
745
|
},
|
|
720
746
|
readOnly: {
|
|
721
747
|
serializedName: "readOnly",
|
|
722
748
|
type: {
|
|
723
|
-
name: "Boolean"
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
}
|
|
749
|
+
name: "Boolean",
|
|
750
|
+
},
|
|
751
|
+
},
|
|
752
|
+
},
|
|
753
|
+
},
|
|
728
754
|
};
|
|
729
755
|
export const ContainerProbe = {
|
|
730
756
|
type: {
|
|
@@ -735,48 +761,48 @@ export const ContainerProbe = {
|
|
|
735
761
|
serializedName: "exec",
|
|
736
762
|
type: {
|
|
737
763
|
name: "Composite",
|
|
738
|
-
className: "ContainerExec"
|
|
739
|
-
}
|
|
764
|
+
className: "ContainerExec",
|
|
765
|
+
},
|
|
740
766
|
},
|
|
741
767
|
httpGet: {
|
|
742
768
|
serializedName: "httpGet",
|
|
743
769
|
type: {
|
|
744
770
|
name: "Composite",
|
|
745
|
-
className: "ContainerHttpGet"
|
|
746
|
-
}
|
|
771
|
+
className: "ContainerHttpGet",
|
|
772
|
+
},
|
|
747
773
|
},
|
|
748
774
|
initialDelaySeconds: {
|
|
749
775
|
serializedName: "initialDelaySeconds",
|
|
750
776
|
type: {
|
|
751
|
-
name: "Number"
|
|
752
|
-
}
|
|
777
|
+
name: "Number",
|
|
778
|
+
},
|
|
753
779
|
},
|
|
754
780
|
periodSeconds: {
|
|
755
781
|
serializedName: "periodSeconds",
|
|
756
782
|
type: {
|
|
757
|
-
name: "Number"
|
|
758
|
-
}
|
|
783
|
+
name: "Number",
|
|
784
|
+
},
|
|
759
785
|
},
|
|
760
786
|
failureThreshold: {
|
|
761
787
|
serializedName: "failureThreshold",
|
|
762
788
|
type: {
|
|
763
|
-
name: "Number"
|
|
764
|
-
}
|
|
789
|
+
name: "Number",
|
|
790
|
+
},
|
|
765
791
|
},
|
|
766
792
|
successThreshold: {
|
|
767
793
|
serializedName: "successThreshold",
|
|
768
794
|
type: {
|
|
769
|
-
name: "Number"
|
|
770
|
-
}
|
|
795
|
+
name: "Number",
|
|
796
|
+
},
|
|
771
797
|
},
|
|
772
798
|
timeoutSeconds: {
|
|
773
799
|
serializedName: "timeoutSeconds",
|
|
774
800
|
type: {
|
|
775
|
-
name: "Number"
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
}
|
|
801
|
+
name: "Number",
|
|
802
|
+
},
|
|
803
|
+
},
|
|
804
|
+
},
|
|
805
|
+
},
|
|
780
806
|
};
|
|
781
807
|
export const ContainerExec = {
|
|
782
808
|
type: {
|
|
@@ -789,13 +815,13 @@ export const ContainerExec = {
|
|
|
789
815
|
name: "Sequence",
|
|
790
816
|
element: {
|
|
791
817
|
type: {
|
|
792
|
-
name: "String"
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
}
|
|
818
|
+
name: "String",
|
|
819
|
+
},
|
|
820
|
+
},
|
|
821
|
+
},
|
|
822
|
+
},
|
|
823
|
+
},
|
|
824
|
+
},
|
|
799
825
|
};
|
|
800
826
|
export const ContainerHttpGet = {
|
|
801
827
|
type: {
|
|
@@ -805,21 +831,21 @@ export const ContainerHttpGet = {
|
|
|
805
831
|
path: {
|
|
806
832
|
serializedName: "path",
|
|
807
833
|
type: {
|
|
808
|
-
name: "String"
|
|
809
|
-
}
|
|
834
|
+
name: "String",
|
|
835
|
+
},
|
|
810
836
|
},
|
|
811
837
|
port: {
|
|
812
838
|
serializedName: "port",
|
|
813
839
|
required: true,
|
|
814
840
|
type: {
|
|
815
|
-
name: "Number"
|
|
816
|
-
}
|
|
841
|
+
name: "Number",
|
|
842
|
+
},
|
|
817
843
|
},
|
|
818
844
|
scheme: {
|
|
819
845
|
serializedName: "scheme",
|
|
820
846
|
type: {
|
|
821
|
-
name: "String"
|
|
822
|
-
}
|
|
847
|
+
name: "String",
|
|
848
|
+
},
|
|
823
849
|
},
|
|
824
850
|
httpHeaders: {
|
|
825
851
|
serializedName: "httpHeaders",
|
|
@@ -828,13 +854,13 @@ export const ContainerHttpGet = {
|
|
|
828
854
|
element: {
|
|
829
855
|
type: {
|
|
830
856
|
name: "Composite",
|
|
831
|
-
className: "HttpHeader"
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
}
|
|
857
|
+
className: "HttpHeader",
|
|
858
|
+
},
|
|
859
|
+
},
|
|
860
|
+
},
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
},
|
|
838
864
|
};
|
|
839
865
|
export const HttpHeader = {
|
|
840
866
|
type: {
|
|
@@ -844,17 +870,17 @@ export const HttpHeader = {
|
|
|
844
870
|
name: {
|
|
845
871
|
serializedName: "name",
|
|
846
872
|
type: {
|
|
847
|
-
name: "String"
|
|
848
|
-
}
|
|
873
|
+
name: "String",
|
|
874
|
+
},
|
|
849
875
|
},
|
|
850
876
|
value: {
|
|
851
877
|
serializedName: "value",
|
|
852
878
|
type: {
|
|
853
|
-
name: "String"
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
}
|
|
879
|
+
name: "String",
|
|
880
|
+
},
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
},
|
|
858
884
|
};
|
|
859
885
|
export const SecurityContextDefinition = {
|
|
860
886
|
type: {
|
|
@@ -864,42 +890,42 @@ export const SecurityContextDefinition = {
|
|
|
864
890
|
privileged: {
|
|
865
891
|
serializedName: "privileged",
|
|
866
892
|
type: {
|
|
867
|
-
name: "Boolean"
|
|
868
|
-
}
|
|
893
|
+
name: "Boolean",
|
|
894
|
+
},
|
|
869
895
|
},
|
|
870
896
|
allowPrivilegeEscalation: {
|
|
871
897
|
serializedName: "allowPrivilegeEscalation",
|
|
872
898
|
type: {
|
|
873
|
-
name: "Boolean"
|
|
874
|
-
}
|
|
899
|
+
name: "Boolean",
|
|
900
|
+
},
|
|
875
901
|
},
|
|
876
902
|
capabilities: {
|
|
877
903
|
serializedName: "capabilities",
|
|
878
904
|
type: {
|
|
879
905
|
name: "Composite",
|
|
880
|
-
className: "SecurityContextCapabilitiesDefinition"
|
|
881
|
-
}
|
|
906
|
+
className: "SecurityContextCapabilitiesDefinition",
|
|
907
|
+
},
|
|
882
908
|
},
|
|
883
909
|
runAsGroup: {
|
|
884
910
|
serializedName: "runAsGroup",
|
|
885
911
|
type: {
|
|
886
|
-
name: "Number"
|
|
887
|
-
}
|
|
912
|
+
name: "Number",
|
|
913
|
+
},
|
|
888
914
|
},
|
|
889
915
|
runAsUser: {
|
|
890
916
|
serializedName: "runAsUser",
|
|
891
917
|
type: {
|
|
892
|
-
name: "Number"
|
|
893
|
-
}
|
|
918
|
+
name: "Number",
|
|
919
|
+
},
|
|
894
920
|
},
|
|
895
921
|
seccompProfile: {
|
|
896
922
|
serializedName: "seccompProfile",
|
|
897
923
|
type: {
|
|
898
|
-
name: "String"
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
}
|
|
924
|
+
name: "String",
|
|
925
|
+
},
|
|
926
|
+
},
|
|
927
|
+
},
|
|
928
|
+
},
|
|
903
929
|
};
|
|
904
930
|
export const SecurityContextCapabilitiesDefinition = {
|
|
905
931
|
type: {
|
|
@@ -912,10 +938,10 @@ export const SecurityContextCapabilitiesDefinition = {
|
|
|
912
938
|
name: "Sequence",
|
|
913
939
|
element: {
|
|
914
940
|
type: {
|
|
915
|
-
name: "String"
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
}
|
|
941
|
+
name: "String",
|
|
942
|
+
},
|
|
943
|
+
},
|
|
944
|
+
},
|
|
919
945
|
},
|
|
920
946
|
drop: {
|
|
921
947
|
serializedName: "drop",
|
|
@@ -923,13 +949,28 @@ export const SecurityContextCapabilitiesDefinition = {
|
|
|
923
949
|
name: "Sequence",
|
|
924
950
|
element: {
|
|
925
951
|
type: {
|
|
926
|
-
name: "String"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
}
|
|
952
|
+
name: "String",
|
|
953
|
+
},
|
|
954
|
+
},
|
|
955
|
+
},
|
|
956
|
+
},
|
|
957
|
+
},
|
|
958
|
+
},
|
|
959
|
+
};
|
|
960
|
+
export const ConfigMap = {
|
|
961
|
+
type: {
|
|
962
|
+
name: "Composite",
|
|
963
|
+
className: "ConfigMap",
|
|
964
|
+
modelProperties: {
|
|
965
|
+
keyValuePairs: {
|
|
966
|
+
serializedName: "keyValuePairs",
|
|
967
|
+
type: {
|
|
968
|
+
name: "Dictionary",
|
|
969
|
+
value: { type: { name: "String" } },
|
|
970
|
+
},
|
|
971
|
+
},
|
|
972
|
+
},
|
|
973
|
+
},
|
|
933
974
|
};
|
|
934
975
|
export const ImageRegistryCredential = {
|
|
935
976
|
type: {
|
|
@@ -940,35 +981,35 @@ export const ImageRegistryCredential = {
|
|
|
940
981
|
serializedName: "server",
|
|
941
982
|
required: true,
|
|
942
983
|
type: {
|
|
943
|
-
name: "String"
|
|
944
|
-
}
|
|
984
|
+
name: "String",
|
|
985
|
+
},
|
|
945
986
|
},
|
|
946
987
|
username: {
|
|
947
988
|
serializedName: "username",
|
|
948
989
|
type: {
|
|
949
|
-
name: "String"
|
|
950
|
-
}
|
|
990
|
+
name: "String",
|
|
991
|
+
},
|
|
951
992
|
},
|
|
952
993
|
password: {
|
|
953
994
|
serializedName: "password",
|
|
954
995
|
type: {
|
|
955
|
-
name: "String"
|
|
956
|
-
}
|
|
996
|
+
name: "String",
|
|
997
|
+
},
|
|
957
998
|
},
|
|
958
999
|
identity: {
|
|
959
1000
|
serializedName: "identity",
|
|
960
1001
|
type: {
|
|
961
|
-
name: "String"
|
|
962
|
-
}
|
|
1002
|
+
name: "String",
|
|
1003
|
+
},
|
|
963
1004
|
},
|
|
964
1005
|
identityUrl: {
|
|
965
1006
|
serializedName: "identityUrl",
|
|
966
1007
|
type: {
|
|
967
|
-
name: "String"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
1008
|
+
name: "String",
|
|
1009
|
+
},
|
|
1010
|
+
},
|
|
1011
|
+
},
|
|
1012
|
+
},
|
|
972
1013
|
};
|
|
973
1014
|
export const IpAddress = {
|
|
974
1015
|
type: {
|
|
@@ -983,46 +1024,46 @@ export const IpAddress = {
|
|
|
983
1024
|
element: {
|
|
984
1025
|
type: {
|
|
985
1026
|
name: "Composite",
|
|
986
|
-
className: "Port"
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
}
|
|
1027
|
+
className: "Port",
|
|
1028
|
+
},
|
|
1029
|
+
},
|
|
1030
|
+
},
|
|
990
1031
|
},
|
|
991
1032
|
type: {
|
|
992
1033
|
serializedName: "type",
|
|
993
1034
|
required: true,
|
|
994
1035
|
type: {
|
|
995
|
-
name: "String"
|
|
996
|
-
}
|
|
1036
|
+
name: "String",
|
|
1037
|
+
},
|
|
997
1038
|
},
|
|
998
1039
|
ip: {
|
|
999
1040
|
serializedName: "ip",
|
|
1000
1041
|
type: {
|
|
1001
|
-
name: "String"
|
|
1002
|
-
}
|
|
1042
|
+
name: "String",
|
|
1043
|
+
},
|
|
1003
1044
|
},
|
|
1004
1045
|
dnsNameLabel: {
|
|
1005
1046
|
serializedName: "dnsNameLabel",
|
|
1006
1047
|
type: {
|
|
1007
|
-
name: "String"
|
|
1008
|
-
}
|
|
1048
|
+
name: "String",
|
|
1049
|
+
},
|
|
1009
1050
|
},
|
|
1010
1051
|
autoGeneratedDomainNameLabelScope: {
|
|
1011
1052
|
defaultValue: "Unsecure",
|
|
1012
1053
|
serializedName: "autoGeneratedDomainNameLabelScope",
|
|
1013
1054
|
type: {
|
|
1014
|
-
name: "String"
|
|
1015
|
-
}
|
|
1055
|
+
name: "String",
|
|
1056
|
+
},
|
|
1016
1057
|
},
|
|
1017
1058
|
fqdn: {
|
|
1018
1059
|
serializedName: "fqdn",
|
|
1019
1060
|
readOnly: true,
|
|
1020
1061
|
type: {
|
|
1021
|
-
name: "String"
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1062
|
+
name: "String",
|
|
1063
|
+
},
|
|
1064
|
+
},
|
|
1065
|
+
},
|
|
1066
|
+
},
|
|
1026
1067
|
};
|
|
1027
1068
|
export const Port = {
|
|
1028
1069
|
type: {
|
|
@@ -1032,18 +1073,18 @@ export const Port = {
|
|
|
1032
1073
|
protocol: {
|
|
1033
1074
|
serializedName: "protocol",
|
|
1034
1075
|
type: {
|
|
1035
|
-
name: "String"
|
|
1036
|
-
}
|
|
1076
|
+
name: "String",
|
|
1077
|
+
},
|
|
1037
1078
|
},
|
|
1038
1079
|
port: {
|
|
1039
1080
|
serializedName: "port",
|
|
1040
1081
|
required: true,
|
|
1041
1082
|
type: {
|
|
1042
|
-
name: "Number"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1083
|
+
name: "Number",
|
|
1084
|
+
},
|
|
1085
|
+
},
|
|
1086
|
+
},
|
|
1087
|
+
},
|
|
1047
1088
|
};
|
|
1048
1089
|
export const Volume = {
|
|
1049
1090
|
type: {
|
|
@@ -1054,39 +1095,39 @@ export const Volume = {
|
|
|
1054
1095
|
serializedName: "name",
|
|
1055
1096
|
required: true,
|
|
1056
1097
|
type: {
|
|
1057
|
-
name: "String"
|
|
1058
|
-
}
|
|
1098
|
+
name: "String",
|
|
1099
|
+
},
|
|
1059
1100
|
},
|
|
1060
1101
|
azureFile: {
|
|
1061
1102
|
serializedName: "azureFile",
|
|
1062
1103
|
type: {
|
|
1063
1104
|
name: "Composite",
|
|
1064
|
-
className: "AzureFileVolume"
|
|
1065
|
-
}
|
|
1105
|
+
className: "AzureFileVolume",
|
|
1106
|
+
},
|
|
1066
1107
|
},
|
|
1067
1108
|
emptyDir: {
|
|
1068
1109
|
serializedName: "emptyDir",
|
|
1069
1110
|
type: {
|
|
1070
1111
|
name: "Dictionary",
|
|
1071
|
-
value: { type: { name: "any" } }
|
|
1072
|
-
}
|
|
1112
|
+
value: { type: { name: "any" } },
|
|
1113
|
+
},
|
|
1073
1114
|
},
|
|
1074
1115
|
secret: {
|
|
1075
1116
|
serializedName: "secret",
|
|
1076
1117
|
type: {
|
|
1077
1118
|
name: "Dictionary",
|
|
1078
|
-
value: { type: { name: "String" } }
|
|
1079
|
-
}
|
|
1119
|
+
value: { type: { name: "String" } },
|
|
1120
|
+
},
|
|
1080
1121
|
},
|
|
1081
1122
|
gitRepo: {
|
|
1082
1123
|
serializedName: "gitRepo",
|
|
1083
1124
|
type: {
|
|
1084
1125
|
name: "Composite",
|
|
1085
|
-
className: "GitRepoVolume"
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1126
|
+
className: "GitRepoVolume",
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
},
|
|
1130
|
+
},
|
|
1090
1131
|
};
|
|
1091
1132
|
export const AzureFileVolume = {
|
|
1092
1133
|
type: {
|
|
@@ -1097,30 +1138,30 @@ export const AzureFileVolume = {
|
|
|
1097
1138
|
serializedName: "shareName",
|
|
1098
1139
|
required: true,
|
|
1099
1140
|
type: {
|
|
1100
|
-
name: "String"
|
|
1101
|
-
}
|
|
1141
|
+
name: "String",
|
|
1142
|
+
},
|
|
1102
1143
|
},
|
|
1103
1144
|
readOnly: {
|
|
1104
1145
|
serializedName: "readOnly",
|
|
1105
1146
|
type: {
|
|
1106
|
-
name: "Boolean"
|
|
1107
|
-
}
|
|
1147
|
+
name: "Boolean",
|
|
1148
|
+
},
|
|
1108
1149
|
},
|
|
1109
1150
|
storageAccountName: {
|
|
1110
1151
|
serializedName: "storageAccountName",
|
|
1111
1152
|
required: true,
|
|
1112
1153
|
type: {
|
|
1113
|
-
name: "String"
|
|
1114
|
-
}
|
|
1154
|
+
name: "String",
|
|
1155
|
+
},
|
|
1115
1156
|
},
|
|
1116
1157
|
storageAccountKey: {
|
|
1117
1158
|
serializedName: "storageAccountKey",
|
|
1118
1159
|
type: {
|
|
1119
|
-
name: "String"
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1160
|
+
name: "String",
|
|
1161
|
+
},
|
|
1162
|
+
},
|
|
1163
|
+
},
|
|
1164
|
+
},
|
|
1124
1165
|
};
|
|
1125
1166
|
export const GitRepoVolume = {
|
|
1126
1167
|
type: {
|
|
@@ -1130,24 +1171,24 @@ export const GitRepoVolume = {
|
|
|
1130
1171
|
directory: {
|
|
1131
1172
|
serializedName: "directory",
|
|
1132
1173
|
type: {
|
|
1133
|
-
name: "String"
|
|
1134
|
-
}
|
|
1174
|
+
name: "String",
|
|
1175
|
+
},
|
|
1135
1176
|
},
|
|
1136
1177
|
repository: {
|
|
1137
1178
|
serializedName: "repository",
|
|
1138
1179
|
required: true,
|
|
1139
1180
|
type: {
|
|
1140
|
-
name: "String"
|
|
1141
|
-
}
|
|
1181
|
+
name: "String",
|
|
1182
|
+
},
|
|
1142
1183
|
},
|
|
1143
1184
|
revision: {
|
|
1144
1185
|
serializedName: "revision",
|
|
1145
1186
|
type: {
|
|
1146
|
-
name: "String"
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1187
|
+
name: "String",
|
|
1188
|
+
},
|
|
1189
|
+
},
|
|
1190
|
+
},
|
|
1191
|
+
},
|
|
1151
1192
|
};
|
|
1152
1193
|
export const ContainerGroupPropertiesInstanceView = {
|
|
1153
1194
|
type: {
|
|
@@ -1162,20 +1203,20 @@ export const ContainerGroupPropertiesInstanceView = {
|
|
|
1162
1203
|
element: {
|
|
1163
1204
|
type: {
|
|
1164
1205
|
name: "Composite",
|
|
1165
|
-
className: "Event"
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1206
|
+
className: "Event",
|
|
1207
|
+
},
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1169
1210
|
},
|
|
1170
1211
|
state: {
|
|
1171
1212
|
serializedName: "state",
|
|
1172
1213
|
readOnly: true,
|
|
1173
1214
|
type: {
|
|
1174
|
-
name: "String"
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1215
|
+
name: "String",
|
|
1216
|
+
},
|
|
1217
|
+
},
|
|
1218
|
+
},
|
|
1219
|
+
},
|
|
1179
1220
|
};
|
|
1180
1221
|
export const ContainerGroupDiagnostics = {
|
|
1181
1222
|
type: {
|
|
@@ -1186,11 +1227,11 @@ export const ContainerGroupDiagnostics = {
|
|
|
1186
1227
|
serializedName: "logAnalytics",
|
|
1187
1228
|
type: {
|
|
1188
1229
|
name: "Composite",
|
|
1189
|
-
className: "LogAnalytics"
|
|
1190
|
-
}
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1230
|
+
className: "LogAnalytics",
|
|
1231
|
+
},
|
|
1232
|
+
},
|
|
1233
|
+
},
|
|
1234
|
+
},
|
|
1194
1235
|
};
|
|
1195
1236
|
export const LogAnalytics = {
|
|
1196
1237
|
type: {
|
|
@@ -1201,37 +1242,37 @@ export const LogAnalytics = {
|
|
|
1201
1242
|
serializedName: "workspaceId",
|
|
1202
1243
|
required: true,
|
|
1203
1244
|
type: {
|
|
1204
|
-
name: "String"
|
|
1205
|
-
}
|
|
1245
|
+
name: "String",
|
|
1246
|
+
},
|
|
1206
1247
|
},
|
|
1207
1248
|
workspaceKey: {
|
|
1208
1249
|
serializedName: "workspaceKey",
|
|
1209
1250
|
required: true,
|
|
1210
1251
|
type: {
|
|
1211
|
-
name: "String"
|
|
1212
|
-
}
|
|
1252
|
+
name: "String",
|
|
1253
|
+
},
|
|
1213
1254
|
},
|
|
1214
1255
|
logType: {
|
|
1215
1256
|
serializedName: "logType",
|
|
1216
1257
|
type: {
|
|
1217
|
-
name: "String"
|
|
1218
|
-
}
|
|
1258
|
+
name: "String",
|
|
1259
|
+
},
|
|
1219
1260
|
},
|
|
1220
1261
|
metadata: {
|
|
1221
1262
|
serializedName: "metadata",
|
|
1222
1263
|
type: {
|
|
1223
1264
|
name: "Dictionary",
|
|
1224
|
-
value: { type: { name: "String" } }
|
|
1225
|
-
}
|
|
1265
|
+
value: { type: { name: "String" } },
|
|
1266
|
+
},
|
|
1226
1267
|
},
|
|
1227
1268
|
workspaceResourceId: {
|
|
1228
1269
|
serializedName: "workspaceResourceId",
|
|
1229
1270
|
type: {
|
|
1230
|
-
name: "String"
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1271
|
+
name: "String",
|
|
1272
|
+
},
|
|
1273
|
+
},
|
|
1274
|
+
},
|
|
1275
|
+
},
|
|
1235
1276
|
};
|
|
1236
1277
|
export const ContainerGroupSubnetId = {
|
|
1237
1278
|
type: {
|
|
@@ -1242,17 +1283,17 @@ export const ContainerGroupSubnetId = {
|
|
|
1242
1283
|
serializedName: "id",
|
|
1243
1284
|
required: true,
|
|
1244
1285
|
type: {
|
|
1245
|
-
name: "String"
|
|
1246
|
-
}
|
|
1286
|
+
name: "String",
|
|
1287
|
+
},
|
|
1247
1288
|
},
|
|
1248
1289
|
name: {
|
|
1249
1290
|
serializedName: "name",
|
|
1250
1291
|
type: {
|
|
1251
|
-
name: "String"
|
|
1252
|
-
}
|
|
1253
|
-
}
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1292
|
+
name: "String",
|
|
1293
|
+
},
|
|
1294
|
+
},
|
|
1295
|
+
},
|
|
1296
|
+
},
|
|
1256
1297
|
};
|
|
1257
1298
|
export const DnsConfiguration = {
|
|
1258
1299
|
type: {
|
|
@@ -1266,25 +1307,25 @@ export const DnsConfiguration = {
|
|
|
1266
1307
|
name: "Sequence",
|
|
1267
1308
|
element: {
|
|
1268
1309
|
type: {
|
|
1269
|
-
name: "String"
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1310
|
+
name: "String",
|
|
1311
|
+
},
|
|
1312
|
+
},
|
|
1313
|
+
},
|
|
1273
1314
|
},
|
|
1274
1315
|
searchDomains: {
|
|
1275
1316
|
serializedName: "searchDomains",
|
|
1276
1317
|
type: {
|
|
1277
|
-
name: "String"
|
|
1278
|
-
}
|
|
1318
|
+
name: "String",
|
|
1319
|
+
},
|
|
1279
1320
|
},
|
|
1280
1321
|
options: {
|
|
1281
1322
|
serializedName: "options",
|
|
1282
1323
|
type: {
|
|
1283
|
-
name: "String"
|
|
1284
|
-
}
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1324
|
+
name: "String",
|
|
1325
|
+
},
|
|
1326
|
+
},
|
|
1327
|
+
},
|
|
1328
|
+
},
|
|
1288
1329
|
};
|
|
1289
1330
|
export const EncryptionProperties = {
|
|
1290
1331
|
type: {
|
|
@@ -1295,31 +1336,31 @@ export const EncryptionProperties = {
|
|
|
1295
1336
|
serializedName: "vaultBaseUrl",
|
|
1296
1337
|
required: true,
|
|
1297
1338
|
type: {
|
|
1298
|
-
name: "String"
|
|
1299
|
-
}
|
|
1339
|
+
name: "String",
|
|
1340
|
+
},
|
|
1300
1341
|
},
|
|
1301
1342
|
keyName: {
|
|
1302
1343
|
serializedName: "keyName",
|
|
1303
1344
|
required: true,
|
|
1304
1345
|
type: {
|
|
1305
|
-
name: "String"
|
|
1306
|
-
}
|
|
1346
|
+
name: "String",
|
|
1347
|
+
},
|
|
1307
1348
|
},
|
|
1308
1349
|
keyVersion: {
|
|
1309
1350
|
serializedName: "keyVersion",
|
|
1310
1351
|
required: true,
|
|
1311
1352
|
type: {
|
|
1312
|
-
name: "String"
|
|
1313
|
-
}
|
|
1353
|
+
name: "String",
|
|
1354
|
+
},
|
|
1314
1355
|
},
|
|
1315
1356
|
identity: {
|
|
1316
1357
|
serializedName: "identity",
|
|
1317
1358
|
type: {
|
|
1318
|
-
name: "String"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1359
|
+
name: "String",
|
|
1360
|
+
},
|
|
1361
|
+
},
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1323
1364
|
};
|
|
1324
1365
|
export const InitContainerDefinition = {
|
|
1325
1366
|
type: {
|
|
@@ -1330,14 +1371,14 @@ export const InitContainerDefinition = {
|
|
|
1330
1371
|
serializedName: "name",
|
|
1331
1372
|
required: true,
|
|
1332
1373
|
type: {
|
|
1333
|
-
name: "String"
|
|
1334
|
-
}
|
|
1374
|
+
name: "String",
|
|
1375
|
+
},
|
|
1335
1376
|
},
|
|
1336
1377
|
image: {
|
|
1337
1378
|
serializedName: "properties.image",
|
|
1338
1379
|
type: {
|
|
1339
|
-
name: "String"
|
|
1340
|
-
}
|
|
1380
|
+
name: "String",
|
|
1381
|
+
},
|
|
1341
1382
|
},
|
|
1342
1383
|
command: {
|
|
1343
1384
|
serializedName: "properties.command",
|
|
@@ -1345,10 +1386,10 @@ export const InitContainerDefinition = {
|
|
|
1345
1386
|
name: "Sequence",
|
|
1346
1387
|
element: {
|
|
1347
1388
|
type: {
|
|
1348
|
-
name: "String"
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1389
|
+
name: "String",
|
|
1390
|
+
},
|
|
1391
|
+
},
|
|
1392
|
+
},
|
|
1352
1393
|
},
|
|
1353
1394
|
environmentVariables: {
|
|
1354
1395
|
serializedName: "properties.environmentVariables",
|
|
@@ -1357,17 +1398,17 @@ export const InitContainerDefinition = {
|
|
|
1357
1398
|
element: {
|
|
1358
1399
|
type: {
|
|
1359
1400
|
name: "Composite",
|
|
1360
|
-
className: "EnvironmentVariable"
|
|
1361
|
-
}
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1401
|
+
className: "EnvironmentVariable",
|
|
1402
|
+
},
|
|
1403
|
+
},
|
|
1404
|
+
},
|
|
1364
1405
|
},
|
|
1365
1406
|
instanceView: {
|
|
1366
1407
|
serializedName: "properties.instanceView",
|
|
1367
1408
|
type: {
|
|
1368
1409
|
name: "Composite",
|
|
1369
|
-
className: "InitContainerPropertiesDefinitionInstanceView"
|
|
1370
|
-
}
|
|
1410
|
+
className: "InitContainerPropertiesDefinitionInstanceView",
|
|
1411
|
+
},
|
|
1371
1412
|
},
|
|
1372
1413
|
volumeMounts: {
|
|
1373
1414
|
serializedName: "properties.volumeMounts",
|
|
@@ -1376,20 +1417,20 @@ export const InitContainerDefinition = {
|
|
|
1376
1417
|
element: {
|
|
1377
1418
|
type: {
|
|
1378
1419
|
name: "Composite",
|
|
1379
|
-
className: "VolumeMount"
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
}
|
|
1420
|
+
className: "VolumeMount",
|
|
1421
|
+
},
|
|
1422
|
+
},
|
|
1423
|
+
},
|
|
1383
1424
|
},
|
|
1384
1425
|
securityContext: {
|
|
1385
1426
|
serializedName: "properties.securityContext",
|
|
1386
1427
|
type: {
|
|
1387
1428
|
name: "Composite",
|
|
1388
|
-
className: "SecurityContextDefinition"
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
}
|
|
1392
|
-
}
|
|
1429
|
+
className: "SecurityContextDefinition",
|
|
1430
|
+
},
|
|
1431
|
+
},
|
|
1432
|
+
},
|
|
1433
|
+
},
|
|
1393
1434
|
};
|
|
1394
1435
|
export const InitContainerPropertiesDefinitionInstanceView = {
|
|
1395
1436
|
type: {
|
|
@@ -1400,22 +1441,22 @@ export const InitContainerPropertiesDefinitionInstanceView = {
|
|
|
1400
1441
|
serializedName: "restartCount",
|
|
1401
1442
|
readOnly: true,
|
|
1402
1443
|
type: {
|
|
1403
|
-
name: "Number"
|
|
1404
|
-
}
|
|
1444
|
+
name: "Number",
|
|
1445
|
+
},
|
|
1405
1446
|
},
|
|
1406
1447
|
currentState: {
|
|
1407
1448
|
serializedName: "currentState",
|
|
1408
1449
|
type: {
|
|
1409
1450
|
name: "Composite",
|
|
1410
|
-
className: "ContainerState"
|
|
1411
|
-
}
|
|
1451
|
+
className: "ContainerState",
|
|
1452
|
+
},
|
|
1412
1453
|
},
|
|
1413
1454
|
previousState: {
|
|
1414
1455
|
serializedName: "previousState",
|
|
1415
1456
|
type: {
|
|
1416
1457
|
name: "Composite",
|
|
1417
|
-
className: "ContainerState"
|
|
1418
|
-
}
|
|
1458
|
+
className: "ContainerState",
|
|
1459
|
+
},
|
|
1419
1460
|
},
|
|
1420
1461
|
events: {
|
|
1421
1462
|
serializedName: "events",
|
|
@@ -1425,13 +1466,13 @@ export const InitContainerPropertiesDefinitionInstanceView = {
|
|
|
1425
1466
|
element: {
|
|
1426
1467
|
type: {
|
|
1427
1468
|
name: "Composite",
|
|
1428
|
-
className: "Event"
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
}
|
|
1432
|
-
}
|
|
1433
|
-
}
|
|
1434
|
-
}
|
|
1469
|
+
className: "Event",
|
|
1470
|
+
},
|
|
1471
|
+
},
|
|
1472
|
+
},
|
|
1473
|
+
},
|
|
1474
|
+
},
|
|
1475
|
+
},
|
|
1435
1476
|
};
|
|
1436
1477
|
export const DeploymentExtensionSpec = {
|
|
1437
1478
|
type: {
|
|
@@ -1442,37 +1483,37 @@ export const DeploymentExtensionSpec = {
|
|
|
1442
1483
|
serializedName: "name",
|
|
1443
1484
|
required: true,
|
|
1444
1485
|
type: {
|
|
1445
|
-
name: "String"
|
|
1446
|
-
}
|
|
1486
|
+
name: "String",
|
|
1487
|
+
},
|
|
1447
1488
|
},
|
|
1448
1489
|
extensionType: {
|
|
1449
1490
|
serializedName: "properties.extensionType",
|
|
1450
1491
|
type: {
|
|
1451
|
-
name: "String"
|
|
1452
|
-
}
|
|
1492
|
+
name: "String",
|
|
1493
|
+
},
|
|
1453
1494
|
},
|
|
1454
1495
|
version: {
|
|
1455
1496
|
serializedName: "properties.version",
|
|
1456
1497
|
type: {
|
|
1457
|
-
name: "String"
|
|
1458
|
-
}
|
|
1498
|
+
name: "String",
|
|
1499
|
+
},
|
|
1459
1500
|
},
|
|
1460
1501
|
settings: {
|
|
1461
1502
|
serializedName: "properties.settings",
|
|
1462
1503
|
type: {
|
|
1463
1504
|
name: "Dictionary",
|
|
1464
|
-
value: { type: { name: "any" } }
|
|
1465
|
-
}
|
|
1505
|
+
value: { type: { name: "any" } },
|
|
1506
|
+
},
|
|
1466
1507
|
},
|
|
1467
1508
|
protectedSettings: {
|
|
1468
1509
|
serializedName: "properties.protectedSettings",
|
|
1469
1510
|
type: {
|
|
1470
1511
|
name: "Dictionary",
|
|
1471
|
-
value: { type: { name: "any" } }
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1512
|
+
value: { type: { name: "any" } },
|
|
1513
|
+
},
|
|
1514
|
+
},
|
|
1515
|
+
},
|
|
1516
|
+
},
|
|
1476
1517
|
};
|
|
1477
1518
|
export const ConfidentialComputeProperties = {
|
|
1478
1519
|
type: {
|
|
@@ -1482,11 +1523,51 @@ export const ConfidentialComputeProperties = {
|
|
|
1482
1523
|
ccePolicy: {
|
|
1483
1524
|
serializedName: "ccePolicy",
|
|
1484
1525
|
type: {
|
|
1485
|
-
name: "String"
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1526
|
+
name: "String",
|
|
1527
|
+
},
|
|
1528
|
+
},
|
|
1529
|
+
},
|
|
1530
|
+
},
|
|
1531
|
+
};
|
|
1532
|
+
export const ContainerGroupProfileReferenceDefinition = {
|
|
1533
|
+
type: {
|
|
1534
|
+
name: "Composite",
|
|
1535
|
+
className: "ContainerGroupProfileReferenceDefinition",
|
|
1536
|
+
modelProperties: {
|
|
1537
|
+
id: {
|
|
1538
|
+
serializedName: "id",
|
|
1539
|
+
type: {
|
|
1540
|
+
name: "String",
|
|
1541
|
+
},
|
|
1542
|
+
},
|
|
1543
|
+
revision: {
|
|
1544
|
+
serializedName: "revision",
|
|
1545
|
+
type: {
|
|
1546
|
+
name: "Number",
|
|
1547
|
+
},
|
|
1548
|
+
},
|
|
1549
|
+
},
|
|
1550
|
+
},
|
|
1551
|
+
};
|
|
1552
|
+
export const StandbyPoolProfileDefinition = {
|
|
1553
|
+
type: {
|
|
1554
|
+
name: "Composite",
|
|
1555
|
+
className: "StandbyPoolProfileDefinition",
|
|
1556
|
+
modelProperties: {
|
|
1557
|
+
id: {
|
|
1558
|
+
serializedName: "id",
|
|
1559
|
+
type: {
|
|
1560
|
+
name: "String",
|
|
1561
|
+
},
|
|
1562
|
+
},
|
|
1563
|
+
failContainerGroupCreateOnReuseFailure: {
|
|
1564
|
+
serializedName: "failContainerGroupCreateOnReuseFailure",
|
|
1565
|
+
type: {
|
|
1566
|
+
name: "Boolean",
|
|
1567
|
+
},
|
|
1568
|
+
},
|
|
1569
|
+
},
|
|
1570
|
+
},
|
|
1490
1571
|
};
|
|
1491
1572
|
export const CloudError = {
|
|
1492
1573
|
type: {
|
|
@@ -1497,11 +1578,11 @@ export const CloudError = {
|
|
|
1497
1578
|
serializedName: "error",
|
|
1498
1579
|
type: {
|
|
1499
1580
|
name: "Composite",
|
|
1500
|
-
className: "CloudErrorBody"
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1581
|
+
className: "CloudErrorBody",
|
|
1582
|
+
},
|
|
1583
|
+
},
|
|
1584
|
+
},
|
|
1585
|
+
},
|
|
1505
1586
|
};
|
|
1506
1587
|
export const CloudErrorBody = {
|
|
1507
1588
|
type: {
|
|
@@ -1511,20 +1592,20 @@ export const CloudErrorBody = {
|
|
|
1511
1592
|
code: {
|
|
1512
1593
|
serializedName: "code",
|
|
1513
1594
|
type: {
|
|
1514
|
-
name: "String"
|
|
1515
|
-
}
|
|
1595
|
+
name: "String",
|
|
1596
|
+
},
|
|
1516
1597
|
},
|
|
1517
1598
|
message: {
|
|
1518
1599
|
serializedName: "message",
|
|
1519
1600
|
type: {
|
|
1520
|
-
name: "String"
|
|
1521
|
-
}
|
|
1601
|
+
name: "String",
|
|
1602
|
+
},
|
|
1522
1603
|
},
|
|
1523
1604
|
target: {
|
|
1524
1605
|
serializedName: "target",
|
|
1525
1606
|
type: {
|
|
1526
|
-
name: "String"
|
|
1527
|
-
}
|
|
1607
|
+
name: "String",
|
|
1608
|
+
},
|
|
1528
1609
|
},
|
|
1529
1610
|
details: {
|
|
1530
1611
|
serializedName: "details",
|
|
@@ -1533,13 +1614,13 @@ export const CloudErrorBody = {
|
|
|
1533
1614
|
element: {
|
|
1534
1615
|
type: {
|
|
1535
1616
|
name: "Composite",
|
|
1536
|
-
className: "CloudErrorBody"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1617
|
+
className: "CloudErrorBody",
|
|
1618
|
+
},
|
|
1619
|
+
},
|
|
1620
|
+
},
|
|
1621
|
+
},
|
|
1622
|
+
},
|
|
1623
|
+
},
|
|
1543
1624
|
};
|
|
1544
1625
|
export const OperationListResult = {
|
|
1545
1626
|
type: {
|
|
@@ -1553,19 +1634,19 @@ export const OperationListResult = {
|
|
|
1553
1634
|
element: {
|
|
1554
1635
|
type: {
|
|
1555
1636
|
name: "Composite",
|
|
1556
|
-
className: "Operation"
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1637
|
+
className: "Operation",
|
|
1638
|
+
},
|
|
1639
|
+
},
|
|
1640
|
+
},
|
|
1560
1641
|
},
|
|
1561
1642
|
nextLink: {
|
|
1562
1643
|
serializedName: "nextLink",
|
|
1563
1644
|
type: {
|
|
1564
|
-
name: "String"
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1645
|
+
name: "String",
|
|
1646
|
+
},
|
|
1647
|
+
},
|
|
1648
|
+
},
|
|
1649
|
+
},
|
|
1569
1650
|
};
|
|
1570
1651
|
export const Operation = {
|
|
1571
1652
|
type: {
|
|
@@ -1576,31 +1657,31 @@ export const Operation = {
|
|
|
1576
1657
|
serializedName: "name",
|
|
1577
1658
|
required: true,
|
|
1578
1659
|
type: {
|
|
1579
|
-
name: "String"
|
|
1580
|
-
}
|
|
1660
|
+
name: "String",
|
|
1661
|
+
},
|
|
1581
1662
|
},
|
|
1582
1663
|
display: {
|
|
1583
1664
|
serializedName: "display",
|
|
1584
1665
|
type: {
|
|
1585
1666
|
name: "Composite",
|
|
1586
|
-
className: "OperationDisplay"
|
|
1587
|
-
}
|
|
1667
|
+
className: "OperationDisplay",
|
|
1668
|
+
},
|
|
1588
1669
|
},
|
|
1589
1670
|
properties: {
|
|
1590
1671
|
serializedName: "properties",
|
|
1591
1672
|
type: {
|
|
1592
1673
|
name: "Dictionary",
|
|
1593
|
-
value: { type: { name: "any" } }
|
|
1594
|
-
}
|
|
1674
|
+
value: { type: { name: "any" } },
|
|
1675
|
+
},
|
|
1595
1676
|
},
|
|
1596
1677
|
origin: {
|
|
1597
1678
|
serializedName: "origin",
|
|
1598
1679
|
type: {
|
|
1599
|
-
name: "String"
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
}
|
|
1680
|
+
name: "String",
|
|
1681
|
+
},
|
|
1682
|
+
},
|
|
1683
|
+
},
|
|
1684
|
+
},
|
|
1604
1685
|
};
|
|
1605
1686
|
export const OperationDisplay = {
|
|
1606
1687
|
type: {
|
|
@@ -1610,29 +1691,29 @@ export const OperationDisplay = {
|
|
|
1610
1691
|
provider: {
|
|
1611
1692
|
serializedName: "provider",
|
|
1612
1693
|
type: {
|
|
1613
|
-
name: "String"
|
|
1614
|
-
}
|
|
1694
|
+
name: "String",
|
|
1695
|
+
},
|
|
1615
1696
|
},
|
|
1616
1697
|
resource: {
|
|
1617
1698
|
serializedName: "resource",
|
|
1618
1699
|
type: {
|
|
1619
|
-
name: "String"
|
|
1620
|
-
}
|
|
1700
|
+
name: "String",
|
|
1701
|
+
},
|
|
1621
1702
|
},
|
|
1622
1703
|
operation: {
|
|
1623
1704
|
serializedName: "operation",
|
|
1624
1705
|
type: {
|
|
1625
|
-
name: "String"
|
|
1626
|
-
}
|
|
1706
|
+
name: "String",
|
|
1707
|
+
},
|
|
1627
1708
|
},
|
|
1628
1709
|
description: {
|
|
1629
1710
|
serializedName: "description",
|
|
1630
1711
|
type: {
|
|
1631
|
-
name: "String"
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
}
|
|
1712
|
+
name: "String",
|
|
1713
|
+
},
|
|
1714
|
+
},
|
|
1715
|
+
},
|
|
1716
|
+
},
|
|
1636
1717
|
};
|
|
1637
1718
|
export const UsageListResult = {
|
|
1638
1719
|
type: {
|
|
@@ -1647,13 +1728,13 @@ export const UsageListResult = {
|
|
|
1647
1728
|
element: {
|
|
1648
1729
|
type: {
|
|
1649
1730
|
name: "Composite",
|
|
1650
|
-
className: "Usage"
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
}
|
|
1731
|
+
className: "Usage",
|
|
1732
|
+
},
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
1736
|
+
},
|
|
1737
|
+
},
|
|
1657
1738
|
};
|
|
1658
1739
|
export const Usage = {
|
|
1659
1740
|
type: {
|
|
@@ -1664,39 +1745,39 @@ export const Usage = {
|
|
|
1664
1745
|
serializedName: "id",
|
|
1665
1746
|
readOnly: true,
|
|
1666
1747
|
type: {
|
|
1667
|
-
name: "String"
|
|
1668
|
-
}
|
|
1748
|
+
name: "String",
|
|
1749
|
+
},
|
|
1669
1750
|
},
|
|
1670
1751
|
unit: {
|
|
1671
1752
|
serializedName: "unit",
|
|
1672
1753
|
readOnly: true,
|
|
1673
1754
|
type: {
|
|
1674
|
-
name: "String"
|
|
1675
|
-
}
|
|
1755
|
+
name: "String",
|
|
1756
|
+
},
|
|
1676
1757
|
},
|
|
1677
1758
|
currentValue: {
|
|
1678
1759
|
serializedName: "currentValue",
|
|
1679
1760
|
readOnly: true,
|
|
1680
1761
|
type: {
|
|
1681
|
-
name: "Number"
|
|
1682
|
-
}
|
|
1762
|
+
name: "Number",
|
|
1763
|
+
},
|
|
1683
1764
|
},
|
|
1684
1765
|
limit: {
|
|
1685
1766
|
serializedName: "limit",
|
|
1686
1767
|
readOnly: true,
|
|
1687
1768
|
type: {
|
|
1688
|
-
name: "Number"
|
|
1689
|
-
}
|
|
1769
|
+
name: "Number",
|
|
1770
|
+
},
|
|
1690
1771
|
},
|
|
1691
1772
|
name: {
|
|
1692
1773
|
serializedName: "name",
|
|
1693
1774
|
type: {
|
|
1694
1775
|
name: "Composite",
|
|
1695
|
-
className: "UsageName"
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1776
|
+
className: "UsageName",
|
|
1777
|
+
},
|
|
1778
|
+
},
|
|
1779
|
+
},
|
|
1780
|
+
},
|
|
1700
1781
|
};
|
|
1701
1782
|
export const UsageName = {
|
|
1702
1783
|
type: {
|
|
@@ -1707,18 +1788,18 @@ export const UsageName = {
|
|
|
1707
1788
|
serializedName: "value",
|
|
1708
1789
|
readOnly: true,
|
|
1709
1790
|
type: {
|
|
1710
|
-
name: "String"
|
|
1711
|
-
}
|
|
1791
|
+
name: "String",
|
|
1792
|
+
},
|
|
1712
1793
|
},
|
|
1713
1794
|
localizedValue: {
|
|
1714
1795
|
serializedName: "localizedValue",
|
|
1715
1796
|
readOnly: true,
|
|
1716
1797
|
type: {
|
|
1717
|
-
name: "String"
|
|
1718
|
-
}
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1798
|
+
name: "String",
|
|
1799
|
+
},
|
|
1800
|
+
},
|
|
1801
|
+
},
|
|
1802
|
+
},
|
|
1722
1803
|
};
|
|
1723
1804
|
export const Logs = {
|
|
1724
1805
|
type: {
|
|
@@ -1728,11 +1809,11 @@ export const Logs = {
|
|
|
1728
1809
|
content: {
|
|
1729
1810
|
serializedName: "content",
|
|
1730
1811
|
type: {
|
|
1731
|
-
name: "String"
|
|
1732
|
-
}
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1812
|
+
name: "String",
|
|
1813
|
+
},
|
|
1814
|
+
},
|
|
1815
|
+
},
|
|
1816
|
+
},
|
|
1736
1817
|
};
|
|
1737
1818
|
export const ContainerExecRequest = {
|
|
1738
1819
|
type: {
|
|
@@ -1742,18 +1823,18 @@ export const ContainerExecRequest = {
|
|
|
1742
1823
|
command: {
|
|
1743
1824
|
serializedName: "command",
|
|
1744
1825
|
type: {
|
|
1745
|
-
name: "String"
|
|
1746
|
-
}
|
|
1826
|
+
name: "String",
|
|
1827
|
+
},
|
|
1747
1828
|
},
|
|
1748
1829
|
terminalSize: {
|
|
1749
1830
|
serializedName: "terminalSize",
|
|
1750
1831
|
type: {
|
|
1751
1832
|
name: "Composite",
|
|
1752
|
-
className: "ContainerExecRequestTerminalSize"
|
|
1753
|
-
}
|
|
1754
|
-
}
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1833
|
+
className: "ContainerExecRequestTerminalSize",
|
|
1834
|
+
},
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1837
|
+
},
|
|
1757
1838
|
};
|
|
1758
1839
|
export const ContainerExecRequestTerminalSize = {
|
|
1759
1840
|
type: {
|
|
@@ -1763,17 +1844,17 @@ export const ContainerExecRequestTerminalSize = {
|
|
|
1763
1844
|
rows: {
|
|
1764
1845
|
serializedName: "rows",
|
|
1765
1846
|
type: {
|
|
1766
|
-
name: "Number"
|
|
1767
|
-
}
|
|
1847
|
+
name: "Number",
|
|
1848
|
+
},
|
|
1768
1849
|
},
|
|
1769
1850
|
cols: {
|
|
1770
1851
|
serializedName: "cols",
|
|
1771
1852
|
type: {
|
|
1772
|
-
name: "Number"
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1853
|
+
name: "Number",
|
|
1854
|
+
},
|
|
1855
|
+
},
|
|
1856
|
+
},
|
|
1857
|
+
},
|
|
1777
1858
|
};
|
|
1778
1859
|
export const ContainerExecResponse = {
|
|
1779
1860
|
type: {
|
|
@@ -1783,17 +1864,17 @@ export const ContainerExecResponse = {
|
|
|
1783
1864
|
webSocketUri: {
|
|
1784
1865
|
serializedName: "webSocketUri",
|
|
1785
1866
|
type: {
|
|
1786
|
-
name: "String"
|
|
1787
|
-
}
|
|
1867
|
+
name: "String",
|
|
1868
|
+
},
|
|
1788
1869
|
},
|
|
1789
1870
|
password: {
|
|
1790
1871
|
serializedName: "password",
|
|
1791
1872
|
type: {
|
|
1792
|
-
name: "String"
|
|
1793
|
-
}
|
|
1794
|
-
}
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1873
|
+
name: "String",
|
|
1874
|
+
},
|
|
1875
|
+
},
|
|
1876
|
+
},
|
|
1877
|
+
},
|
|
1797
1878
|
};
|
|
1798
1879
|
export const ContainerAttachResponse = {
|
|
1799
1880
|
type: {
|
|
@@ -1803,17 +1884,17 @@ export const ContainerAttachResponse = {
|
|
|
1803
1884
|
webSocketUri: {
|
|
1804
1885
|
serializedName: "webSocketUri",
|
|
1805
1886
|
type: {
|
|
1806
|
-
name: "String"
|
|
1807
|
-
}
|
|
1887
|
+
name: "String",
|
|
1888
|
+
},
|
|
1808
1889
|
},
|
|
1809
1890
|
password: {
|
|
1810
1891
|
serializedName: "password",
|
|
1811
1892
|
type: {
|
|
1812
|
-
name: "String"
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
}
|
|
1893
|
+
name: "String",
|
|
1894
|
+
},
|
|
1895
|
+
},
|
|
1896
|
+
},
|
|
1897
|
+
},
|
|
1817
1898
|
};
|
|
1818
1899
|
export const CachedImagesListResult = {
|
|
1819
1900
|
type: {
|
|
@@ -1827,19 +1908,19 @@ export const CachedImagesListResult = {
|
|
|
1827
1908
|
element: {
|
|
1828
1909
|
type: {
|
|
1829
1910
|
name: "Composite",
|
|
1830
|
-
className: "CachedImages"
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1911
|
+
className: "CachedImages",
|
|
1912
|
+
},
|
|
1913
|
+
},
|
|
1914
|
+
},
|
|
1834
1915
|
},
|
|
1835
1916
|
nextLink: {
|
|
1836
1917
|
serializedName: "nextLink",
|
|
1837
1918
|
type: {
|
|
1838
|
-
name: "String"
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
}
|
|
1919
|
+
name: "String",
|
|
1920
|
+
},
|
|
1921
|
+
},
|
|
1922
|
+
},
|
|
1923
|
+
},
|
|
1843
1924
|
};
|
|
1844
1925
|
export const CachedImages = {
|
|
1845
1926
|
type: {
|
|
@@ -1850,18 +1931,18 @@ export const CachedImages = {
|
|
|
1850
1931
|
serializedName: "osType",
|
|
1851
1932
|
required: true,
|
|
1852
1933
|
type: {
|
|
1853
|
-
name: "String"
|
|
1854
|
-
}
|
|
1934
|
+
name: "String",
|
|
1935
|
+
},
|
|
1855
1936
|
},
|
|
1856
1937
|
image: {
|
|
1857
1938
|
serializedName: "image",
|
|
1858
1939
|
required: true,
|
|
1859
1940
|
type: {
|
|
1860
|
-
name: "String"
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1941
|
+
name: "String",
|
|
1942
|
+
},
|
|
1943
|
+
},
|
|
1944
|
+
},
|
|
1945
|
+
},
|
|
1865
1946
|
};
|
|
1866
1947
|
export const CapabilitiesListResult = {
|
|
1867
1948
|
type: {
|
|
@@ -1875,19 +1956,19 @@ export const CapabilitiesListResult = {
|
|
|
1875
1956
|
element: {
|
|
1876
1957
|
type: {
|
|
1877
1958
|
name: "Composite",
|
|
1878
|
-
className: "Capabilities"
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1959
|
+
className: "Capabilities",
|
|
1960
|
+
},
|
|
1961
|
+
},
|
|
1962
|
+
},
|
|
1882
1963
|
},
|
|
1883
1964
|
nextLink: {
|
|
1884
1965
|
serializedName: "nextLink",
|
|
1885
1966
|
type: {
|
|
1886
|
-
name: "String"
|
|
1887
|
-
}
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1967
|
+
name: "String",
|
|
1968
|
+
},
|
|
1969
|
+
},
|
|
1970
|
+
},
|
|
1971
|
+
},
|
|
1891
1972
|
};
|
|
1892
1973
|
export const Capabilities = {
|
|
1893
1974
|
type: {
|
|
@@ -1898,46 +1979,46 @@ export const Capabilities = {
|
|
|
1898
1979
|
serializedName: "resourceType",
|
|
1899
1980
|
readOnly: true,
|
|
1900
1981
|
type: {
|
|
1901
|
-
name: "String"
|
|
1902
|
-
}
|
|
1982
|
+
name: "String",
|
|
1983
|
+
},
|
|
1903
1984
|
},
|
|
1904
1985
|
osType: {
|
|
1905
1986
|
serializedName: "osType",
|
|
1906
1987
|
readOnly: true,
|
|
1907
1988
|
type: {
|
|
1908
|
-
name: "String"
|
|
1909
|
-
}
|
|
1989
|
+
name: "String",
|
|
1990
|
+
},
|
|
1910
1991
|
},
|
|
1911
1992
|
location: {
|
|
1912
1993
|
serializedName: "location",
|
|
1913
1994
|
readOnly: true,
|
|
1914
1995
|
type: {
|
|
1915
|
-
name: "String"
|
|
1916
|
-
}
|
|
1996
|
+
name: "String",
|
|
1997
|
+
},
|
|
1917
1998
|
},
|
|
1918
1999
|
ipAddressType: {
|
|
1919
2000
|
serializedName: "ipAddressType",
|
|
1920
2001
|
readOnly: true,
|
|
1921
2002
|
type: {
|
|
1922
|
-
name: "String"
|
|
1923
|
-
}
|
|
2003
|
+
name: "String",
|
|
2004
|
+
},
|
|
1924
2005
|
},
|
|
1925
2006
|
gpu: {
|
|
1926
2007
|
serializedName: "gpu",
|
|
1927
2008
|
readOnly: true,
|
|
1928
2009
|
type: {
|
|
1929
|
-
name: "String"
|
|
1930
|
-
}
|
|
2010
|
+
name: "String",
|
|
2011
|
+
},
|
|
1931
2012
|
},
|
|
1932
2013
|
capabilities: {
|
|
1933
2014
|
serializedName: "capabilities",
|
|
1934
2015
|
type: {
|
|
1935
2016
|
name: "Composite",
|
|
1936
|
-
className: "CapabilitiesCapabilities"
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
}
|
|
2017
|
+
className: "CapabilitiesCapabilities",
|
|
2018
|
+
},
|
|
2019
|
+
},
|
|
2020
|
+
},
|
|
2021
|
+
},
|
|
1941
2022
|
};
|
|
1942
2023
|
export const CapabilitiesCapabilities = {
|
|
1943
2024
|
type: {
|
|
@@ -1948,31 +2029,208 @@ export const CapabilitiesCapabilities = {
|
|
|
1948
2029
|
serializedName: "maxMemoryInGB",
|
|
1949
2030
|
readOnly: true,
|
|
1950
2031
|
type: {
|
|
1951
|
-
name: "Number"
|
|
1952
|
-
}
|
|
2032
|
+
name: "Number",
|
|
2033
|
+
},
|
|
1953
2034
|
},
|
|
1954
2035
|
maxCpu: {
|
|
1955
2036
|
serializedName: "maxCpu",
|
|
1956
2037
|
readOnly: true,
|
|
1957
2038
|
type: {
|
|
1958
|
-
name: "Number"
|
|
1959
|
-
}
|
|
2039
|
+
name: "Number",
|
|
2040
|
+
},
|
|
1960
2041
|
},
|
|
1961
2042
|
maxGpuCount: {
|
|
1962
2043
|
serializedName: "maxGpuCount",
|
|
1963
2044
|
readOnly: true,
|
|
1964
2045
|
type: {
|
|
1965
|
-
name: "Number"
|
|
1966
|
-
}
|
|
1967
|
-
}
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
2046
|
+
name: "Number",
|
|
2047
|
+
},
|
|
2048
|
+
},
|
|
2049
|
+
},
|
|
2050
|
+
},
|
|
2051
|
+
};
|
|
2052
|
+
export const ContainerGroupProfileListResult = {
|
|
2053
|
+
type: {
|
|
2054
|
+
name: "Composite",
|
|
2055
|
+
className: "ContainerGroupProfileListResult",
|
|
2056
|
+
modelProperties: {
|
|
2057
|
+
value: {
|
|
2058
|
+
serializedName: "value",
|
|
2059
|
+
type: {
|
|
2060
|
+
name: "Sequence",
|
|
2061
|
+
element: {
|
|
2062
|
+
type: {
|
|
2063
|
+
name: "Composite",
|
|
2064
|
+
className: "ContainerGroupProfile",
|
|
2065
|
+
},
|
|
2066
|
+
},
|
|
2067
|
+
},
|
|
2068
|
+
},
|
|
2069
|
+
nextLink: {
|
|
2070
|
+
serializedName: "nextLink",
|
|
2071
|
+
type: {
|
|
2072
|
+
name: "String",
|
|
2073
|
+
},
|
|
2074
|
+
},
|
|
2075
|
+
},
|
|
2076
|
+
},
|
|
2077
|
+
};
|
|
2078
|
+
export const ContainerGroupProfileProperties = {
|
|
2079
|
+
type: {
|
|
2080
|
+
name: "Composite",
|
|
2081
|
+
className: "ContainerGroupProfileProperties",
|
|
2082
|
+
modelProperties: {
|
|
2083
|
+
containers: {
|
|
2084
|
+
serializedName: "properties.containers",
|
|
2085
|
+
required: true,
|
|
2086
|
+
type: {
|
|
2087
|
+
name: "Sequence",
|
|
2088
|
+
element: {
|
|
2089
|
+
type: {
|
|
2090
|
+
name: "Composite",
|
|
2091
|
+
className: "Container",
|
|
2092
|
+
},
|
|
2093
|
+
},
|
|
2094
|
+
},
|
|
2095
|
+
},
|
|
2096
|
+
imageRegistryCredentials: {
|
|
2097
|
+
serializedName: "properties.imageRegistryCredentials",
|
|
2098
|
+
type: {
|
|
2099
|
+
name: "Sequence",
|
|
2100
|
+
element: {
|
|
2101
|
+
type: {
|
|
2102
|
+
name: "Composite",
|
|
2103
|
+
className: "ImageRegistryCredential",
|
|
2104
|
+
},
|
|
2105
|
+
},
|
|
2106
|
+
},
|
|
2107
|
+
},
|
|
2108
|
+
restartPolicy: {
|
|
2109
|
+
serializedName: "properties.restartPolicy",
|
|
2110
|
+
type: {
|
|
2111
|
+
name: "String",
|
|
2112
|
+
},
|
|
2113
|
+
},
|
|
2114
|
+
ipAddress: {
|
|
2115
|
+
serializedName: "properties.ipAddress",
|
|
2116
|
+
type: {
|
|
2117
|
+
name: "Composite",
|
|
2118
|
+
className: "IpAddress",
|
|
2119
|
+
},
|
|
2120
|
+
},
|
|
2121
|
+
osType: {
|
|
2122
|
+
serializedName: "properties.osType",
|
|
2123
|
+
required: true,
|
|
2124
|
+
type: {
|
|
2125
|
+
name: "String",
|
|
2126
|
+
},
|
|
2127
|
+
},
|
|
2128
|
+
volumes: {
|
|
2129
|
+
serializedName: "properties.volumes",
|
|
2130
|
+
type: {
|
|
2131
|
+
name: "Sequence",
|
|
2132
|
+
element: {
|
|
2133
|
+
type: {
|
|
2134
|
+
name: "Composite",
|
|
2135
|
+
className: "Volume",
|
|
2136
|
+
},
|
|
2137
|
+
},
|
|
2138
|
+
},
|
|
2139
|
+
},
|
|
2140
|
+
diagnostics: {
|
|
2141
|
+
serializedName: "properties.diagnostics",
|
|
2142
|
+
type: {
|
|
2143
|
+
name: "Composite",
|
|
2144
|
+
className: "ContainerGroupDiagnostics",
|
|
2145
|
+
},
|
|
2146
|
+
},
|
|
2147
|
+
sku: {
|
|
2148
|
+
serializedName: "properties.sku",
|
|
2149
|
+
type: {
|
|
2150
|
+
name: "String",
|
|
2151
|
+
},
|
|
2152
|
+
},
|
|
2153
|
+
encryptionProperties: {
|
|
2154
|
+
serializedName: "properties.encryptionProperties",
|
|
2155
|
+
type: {
|
|
2156
|
+
name: "Composite",
|
|
2157
|
+
className: "EncryptionProperties",
|
|
2158
|
+
},
|
|
2159
|
+
},
|
|
2160
|
+
initContainers: {
|
|
2161
|
+
serializedName: "properties.initContainers",
|
|
2162
|
+
type: {
|
|
2163
|
+
name: "Sequence",
|
|
2164
|
+
element: {
|
|
2165
|
+
type: {
|
|
2166
|
+
name: "Composite",
|
|
2167
|
+
className: "InitContainerDefinition",
|
|
2168
|
+
},
|
|
2169
|
+
},
|
|
2170
|
+
},
|
|
2171
|
+
},
|
|
2172
|
+
extensions: {
|
|
2173
|
+
serializedName: "properties.extensions",
|
|
2174
|
+
type: {
|
|
2175
|
+
name: "Sequence",
|
|
2176
|
+
element: {
|
|
2177
|
+
type: {
|
|
2178
|
+
name: "Composite",
|
|
2179
|
+
className: "DeploymentExtensionSpec",
|
|
2180
|
+
},
|
|
2181
|
+
},
|
|
2182
|
+
},
|
|
2183
|
+
},
|
|
2184
|
+
confidentialComputeProperties: {
|
|
2185
|
+
serializedName: "properties.confidentialComputeProperties",
|
|
2186
|
+
type: {
|
|
2187
|
+
name: "Composite",
|
|
2188
|
+
className: "ConfidentialComputeProperties",
|
|
2189
|
+
},
|
|
2190
|
+
},
|
|
2191
|
+
priority: {
|
|
2192
|
+
serializedName: "properties.priority",
|
|
2193
|
+
type: {
|
|
2194
|
+
name: "String",
|
|
2195
|
+
},
|
|
2196
|
+
},
|
|
2197
|
+
revision: {
|
|
2198
|
+
serializedName: "properties.revision",
|
|
2199
|
+
readOnly: true,
|
|
2200
|
+
type: {
|
|
2201
|
+
name: "Number",
|
|
2202
|
+
},
|
|
2203
|
+
},
|
|
2204
|
+
},
|
|
2205
|
+
},
|
|
2206
|
+
};
|
|
2207
|
+
export const ContainerGroupProfilePatch = {
|
|
2208
|
+
type: {
|
|
2209
|
+
name: "Composite",
|
|
2210
|
+
className: "ContainerGroupProfilePatch",
|
|
2211
|
+
modelProperties: {
|
|
2212
|
+
tags: {
|
|
2213
|
+
serializedName: "tags",
|
|
2214
|
+
type: {
|
|
2215
|
+
name: "Dictionary",
|
|
2216
|
+
value: { type: { name: "String" } },
|
|
2217
|
+
},
|
|
2218
|
+
},
|
|
2219
|
+
},
|
|
2220
|
+
},
|
|
1970
2221
|
};
|
|
1971
2222
|
export const ContainerGroup = {
|
|
1972
2223
|
type: {
|
|
1973
2224
|
name: "Composite",
|
|
1974
2225
|
className: "ContainerGroup",
|
|
1975
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), ContainerGroupProperties.type.modelProperties)
|
|
1976
|
-
}
|
|
2226
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), ContainerGroupProperties.type.modelProperties),
|
|
2227
|
+
},
|
|
2228
|
+
};
|
|
2229
|
+
export const ContainerGroupProfile = {
|
|
2230
|
+
type: {
|
|
2231
|
+
name: "Composite",
|
|
2232
|
+
className: "ContainerGroupProfile",
|
|
2233
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), ContainerGroupProfileProperties.type.modelProperties),
|
|
2234
|
+
},
|
|
1977
2235
|
};
|
|
1978
2236
|
//# sourceMappingURL=mappers.js.map
|