@azure/arm-containerservice 14.1.0
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/LICENSE.txt +21 -0
- package/README.md +106 -0
- package/dist/arm-containerservice.js +6451 -0
- package/dist/arm-containerservice.js.map +1 -0
- package/dist/arm-containerservice.min.js +1 -0
- package/dist/arm-containerservice.min.js.map +1 -0
- package/esm/containerServiceClient.d.ts +32 -0
- package/esm/containerServiceClient.d.ts.map +1 -0
- package/esm/containerServiceClient.js +45 -0
- package/esm/containerServiceClient.js.map +1 -0
- package/esm/containerServiceClientContext.d.ts +23 -0
- package/esm/containerServiceClientContext.d.ts.map +1 -0
- package/esm/containerServiceClientContext.js +61 -0
- package/esm/containerServiceClientContext.js.map +1 -0
- package/esm/models/agentPoolsMappers.d.ts +2 -0
- package/esm/models/agentPoolsMappers.d.ts.map +1 -0
- package/esm/models/agentPoolsMappers.js +9 -0
- package/esm/models/agentPoolsMappers.js.map +1 -0
- package/esm/models/index.d.ts +3479 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +8 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/maintenanceConfigurationsMappers.d.ts +2 -0
- package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -0
- package/esm/models/maintenanceConfigurationsMappers.js +9 -0
- package/esm/models/maintenanceConfigurationsMappers.js.map +1 -0
- package/esm/models/managedClustersMappers.d.ts +2 -0
- package/esm/models/managedClustersMappers.d.ts.map +1 -0
- package/esm/models/managedClustersMappers.js +9 -0
- package/esm/models/managedClustersMappers.js.map +1 -0
- package/esm/models/mappers.d.ts +88 -0
- package/esm/models/mappers.d.ts.map +1 -0
- package/esm/models/mappers.js +3516 -0
- package/esm/models/mappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +2 -0
- package/esm/models/operationsMappers.d.ts.map +1 -0
- package/esm/models/operationsMappers.js +9 -0
- package/esm/models/operationsMappers.js.map +1 -0
- package/esm/models/parameters.d.ts +16 -0
- package/esm/models/parameters.d.ts.map +1 -0
- package/esm/models/parameters.js +162 -0
- package/esm/models/parameters.js.map +1 -0
- package/esm/models/privateEndpointConnectionsMappers.d.ts +2 -0
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -0
- package/esm/models/privateEndpointConnectionsMappers.js +9 -0
- package/esm/models/privateEndpointConnectionsMappers.js.map +1 -0
- package/esm/models/privateLinkResourcesMappers.d.ts +2 -0
- package/esm/models/privateLinkResourcesMappers.d.ts.map +1 -0
- package/esm/models/privateLinkResourcesMappers.js +9 -0
- package/esm/models/privateLinkResourcesMappers.js.map +1 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.d.ts +2 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.d.ts.map +1 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.js +9 -0
- package/esm/models/resolvePrivateLinkServiceIdMappers.js.map +1 -0
- package/esm/models/snapshotsMappers.d.ts +2 -0
- package/esm/models/snapshotsMappers.d.ts.map +1 -0
- package/esm/models/snapshotsMappers.js +9 -0
- package/esm/models/snapshotsMappers.js.map +1 -0
- package/esm/operations/agentPools.d.ts +187 -0
- package/esm/operations/agentPools.d.ts.map +1 -0
- package/esm/operations/agentPools.js +359 -0
- package/esm/operations/agentPools.js.map +1 -0
- package/esm/operations/index.d.ts +9 -0
- package/esm/operations/index.d.ts.map +1 -0
- package/esm/operations/index.js +17 -0
- package/esm/operations/index.js.map +1 -0
- package/esm/operations/maintenanceConfigurations.d.ts +127 -0
- package/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/esm/operations/maintenanceConfigurations.js +190 -0
- package/esm/operations/maintenanceConfigurations.js.map +1 -0
- package/esm/operations/managedClusters.d.ts +487 -0
- package/esm/operations/managedClusters.d.ts.map +1 -0
- package/esm/operations/managedClusters.js +956 -0
- package/esm/operations/managedClusters.js.map +1 -0
- package/esm/operations/operations.d.ts +28 -0
- package/esm/operations/operations.d.ts.map +1 -0
- package/esm/operations/operations.js +50 -0
- package/esm/operations/operations.js.map +1 -0
- package/esm/operations/privateEndpointConnections.d.ts +106 -0
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/esm/operations/privateEndpointConnections.js +181 -0
- package/esm/operations/privateEndpointConnections.js.map +1 -0
- package/esm/operations/privateLinkResources.d.ts +35 -0
- package/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/esm/operations/privateLinkResources.js +57 -0
- package/esm/operations/privateLinkResources.js.map +1 -0
- package/esm/operations/resolvePrivateLinkServiceId.d.ts +37 -0
- package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
- package/esm/operations/resolvePrivateLinkServiceId.js +63 -0
- package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -0
- package/esm/operations/snapshots.d.ts +172 -0
- package/esm/operations/snapshots.d.ts.map +1 -0
- package/esm/operations/snapshots.js +277 -0
- package/esm/operations/snapshots.js.map +1 -0
- package/package.json +59 -0
- package/rollup.config.js +37 -0
- package/src/containerServiceClient.ts +62 -0
- package/src/containerServiceClientContext.ts +68 -0
- package/src/models/agentPoolsMappers.ts +72 -0
- package/src/models/index.ts +3679 -0
- package/src/models/maintenanceConfigurationsMappers.ts +68 -0
- package/src/models/managedClustersMappers.ts +82 -0
- package/src/models/mappers.ts +3695 -0
- package/src/models/operationsMappers.ts +13 -0
- package/src/models/parameters.ts +164 -0
- package/src/models/privateEndpointConnectionsMappers.ts +68 -0
- package/src/models/privateLinkResourcesMappers.ts +13 -0
- package/src/models/resolvePrivateLinkServiceIdMappers.ts +12 -0
- package/src/models/snapshotsMappers.ts +69 -0
- package/src/operations/agentPools.ts +519 -0
- package/src/operations/index.ts +17 -0
- package/src/operations/maintenanceConfigurations.ts +334 -0
- package/src/operations/managedClusters.ts +1391 -0
- package/src/operations/operations.ts +73 -0
- package/src/operations/privateEndpointConnections.ts +282 -0
- package/src/operations/privateLinkResources.ts +87 -0
- package/src/operations/resolvePrivateLinkServiceId.ts +97 -0
- package/src/operations/snapshots.ts +484 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedClusters.d.ts","sourceRoot":"","sources":["../../src/operations/managedClusters.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,956 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
+
* regenerated.
|
|
8
|
+
*/
|
|
9
|
+
import { __assign } from "tslib";
|
|
10
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
+
import * as Mappers from "../models/managedClustersMappers";
|
|
12
|
+
import * as Parameters from "../models/parameters";
|
|
13
|
+
/** Class representing a ManagedClusters. */
|
|
14
|
+
var ManagedClusters = /** @class */ (function () {
|
|
15
|
+
/**
|
|
16
|
+
* Create a ManagedClusters.
|
|
17
|
+
* @param {ContainerServiceClientContext} client Reference to the service client.
|
|
18
|
+
*/
|
|
19
|
+
function ManagedClusters(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
ManagedClusters.prototype.getOSOptions = function (location, options, callback) {
|
|
23
|
+
return this.client.sendOperationRequest({
|
|
24
|
+
location: location,
|
|
25
|
+
options: options
|
|
26
|
+
}, getOSOptionsOperationSpec, callback);
|
|
27
|
+
};
|
|
28
|
+
ManagedClusters.prototype.list = function (options, callback) {
|
|
29
|
+
return this.client.sendOperationRequest({
|
|
30
|
+
options: options
|
|
31
|
+
}, listOperationSpec, callback);
|
|
32
|
+
};
|
|
33
|
+
ManagedClusters.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
|
|
34
|
+
return this.client.sendOperationRequest({
|
|
35
|
+
resourceGroupName: resourceGroupName,
|
|
36
|
+
options: options
|
|
37
|
+
}, listByResourceGroupOperationSpec, callback);
|
|
38
|
+
};
|
|
39
|
+
ManagedClusters.prototype.getUpgradeProfile = function (resourceGroupName, resourceName, options, callback) {
|
|
40
|
+
return this.client.sendOperationRequest({
|
|
41
|
+
resourceGroupName: resourceGroupName,
|
|
42
|
+
resourceName: resourceName,
|
|
43
|
+
options: options
|
|
44
|
+
}, getUpgradeProfileOperationSpec, callback);
|
|
45
|
+
};
|
|
46
|
+
ManagedClusters.prototype.getAccessProfile = function (resourceGroupName, resourceName, roleName, options, callback) {
|
|
47
|
+
return this.client.sendOperationRequest({
|
|
48
|
+
resourceGroupName: resourceGroupName,
|
|
49
|
+
resourceName: resourceName,
|
|
50
|
+
roleName: roleName,
|
|
51
|
+
options: options
|
|
52
|
+
}, getAccessProfileOperationSpec, callback);
|
|
53
|
+
};
|
|
54
|
+
ManagedClusters.prototype.listClusterAdminCredentials = function (resourceGroupName, resourceName, options, callback) {
|
|
55
|
+
return this.client.sendOperationRequest({
|
|
56
|
+
resourceGroupName: resourceGroupName,
|
|
57
|
+
resourceName: resourceName,
|
|
58
|
+
options: options
|
|
59
|
+
}, listClusterAdminCredentialsOperationSpec, callback);
|
|
60
|
+
};
|
|
61
|
+
ManagedClusters.prototype.listClusterUserCredentials = function (resourceGroupName, resourceName, options, callback) {
|
|
62
|
+
return this.client.sendOperationRequest({
|
|
63
|
+
resourceGroupName: resourceGroupName,
|
|
64
|
+
resourceName: resourceName,
|
|
65
|
+
options: options
|
|
66
|
+
}, listClusterUserCredentialsOperationSpec, callback);
|
|
67
|
+
};
|
|
68
|
+
ManagedClusters.prototype.listClusterMonitoringUserCredentials = function (resourceGroupName, resourceName, options, callback) {
|
|
69
|
+
return this.client.sendOperationRequest({
|
|
70
|
+
resourceGroupName: resourceGroupName,
|
|
71
|
+
resourceName: resourceName,
|
|
72
|
+
options: options
|
|
73
|
+
}, listClusterMonitoringUserCredentialsOperationSpec, callback);
|
|
74
|
+
};
|
|
75
|
+
ManagedClusters.prototype.get = function (resourceGroupName, resourceName, options, callback) {
|
|
76
|
+
return this.client.sendOperationRequest({
|
|
77
|
+
resourceGroupName: resourceGroupName,
|
|
78
|
+
resourceName: resourceName,
|
|
79
|
+
options: options
|
|
80
|
+
}, getOperationSpec, callback);
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* @summary Creates or updates a managed cluster.
|
|
84
|
+
* @param resourceGroupName The name of the resource group.
|
|
85
|
+
* @param resourceName The name of the managed cluster resource.
|
|
86
|
+
* @param parameters The managed cluster to create or update.
|
|
87
|
+
* @param [options] The optional parameters
|
|
88
|
+
* @returns Promise<Models.ManagedClustersCreateOrUpdateResponse>
|
|
89
|
+
*/
|
|
90
|
+
ManagedClusters.prototype.createOrUpdate = function (resourceGroupName, resourceName, parameters, options) {
|
|
91
|
+
return this.beginCreateOrUpdate(resourceGroupName, resourceName, parameters, options)
|
|
92
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* @summary Updates tags on a managed cluster.
|
|
96
|
+
* @param resourceGroupName The name of the resource group.
|
|
97
|
+
* @param resourceName The name of the managed cluster resource.
|
|
98
|
+
* @param parameters Parameters supplied to the Update Managed Cluster Tags operation.
|
|
99
|
+
* @param [options] The optional parameters
|
|
100
|
+
* @returns Promise<Models.ManagedClustersUpdateTagsResponse>
|
|
101
|
+
*/
|
|
102
|
+
ManagedClusters.prototype.updateTags = function (resourceGroupName, resourceName, parameters, options) {
|
|
103
|
+
return this.beginUpdateTags(resourceGroupName, resourceName, parameters, options)
|
|
104
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* @summary Deletes a managed cluster.
|
|
108
|
+
* @param resourceGroupName The name of the resource group.
|
|
109
|
+
* @param resourceName The name of the managed cluster resource.
|
|
110
|
+
* @param [options] The optional parameters
|
|
111
|
+
* @returns Promise<msRest.RestResponse>
|
|
112
|
+
*/
|
|
113
|
+
ManagedClusters.prototype.deleteMethod = function (resourceGroupName, resourceName, options) {
|
|
114
|
+
return this.beginDeleteMethod(resourceGroupName, resourceName, options)
|
|
115
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* This action cannot be performed on a cluster that is not using a service principal
|
|
119
|
+
* @summary Reset the Service Principal Profile of a managed cluster.
|
|
120
|
+
* @param resourceGroupName The name of the resource group.
|
|
121
|
+
* @param resourceName The name of the managed cluster resource.
|
|
122
|
+
* @param parameters The service principal profile to set on the managed cluster.
|
|
123
|
+
* @param [options] The optional parameters
|
|
124
|
+
* @returns Promise<msRest.RestResponse>
|
|
125
|
+
*/
|
|
126
|
+
ManagedClusters.prototype.resetServicePrincipalProfile = function (resourceGroupName, resourceName, parameters, options) {
|
|
127
|
+
return this.beginResetServicePrincipalProfile(resourceGroupName, resourceName, parameters, options)
|
|
128
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* @summary Reset the AAD Profile of a managed cluster.
|
|
132
|
+
* @param resourceGroupName The name of the resource group.
|
|
133
|
+
* @param resourceName The name of the managed cluster resource.
|
|
134
|
+
* @param parameters The AAD profile to set on the Managed Cluster
|
|
135
|
+
* @param [options] The optional parameters
|
|
136
|
+
* @returns Promise<msRest.RestResponse>
|
|
137
|
+
*/
|
|
138
|
+
ManagedClusters.prototype.resetAADProfile = function (resourceGroupName, resourceName, parameters, options) {
|
|
139
|
+
return this.beginResetAADProfile(resourceGroupName, resourceName, parameters, options)
|
|
140
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
|
|
144
|
+
* details about rotating managed cluster certificates.
|
|
145
|
+
* @summary Rotates the certificates of a managed cluster.
|
|
146
|
+
* @param resourceGroupName The name of the resource group.
|
|
147
|
+
* @param resourceName The name of the managed cluster resource.
|
|
148
|
+
* @param [options] The optional parameters
|
|
149
|
+
* @returns Promise<msRest.RestResponse>
|
|
150
|
+
*/
|
|
151
|
+
ManagedClusters.prototype.rotateClusterCertificates = function (resourceGroupName, resourceName, options) {
|
|
152
|
+
return this.beginRotateClusterCertificates(resourceGroupName, resourceName, options)
|
|
153
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a
|
|
157
|
+
* cluster stops the control plane and agent nodes entirely, while maintaining all object and
|
|
158
|
+
* cluster state. A cluster does not accrue charges while it is stopped. See [stopping a
|
|
159
|
+
* cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about
|
|
160
|
+
* stopping a cluster.
|
|
161
|
+
* @summary Stops a Managed Cluster
|
|
162
|
+
* @param resourceGroupName The name of the resource group.
|
|
163
|
+
* @param resourceName The name of the managed cluster resource.
|
|
164
|
+
* @param [options] The optional parameters
|
|
165
|
+
* @returns Promise<msRest.RestResponse>
|
|
166
|
+
*/
|
|
167
|
+
ManagedClusters.prototype.stop = function (resourceGroupName, resourceName, options) {
|
|
168
|
+
return this.beginStop(resourceGroupName, resourceName, options)
|
|
169
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
|
|
173
|
+
* details about starting a cluster.
|
|
174
|
+
* @summary Starts a previously stopped Managed Cluster
|
|
175
|
+
* @param resourceGroupName The name of the resource group.
|
|
176
|
+
* @param resourceName The name of the managed cluster resource.
|
|
177
|
+
* @param [options] The optional parameters
|
|
178
|
+
* @returns Promise<msRest.RestResponse>
|
|
179
|
+
*/
|
|
180
|
+
ManagedClusters.prototype.start = function (resourceGroupName, resourceName, options) {
|
|
181
|
+
return this.beginStart(resourceGroupName, resourceName, options)
|
|
182
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* AKS will create a pod to run the command. This is primarily useful for private clusters. For
|
|
186
|
+
* more information see [AKS Run
|
|
187
|
+
* Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
|
|
188
|
+
* @summary Submits a command to run against the Managed Cluster.
|
|
189
|
+
* @param resourceGroupName The name of the resource group.
|
|
190
|
+
* @param resourceName The name of the managed cluster resource.
|
|
191
|
+
* @param requestPayload The run command request
|
|
192
|
+
* @param [options] The optional parameters
|
|
193
|
+
* @returns Promise<Models.ManagedClustersRunCommandResponse>
|
|
194
|
+
*/
|
|
195
|
+
ManagedClusters.prototype.runCommand = function (resourceGroupName, resourceName, requestPayload, options) {
|
|
196
|
+
return this.beginRunCommand(resourceGroupName, resourceName, requestPayload, options)
|
|
197
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
198
|
+
};
|
|
199
|
+
ManagedClusters.prototype.getCommandResult = function (resourceGroupName, resourceName, commandId, options, callback) {
|
|
200
|
+
return this.client.sendOperationRequest({
|
|
201
|
+
resourceGroupName: resourceGroupName,
|
|
202
|
+
resourceName: resourceName,
|
|
203
|
+
commandId: commandId,
|
|
204
|
+
options: options
|
|
205
|
+
}, getCommandResultOperationSpec, callback);
|
|
206
|
+
};
|
|
207
|
+
ManagedClusters.prototype.listOutboundNetworkDependenciesEndpoints = function (resourceGroupName, resourceName, options, callback) {
|
|
208
|
+
return this.client.sendOperationRequest({
|
|
209
|
+
resourceGroupName: resourceGroupName,
|
|
210
|
+
resourceName: resourceName,
|
|
211
|
+
options: options
|
|
212
|
+
}, listOutboundNetworkDependenciesEndpointsOperationSpec, callback);
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @summary Creates or updates a managed cluster.
|
|
216
|
+
* @param resourceGroupName The name of the resource group.
|
|
217
|
+
* @param resourceName The name of the managed cluster resource.
|
|
218
|
+
* @param parameters The managed cluster to create or update.
|
|
219
|
+
* @param [options] The optional parameters
|
|
220
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
221
|
+
*/
|
|
222
|
+
ManagedClusters.prototype.beginCreateOrUpdate = function (resourceGroupName, resourceName, parameters, options) {
|
|
223
|
+
return this.client.sendLRORequest({
|
|
224
|
+
resourceGroupName: resourceGroupName,
|
|
225
|
+
resourceName: resourceName,
|
|
226
|
+
parameters: parameters,
|
|
227
|
+
options: options
|
|
228
|
+
}, beginCreateOrUpdateOperationSpec, options);
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* @summary Updates tags on a managed cluster.
|
|
232
|
+
* @param resourceGroupName The name of the resource group.
|
|
233
|
+
* @param resourceName The name of the managed cluster resource.
|
|
234
|
+
* @param parameters Parameters supplied to the Update Managed Cluster Tags operation.
|
|
235
|
+
* @param [options] The optional parameters
|
|
236
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
237
|
+
*/
|
|
238
|
+
ManagedClusters.prototype.beginUpdateTags = function (resourceGroupName, resourceName, parameters, options) {
|
|
239
|
+
return this.client.sendLRORequest({
|
|
240
|
+
resourceGroupName: resourceGroupName,
|
|
241
|
+
resourceName: resourceName,
|
|
242
|
+
parameters: parameters,
|
|
243
|
+
options: options
|
|
244
|
+
}, beginUpdateTagsOperationSpec, options);
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* @summary Deletes a managed cluster.
|
|
248
|
+
* @param resourceGroupName The name of the resource group.
|
|
249
|
+
* @param resourceName The name of the managed cluster resource.
|
|
250
|
+
* @param [options] The optional parameters
|
|
251
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
252
|
+
*/
|
|
253
|
+
ManagedClusters.prototype.beginDeleteMethod = function (resourceGroupName, resourceName, options) {
|
|
254
|
+
return this.client.sendLRORequest({
|
|
255
|
+
resourceGroupName: resourceGroupName,
|
|
256
|
+
resourceName: resourceName,
|
|
257
|
+
options: options
|
|
258
|
+
}, beginDeleteMethodOperationSpec, options);
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* This action cannot be performed on a cluster that is not using a service principal
|
|
262
|
+
* @summary Reset the Service Principal Profile of a managed cluster.
|
|
263
|
+
* @param resourceGroupName The name of the resource group.
|
|
264
|
+
* @param resourceName The name of the managed cluster resource.
|
|
265
|
+
* @param parameters The service principal profile to set on the managed cluster.
|
|
266
|
+
* @param [options] The optional parameters
|
|
267
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
268
|
+
*/
|
|
269
|
+
ManagedClusters.prototype.beginResetServicePrincipalProfile = function (resourceGroupName, resourceName, parameters, options) {
|
|
270
|
+
return this.client.sendLRORequest({
|
|
271
|
+
resourceGroupName: resourceGroupName,
|
|
272
|
+
resourceName: resourceName,
|
|
273
|
+
parameters: parameters,
|
|
274
|
+
options: options
|
|
275
|
+
}, beginResetServicePrincipalProfileOperationSpec, options);
|
|
276
|
+
};
|
|
277
|
+
/**
|
|
278
|
+
* @summary Reset the AAD Profile of a managed cluster.
|
|
279
|
+
* @param resourceGroupName The name of the resource group.
|
|
280
|
+
* @param resourceName The name of the managed cluster resource.
|
|
281
|
+
* @param parameters The AAD profile to set on the Managed Cluster
|
|
282
|
+
* @param [options] The optional parameters
|
|
283
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
284
|
+
*/
|
|
285
|
+
ManagedClusters.prototype.beginResetAADProfile = function (resourceGroupName, resourceName, parameters, options) {
|
|
286
|
+
return this.client.sendLRORequest({
|
|
287
|
+
resourceGroupName: resourceGroupName,
|
|
288
|
+
resourceName: resourceName,
|
|
289
|
+
parameters: parameters,
|
|
290
|
+
options: options
|
|
291
|
+
}, beginResetAADProfileOperationSpec, options);
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
|
|
295
|
+
* details about rotating managed cluster certificates.
|
|
296
|
+
* @summary Rotates the certificates of a managed cluster.
|
|
297
|
+
* @param resourceGroupName The name of the resource group.
|
|
298
|
+
* @param resourceName The name of the managed cluster resource.
|
|
299
|
+
* @param [options] The optional parameters
|
|
300
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
301
|
+
*/
|
|
302
|
+
ManagedClusters.prototype.beginRotateClusterCertificates = function (resourceGroupName, resourceName, options) {
|
|
303
|
+
return this.client.sendLRORequest({
|
|
304
|
+
resourceGroupName: resourceGroupName,
|
|
305
|
+
resourceName: resourceName,
|
|
306
|
+
options: options
|
|
307
|
+
}, beginRotateClusterCertificatesOperationSpec, options);
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a
|
|
311
|
+
* cluster stops the control plane and agent nodes entirely, while maintaining all object and
|
|
312
|
+
* cluster state. A cluster does not accrue charges while it is stopped. See [stopping a
|
|
313
|
+
* cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about
|
|
314
|
+
* stopping a cluster.
|
|
315
|
+
* @summary Stops a Managed Cluster
|
|
316
|
+
* @param resourceGroupName The name of the resource group.
|
|
317
|
+
* @param resourceName The name of the managed cluster resource.
|
|
318
|
+
* @param [options] The optional parameters
|
|
319
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
320
|
+
*/
|
|
321
|
+
ManagedClusters.prototype.beginStop = function (resourceGroupName, resourceName, options) {
|
|
322
|
+
return this.client.sendLRORequest({
|
|
323
|
+
resourceGroupName: resourceGroupName,
|
|
324
|
+
resourceName: resourceName,
|
|
325
|
+
options: options
|
|
326
|
+
}, beginStopOperationSpec, options);
|
|
327
|
+
};
|
|
328
|
+
/**
|
|
329
|
+
* See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
|
|
330
|
+
* details about starting a cluster.
|
|
331
|
+
* @summary Starts a previously stopped Managed Cluster
|
|
332
|
+
* @param resourceGroupName The name of the resource group.
|
|
333
|
+
* @param resourceName The name of the managed cluster resource.
|
|
334
|
+
* @param [options] The optional parameters
|
|
335
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
336
|
+
*/
|
|
337
|
+
ManagedClusters.prototype.beginStart = function (resourceGroupName, resourceName, options) {
|
|
338
|
+
return this.client.sendLRORequest({
|
|
339
|
+
resourceGroupName: resourceGroupName,
|
|
340
|
+
resourceName: resourceName,
|
|
341
|
+
options: options
|
|
342
|
+
}, beginStartOperationSpec, options);
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* AKS will create a pod to run the command. This is primarily useful for private clusters. For
|
|
346
|
+
* more information see [AKS Run
|
|
347
|
+
* Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
|
|
348
|
+
* @summary Submits a command to run against the Managed Cluster.
|
|
349
|
+
* @param resourceGroupName The name of the resource group.
|
|
350
|
+
* @param resourceName The name of the managed cluster resource.
|
|
351
|
+
* @param requestPayload The run command request
|
|
352
|
+
* @param [options] The optional parameters
|
|
353
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
354
|
+
*/
|
|
355
|
+
ManagedClusters.prototype.beginRunCommand = function (resourceGroupName, resourceName, requestPayload, options) {
|
|
356
|
+
return this.client.sendLRORequest({
|
|
357
|
+
resourceGroupName: resourceGroupName,
|
|
358
|
+
resourceName: resourceName,
|
|
359
|
+
requestPayload: requestPayload,
|
|
360
|
+
options: options
|
|
361
|
+
}, beginRunCommandOperationSpec, options);
|
|
362
|
+
};
|
|
363
|
+
ManagedClusters.prototype.listNext = function (nextPageLink, options, callback) {
|
|
364
|
+
return this.client.sendOperationRequest({
|
|
365
|
+
nextPageLink: nextPageLink,
|
|
366
|
+
options: options
|
|
367
|
+
}, listNextOperationSpec, callback);
|
|
368
|
+
};
|
|
369
|
+
ManagedClusters.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
|
|
370
|
+
return this.client.sendOperationRequest({
|
|
371
|
+
nextPageLink: nextPageLink,
|
|
372
|
+
options: options
|
|
373
|
+
}, listByResourceGroupNextOperationSpec, callback);
|
|
374
|
+
};
|
|
375
|
+
ManagedClusters.prototype.listOutboundNetworkDependenciesEndpointsNext = function (nextPageLink, options, callback) {
|
|
376
|
+
return this.client.sendOperationRequest({
|
|
377
|
+
nextPageLink: nextPageLink,
|
|
378
|
+
options: options
|
|
379
|
+
}, listOutboundNetworkDependenciesEndpointsNextOperationSpec, callback);
|
|
380
|
+
};
|
|
381
|
+
return ManagedClusters;
|
|
382
|
+
}());
|
|
383
|
+
export { ManagedClusters };
|
|
384
|
+
// Operation Specifications
|
|
385
|
+
var serializer = new msRest.Serializer(Mappers);
|
|
386
|
+
var getOSOptionsOperationSpec = {
|
|
387
|
+
httpMethod: "GET",
|
|
388
|
+
path: "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default",
|
|
389
|
+
urlParameters: [
|
|
390
|
+
Parameters.subscriptionId,
|
|
391
|
+
Parameters.location
|
|
392
|
+
],
|
|
393
|
+
queryParameters: [
|
|
394
|
+
Parameters.apiVersion,
|
|
395
|
+
Parameters.resourceType
|
|
396
|
+
],
|
|
397
|
+
headerParameters: [
|
|
398
|
+
Parameters.acceptLanguage
|
|
399
|
+
],
|
|
400
|
+
responses: {
|
|
401
|
+
200: {
|
|
402
|
+
bodyMapper: Mappers.OSOptionProfile
|
|
403
|
+
},
|
|
404
|
+
default: {
|
|
405
|
+
bodyMapper: Mappers.CloudError
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
serializer: serializer
|
|
409
|
+
};
|
|
410
|
+
var listOperationSpec = {
|
|
411
|
+
httpMethod: "GET",
|
|
412
|
+
path: "subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters",
|
|
413
|
+
urlParameters: [
|
|
414
|
+
Parameters.subscriptionId
|
|
415
|
+
],
|
|
416
|
+
queryParameters: [
|
|
417
|
+
Parameters.apiVersion
|
|
418
|
+
],
|
|
419
|
+
headerParameters: [
|
|
420
|
+
Parameters.acceptLanguage
|
|
421
|
+
],
|
|
422
|
+
responses: {
|
|
423
|
+
200: {
|
|
424
|
+
bodyMapper: Mappers.ManagedClusterListResult
|
|
425
|
+
},
|
|
426
|
+
default: {
|
|
427
|
+
bodyMapper: Mappers.CloudError
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
serializer: serializer
|
|
431
|
+
};
|
|
432
|
+
var listByResourceGroupOperationSpec = {
|
|
433
|
+
httpMethod: "GET",
|
|
434
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters",
|
|
435
|
+
urlParameters: [
|
|
436
|
+
Parameters.subscriptionId,
|
|
437
|
+
Parameters.resourceGroupName
|
|
438
|
+
],
|
|
439
|
+
queryParameters: [
|
|
440
|
+
Parameters.apiVersion
|
|
441
|
+
],
|
|
442
|
+
headerParameters: [
|
|
443
|
+
Parameters.acceptLanguage
|
|
444
|
+
],
|
|
445
|
+
responses: {
|
|
446
|
+
200: {
|
|
447
|
+
bodyMapper: Mappers.ManagedClusterListResult
|
|
448
|
+
},
|
|
449
|
+
default: {
|
|
450
|
+
bodyMapper: Mappers.CloudError
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
serializer: serializer
|
|
454
|
+
};
|
|
455
|
+
var getUpgradeProfileOperationSpec = {
|
|
456
|
+
httpMethod: "GET",
|
|
457
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default",
|
|
458
|
+
urlParameters: [
|
|
459
|
+
Parameters.subscriptionId,
|
|
460
|
+
Parameters.resourceGroupName,
|
|
461
|
+
Parameters.resourceName
|
|
462
|
+
],
|
|
463
|
+
queryParameters: [
|
|
464
|
+
Parameters.apiVersion
|
|
465
|
+
],
|
|
466
|
+
headerParameters: [
|
|
467
|
+
Parameters.acceptLanguage
|
|
468
|
+
],
|
|
469
|
+
responses: {
|
|
470
|
+
200: {
|
|
471
|
+
bodyMapper: Mappers.ManagedClusterUpgradeProfile
|
|
472
|
+
},
|
|
473
|
+
default: {
|
|
474
|
+
bodyMapper: Mappers.CloudError
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
serializer: serializer
|
|
478
|
+
};
|
|
479
|
+
var getAccessProfileOperationSpec = {
|
|
480
|
+
httpMethod: "POST",
|
|
481
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential",
|
|
482
|
+
urlParameters: [
|
|
483
|
+
Parameters.subscriptionId,
|
|
484
|
+
Parameters.resourceGroupName,
|
|
485
|
+
Parameters.resourceName,
|
|
486
|
+
Parameters.roleName
|
|
487
|
+
],
|
|
488
|
+
queryParameters: [
|
|
489
|
+
Parameters.apiVersion
|
|
490
|
+
],
|
|
491
|
+
headerParameters: [
|
|
492
|
+
Parameters.acceptLanguage
|
|
493
|
+
],
|
|
494
|
+
responses: {
|
|
495
|
+
200: {
|
|
496
|
+
bodyMapper: Mappers.ManagedClusterAccessProfile
|
|
497
|
+
},
|
|
498
|
+
default: {
|
|
499
|
+
bodyMapper: Mappers.CloudError
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
serializer: serializer
|
|
503
|
+
};
|
|
504
|
+
var listClusterAdminCredentialsOperationSpec = {
|
|
505
|
+
httpMethod: "POST",
|
|
506
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential",
|
|
507
|
+
urlParameters: [
|
|
508
|
+
Parameters.subscriptionId,
|
|
509
|
+
Parameters.resourceGroupName,
|
|
510
|
+
Parameters.resourceName
|
|
511
|
+
],
|
|
512
|
+
queryParameters: [
|
|
513
|
+
Parameters.apiVersion,
|
|
514
|
+
Parameters.serverFqdn
|
|
515
|
+
],
|
|
516
|
+
headerParameters: [
|
|
517
|
+
Parameters.acceptLanguage
|
|
518
|
+
],
|
|
519
|
+
responses: {
|
|
520
|
+
200: {
|
|
521
|
+
bodyMapper: Mappers.CredentialResults
|
|
522
|
+
},
|
|
523
|
+
default: {
|
|
524
|
+
bodyMapper: Mappers.CloudError
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
serializer: serializer
|
|
528
|
+
};
|
|
529
|
+
var listClusterUserCredentialsOperationSpec = {
|
|
530
|
+
httpMethod: "POST",
|
|
531
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential",
|
|
532
|
+
urlParameters: [
|
|
533
|
+
Parameters.subscriptionId,
|
|
534
|
+
Parameters.resourceGroupName,
|
|
535
|
+
Parameters.resourceName
|
|
536
|
+
],
|
|
537
|
+
queryParameters: [
|
|
538
|
+
Parameters.apiVersion,
|
|
539
|
+
Parameters.serverFqdn
|
|
540
|
+
],
|
|
541
|
+
headerParameters: [
|
|
542
|
+
Parameters.acceptLanguage
|
|
543
|
+
],
|
|
544
|
+
responses: {
|
|
545
|
+
200: {
|
|
546
|
+
bodyMapper: Mappers.CredentialResults
|
|
547
|
+
},
|
|
548
|
+
default: {
|
|
549
|
+
bodyMapper: Mappers.CloudError
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
serializer: serializer
|
|
553
|
+
};
|
|
554
|
+
var listClusterMonitoringUserCredentialsOperationSpec = {
|
|
555
|
+
httpMethod: "POST",
|
|
556
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential",
|
|
557
|
+
urlParameters: [
|
|
558
|
+
Parameters.subscriptionId,
|
|
559
|
+
Parameters.resourceGroupName,
|
|
560
|
+
Parameters.resourceName
|
|
561
|
+
],
|
|
562
|
+
queryParameters: [
|
|
563
|
+
Parameters.apiVersion,
|
|
564
|
+
Parameters.serverFqdn
|
|
565
|
+
],
|
|
566
|
+
headerParameters: [
|
|
567
|
+
Parameters.acceptLanguage
|
|
568
|
+
],
|
|
569
|
+
responses: {
|
|
570
|
+
200: {
|
|
571
|
+
bodyMapper: Mappers.CredentialResults
|
|
572
|
+
},
|
|
573
|
+
default: {
|
|
574
|
+
bodyMapper: Mappers.CloudError
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
serializer: serializer
|
|
578
|
+
};
|
|
579
|
+
var getOperationSpec = {
|
|
580
|
+
httpMethod: "GET",
|
|
581
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
582
|
+
urlParameters: [
|
|
583
|
+
Parameters.subscriptionId,
|
|
584
|
+
Parameters.resourceGroupName,
|
|
585
|
+
Parameters.resourceName
|
|
586
|
+
],
|
|
587
|
+
queryParameters: [
|
|
588
|
+
Parameters.apiVersion
|
|
589
|
+
],
|
|
590
|
+
headerParameters: [
|
|
591
|
+
Parameters.acceptLanguage
|
|
592
|
+
],
|
|
593
|
+
responses: {
|
|
594
|
+
200: {
|
|
595
|
+
bodyMapper: Mappers.ManagedCluster
|
|
596
|
+
},
|
|
597
|
+
default: {
|
|
598
|
+
bodyMapper: Mappers.CloudError
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
serializer: serializer
|
|
602
|
+
};
|
|
603
|
+
var getCommandResultOperationSpec = {
|
|
604
|
+
httpMethod: "GET",
|
|
605
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}",
|
|
606
|
+
urlParameters: [
|
|
607
|
+
Parameters.subscriptionId,
|
|
608
|
+
Parameters.resourceGroupName,
|
|
609
|
+
Parameters.resourceName,
|
|
610
|
+
Parameters.commandId
|
|
611
|
+
],
|
|
612
|
+
queryParameters: [
|
|
613
|
+
Parameters.apiVersion
|
|
614
|
+
],
|
|
615
|
+
headerParameters: [
|
|
616
|
+
Parameters.acceptLanguage
|
|
617
|
+
],
|
|
618
|
+
responses: {
|
|
619
|
+
200: {
|
|
620
|
+
bodyMapper: Mappers.RunCommandResult
|
|
621
|
+
},
|
|
622
|
+
202: {},
|
|
623
|
+
default: {
|
|
624
|
+
bodyMapper: Mappers.CloudError
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
serializer: serializer
|
|
628
|
+
};
|
|
629
|
+
var listOutboundNetworkDependenciesEndpointsOperationSpec = {
|
|
630
|
+
httpMethod: "GET",
|
|
631
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints",
|
|
632
|
+
urlParameters: [
|
|
633
|
+
Parameters.subscriptionId,
|
|
634
|
+
Parameters.resourceGroupName,
|
|
635
|
+
Parameters.resourceName
|
|
636
|
+
],
|
|
637
|
+
queryParameters: [
|
|
638
|
+
Parameters.apiVersion
|
|
639
|
+
],
|
|
640
|
+
headerParameters: [
|
|
641
|
+
Parameters.acceptLanguage
|
|
642
|
+
],
|
|
643
|
+
responses: {
|
|
644
|
+
200: {
|
|
645
|
+
bodyMapper: Mappers.OutboundEnvironmentEndpointCollection
|
|
646
|
+
},
|
|
647
|
+
default: {
|
|
648
|
+
bodyMapper: Mappers.CloudError
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
serializer: serializer
|
|
652
|
+
};
|
|
653
|
+
var beginCreateOrUpdateOperationSpec = {
|
|
654
|
+
httpMethod: "PUT",
|
|
655
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
656
|
+
urlParameters: [
|
|
657
|
+
Parameters.subscriptionId,
|
|
658
|
+
Parameters.resourceGroupName,
|
|
659
|
+
Parameters.resourceName
|
|
660
|
+
],
|
|
661
|
+
queryParameters: [
|
|
662
|
+
Parameters.apiVersion
|
|
663
|
+
],
|
|
664
|
+
headerParameters: [
|
|
665
|
+
Parameters.acceptLanguage
|
|
666
|
+
],
|
|
667
|
+
requestBody: {
|
|
668
|
+
parameterPath: "parameters",
|
|
669
|
+
mapper: __assign(__assign({}, Mappers.ManagedCluster), { required: true })
|
|
670
|
+
},
|
|
671
|
+
responses: {
|
|
672
|
+
200: {
|
|
673
|
+
bodyMapper: Mappers.ManagedCluster
|
|
674
|
+
},
|
|
675
|
+
201: {
|
|
676
|
+
bodyMapper: Mappers.ManagedCluster
|
|
677
|
+
},
|
|
678
|
+
default: {
|
|
679
|
+
bodyMapper: Mappers.CloudError
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
serializer: serializer
|
|
683
|
+
};
|
|
684
|
+
var beginUpdateTagsOperationSpec = {
|
|
685
|
+
httpMethod: "PATCH",
|
|
686
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
687
|
+
urlParameters: [
|
|
688
|
+
Parameters.subscriptionId,
|
|
689
|
+
Parameters.resourceGroupName,
|
|
690
|
+
Parameters.resourceName
|
|
691
|
+
],
|
|
692
|
+
queryParameters: [
|
|
693
|
+
Parameters.apiVersion
|
|
694
|
+
],
|
|
695
|
+
headerParameters: [
|
|
696
|
+
Parameters.acceptLanguage
|
|
697
|
+
],
|
|
698
|
+
requestBody: {
|
|
699
|
+
parameterPath: "parameters",
|
|
700
|
+
mapper: __assign(__assign({}, Mappers.TagsObject), { required: true })
|
|
701
|
+
},
|
|
702
|
+
responses: {
|
|
703
|
+
200: {
|
|
704
|
+
bodyMapper: Mappers.ManagedCluster
|
|
705
|
+
},
|
|
706
|
+
default: {
|
|
707
|
+
bodyMapper: Mappers.CloudError
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
serializer: serializer
|
|
711
|
+
};
|
|
712
|
+
var beginDeleteMethodOperationSpec = {
|
|
713
|
+
httpMethod: "DELETE",
|
|
714
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
715
|
+
urlParameters: [
|
|
716
|
+
Parameters.subscriptionId,
|
|
717
|
+
Parameters.resourceGroupName,
|
|
718
|
+
Parameters.resourceName
|
|
719
|
+
],
|
|
720
|
+
queryParameters: [
|
|
721
|
+
Parameters.apiVersion
|
|
722
|
+
],
|
|
723
|
+
headerParameters: [
|
|
724
|
+
Parameters.acceptLanguage
|
|
725
|
+
],
|
|
726
|
+
responses: {
|
|
727
|
+
202: {},
|
|
728
|
+
204: {},
|
|
729
|
+
default: {
|
|
730
|
+
bodyMapper: Mappers.CloudError
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
serializer: serializer
|
|
734
|
+
};
|
|
735
|
+
var beginResetServicePrincipalProfileOperationSpec = {
|
|
736
|
+
httpMethod: "POST",
|
|
737
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile",
|
|
738
|
+
urlParameters: [
|
|
739
|
+
Parameters.subscriptionId,
|
|
740
|
+
Parameters.resourceGroupName,
|
|
741
|
+
Parameters.resourceName
|
|
742
|
+
],
|
|
743
|
+
queryParameters: [
|
|
744
|
+
Parameters.apiVersion
|
|
745
|
+
],
|
|
746
|
+
headerParameters: [
|
|
747
|
+
Parameters.acceptLanguage
|
|
748
|
+
],
|
|
749
|
+
requestBody: {
|
|
750
|
+
parameterPath: "parameters",
|
|
751
|
+
mapper: __assign(__assign({}, Mappers.ManagedClusterServicePrincipalProfile), { required: true })
|
|
752
|
+
},
|
|
753
|
+
responses: {
|
|
754
|
+
200: {},
|
|
755
|
+
202: {},
|
|
756
|
+
default: {
|
|
757
|
+
bodyMapper: Mappers.CloudError
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
serializer: serializer
|
|
761
|
+
};
|
|
762
|
+
var beginResetAADProfileOperationSpec = {
|
|
763
|
+
httpMethod: "POST",
|
|
764
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile",
|
|
765
|
+
urlParameters: [
|
|
766
|
+
Parameters.subscriptionId,
|
|
767
|
+
Parameters.resourceGroupName,
|
|
768
|
+
Parameters.resourceName
|
|
769
|
+
],
|
|
770
|
+
queryParameters: [
|
|
771
|
+
Parameters.apiVersion
|
|
772
|
+
],
|
|
773
|
+
headerParameters: [
|
|
774
|
+
Parameters.acceptLanguage
|
|
775
|
+
],
|
|
776
|
+
requestBody: {
|
|
777
|
+
parameterPath: "parameters",
|
|
778
|
+
mapper: __assign(__assign({}, Mappers.ManagedClusterAADProfile), { required: true })
|
|
779
|
+
},
|
|
780
|
+
responses: {
|
|
781
|
+
200: {},
|
|
782
|
+
202: {},
|
|
783
|
+
default: {
|
|
784
|
+
bodyMapper: Mappers.CloudError
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
serializer: serializer
|
|
788
|
+
};
|
|
789
|
+
var beginRotateClusterCertificatesOperationSpec = {
|
|
790
|
+
httpMethod: "POST",
|
|
791
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates",
|
|
792
|
+
urlParameters: [
|
|
793
|
+
Parameters.subscriptionId,
|
|
794
|
+
Parameters.resourceGroupName,
|
|
795
|
+
Parameters.resourceName
|
|
796
|
+
],
|
|
797
|
+
queryParameters: [
|
|
798
|
+
Parameters.apiVersion
|
|
799
|
+
],
|
|
800
|
+
headerParameters: [
|
|
801
|
+
Parameters.acceptLanguage
|
|
802
|
+
],
|
|
803
|
+
responses: {
|
|
804
|
+
202: {},
|
|
805
|
+
204: {},
|
|
806
|
+
default: {
|
|
807
|
+
bodyMapper: Mappers.CloudError
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
serializer: serializer
|
|
811
|
+
};
|
|
812
|
+
var beginStopOperationSpec = {
|
|
813
|
+
httpMethod: "POST",
|
|
814
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop",
|
|
815
|
+
urlParameters: [
|
|
816
|
+
Parameters.subscriptionId,
|
|
817
|
+
Parameters.resourceGroupName,
|
|
818
|
+
Parameters.resourceName
|
|
819
|
+
],
|
|
820
|
+
queryParameters: [
|
|
821
|
+
Parameters.apiVersion
|
|
822
|
+
],
|
|
823
|
+
headerParameters: [
|
|
824
|
+
Parameters.acceptLanguage
|
|
825
|
+
],
|
|
826
|
+
responses: {
|
|
827
|
+
202: {},
|
|
828
|
+
204: {},
|
|
829
|
+
default: {
|
|
830
|
+
bodyMapper: Mappers.CloudError
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
serializer: serializer
|
|
834
|
+
};
|
|
835
|
+
var beginStartOperationSpec = {
|
|
836
|
+
httpMethod: "POST",
|
|
837
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start",
|
|
838
|
+
urlParameters: [
|
|
839
|
+
Parameters.subscriptionId,
|
|
840
|
+
Parameters.resourceGroupName,
|
|
841
|
+
Parameters.resourceName
|
|
842
|
+
],
|
|
843
|
+
queryParameters: [
|
|
844
|
+
Parameters.apiVersion
|
|
845
|
+
],
|
|
846
|
+
headerParameters: [
|
|
847
|
+
Parameters.acceptLanguage
|
|
848
|
+
],
|
|
849
|
+
responses: {
|
|
850
|
+
202: {},
|
|
851
|
+
204: {},
|
|
852
|
+
default: {
|
|
853
|
+
bodyMapper: Mappers.CloudError
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
serializer: serializer
|
|
857
|
+
};
|
|
858
|
+
var beginRunCommandOperationSpec = {
|
|
859
|
+
httpMethod: "POST",
|
|
860
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand",
|
|
861
|
+
urlParameters: [
|
|
862
|
+
Parameters.subscriptionId,
|
|
863
|
+
Parameters.resourceGroupName,
|
|
864
|
+
Parameters.resourceName
|
|
865
|
+
],
|
|
866
|
+
queryParameters: [
|
|
867
|
+
Parameters.apiVersion
|
|
868
|
+
],
|
|
869
|
+
headerParameters: [
|
|
870
|
+
Parameters.acceptLanguage
|
|
871
|
+
],
|
|
872
|
+
requestBody: {
|
|
873
|
+
parameterPath: "requestPayload",
|
|
874
|
+
mapper: __assign(__assign({}, Mappers.RunCommandRequest), { required: true })
|
|
875
|
+
},
|
|
876
|
+
responses: {
|
|
877
|
+
200: {
|
|
878
|
+
bodyMapper: Mappers.RunCommandResult
|
|
879
|
+
},
|
|
880
|
+
202: {},
|
|
881
|
+
default: {
|
|
882
|
+
bodyMapper: Mappers.CloudError
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
serializer: serializer
|
|
886
|
+
};
|
|
887
|
+
var listNextOperationSpec = {
|
|
888
|
+
httpMethod: "GET",
|
|
889
|
+
baseUrl: "https://management.azure.com",
|
|
890
|
+
path: "{nextLink}",
|
|
891
|
+
urlParameters: [
|
|
892
|
+
Parameters.nextPageLink
|
|
893
|
+
],
|
|
894
|
+
queryParameters: [
|
|
895
|
+
Parameters.apiVersion
|
|
896
|
+
],
|
|
897
|
+
headerParameters: [
|
|
898
|
+
Parameters.acceptLanguage
|
|
899
|
+
],
|
|
900
|
+
responses: {
|
|
901
|
+
200: {
|
|
902
|
+
bodyMapper: Mappers.ManagedClusterListResult
|
|
903
|
+
},
|
|
904
|
+
default: {
|
|
905
|
+
bodyMapper: Mappers.CloudError
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
serializer: serializer
|
|
909
|
+
};
|
|
910
|
+
var listByResourceGroupNextOperationSpec = {
|
|
911
|
+
httpMethod: "GET",
|
|
912
|
+
baseUrl: "https://management.azure.com",
|
|
913
|
+
path: "{nextLink}",
|
|
914
|
+
urlParameters: [
|
|
915
|
+
Parameters.nextPageLink
|
|
916
|
+
],
|
|
917
|
+
queryParameters: [
|
|
918
|
+
Parameters.apiVersion
|
|
919
|
+
],
|
|
920
|
+
headerParameters: [
|
|
921
|
+
Parameters.acceptLanguage
|
|
922
|
+
],
|
|
923
|
+
responses: {
|
|
924
|
+
200: {
|
|
925
|
+
bodyMapper: Mappers.ManagedClusterListResult
|
|
926
|
+
},
|
|
927
|
+
default: {
|
|
928
|
+
bodyMapper: Mappers.CloudError
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
serializer: serializer
|
|
932
|
+
};
|
|
933
|
+
var listOutboundNetworkDependenciesEndpointsNextOperationSpec = {
|
|
934
|
+
httpMethod: "GET",
|
|
935
|
+
baseUrl: "https://management.azure.com",
|
|
936
|
+
path: "{nextLink}",
|
|
937
|
+
urlParameters: [
|
|
938
|
+
Parameters.nextPageLink
|
|
939
|
+
],
|
|
940
|
+
queryParameters: [
|
|
941
|
+
Parameters.apiVersion
|
|
942
|
+
],
|
|
943
|
+
headerParameters: [
|
|
944
|
+
Parameters.acceptLanguage
|
|
945
|
+
],
|
|
946
|
+
responses: {
|
|
947
|
+
200: {
|
|
948
|
+
bodyMapper: Mappers.OutboundEnvironmentEndpointCollection
|
|
949
|
+
},
|
|
950
|
+
default: {
|
|
951
|
+
bodyMapper: Mappers.CloudError
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
serializer: serializer
|
|
955
|
+
};
|
|
956
|
+
//# sourceMappingURL=managedClusters.js.map
|