@azure/arm-largeinstance 1.0.0-alpha.20240223.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 +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +2490 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceGetSample.js +41 -0
- package/dist-esm/samples-dev/azureLargeInstanceGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.js +56 -0
- package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.js +55 -0
- package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceRestartSample.js +39 -0
- package/dist-esm/samples-dev/azureLargeInstanceRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.js +39 -0
- package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceStartSample.js +39 -0
- package/dist-esm/samples-dev/azureLargeInstanceStartSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.js +66 -0
- package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.js +41 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.js +58 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.js +55 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.js +66 -0
- package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +53 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/largeInstanceManagementClient.d.ts +22 -0
- package/dist-esm/src/largeInstanceManagementClient.d.ts.map +1 -0
- package/dist-esm/src/largeInstanceManagementClient.js +103 -0
- package/dist-esm/src/largeInstanceManagementClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +11 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +21 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +858 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +210 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +33 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +902 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +14 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +126 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/azureLargeInstanceOperations.d.ts +117 -0
- package/dist-esm/src/operations/azureLargeInstanceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureLargeInstanceOperations.js +587 -0
- package/dist-esm/src/operations/azureLargeInstanceOperations.js.map +1 -0
- package/dist-esm/src/operations/azureLargeStorageInstanceOperations.d.ts +76 -0
- package/dist-esm/src/operations/azureLargeStorageInstanceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureLargeStorageInstanceOperations.js +332 -0
- package/dist-esm/src/operations/azureLargeStorageInstanceOperations.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +11 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +133 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureLargeInstanceOperations.d.ts +79 -0
- package/dist-esm/src/operationsInterfaces/azureLargeInstanceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureLargeInstanceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureLargeInstanceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureLargeStorageInstanceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/largeinstance_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/largeinstance_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/largeinstance_operations_test.spec.js +73 -0
- package/dist-esm/test/largeinstance_operations_test.spec.js.map +1 -0
- package/package.json +118 -0
- package/review/arm-largeinstance.api.md +569 -0
- package/src/index.ts +13 -0
- package/src/largeInstanceManagementClient.ts +156 -0
- package/src/lroImpl.ts +42 -0
- package/src/models/index.ts +955 -0
- package/src/models/mappers.ts +944 -0
- package/src/models/parameters.ts +147 -0
- package/src/operations/azureLargeInstanceOperations.ts +768 -0
- package/src/operations/azureLargeStorageInstanceOperations.ts +401 -0
- package/src/operations/index.ts +11 -0
- package/src/operations/operations.ts +149 -0
- package/src/operationsInterfaces/azureLargeInstanceOperations.ts +156 -0
- package/src/operationsInterfaces/azureLargeStorageInstanceOperations.ts +69 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/pagingHelper.ts +39 -0
- package/tsconfig.json +33 -0
- package/types/arm-largeinstance.d.ts +1096 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,587 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
12
|
+
import * as Parameters from "../models/parameters";
|
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing AzureLargeInstanceOperations operations. */
|
|
17
|
+
export class AzureLargeInstanceOperationsImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class AzureLargeInstanceOperations class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets a list of Azure Large Instances in the specified subscription. The
|
|
27
|
+
* operations returns various properties of each Azure Large Instance.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listBySubscription(options) {
|
|
31
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
48
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = yield __await(this._listBySubscription(options));
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
setContinuationToken(page, continuationToken);
|
|
56
|
+
yield yield __await(page);
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = yield __await(this._listBySubscriptionNext(continuationToken, options));
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
setContinuationToken(page, continuationToken);
|
|
63
|
+
yield yield __await(page);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
listBySubscriptionPagingAll(options) {
|
|
68
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
69
|
+
var _a, e_1, _b, _c;
|
|
70
|
+
try {
|
|
71
|
+
for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
+
_c = _f.value;
|
|
73
|
+
_d = false;
|
|
74
|
+
const page = _c;
|
|
75
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
+
finally {
|
|
80
|
+
try {
|
|
81
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
82
|
+
}
|
|
83
|
+
finally { if (e_1) throw e_1.error; }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Gets a list of Azure Large Instances in the specified subscription and resource
|
|
89
|
+
* group. The operations returns various properties of each Azure Large Instance.
|
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
94
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
95
|
+
return {
|
|
96
|
+
next() {
|
|
97
|
+
return iter.next();
|
|
98
|
+
},
|
|
99
|
+
[Symbol.asyncIterator]() {
|
|
100
|
+
return this;
|
|
101
|
+
},
|
|
102
|
+
byPage: (settings) => {
|
|
103
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
104
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
105
|
+
}
|
|
106
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
111
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
112
|
+
let result;
|
|
113
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
114
|
+
if (!continuationToken) {
|
|
115
|
+
result = yield __await(this._listByResourceGroup(resourceGroupName, options));
|
|
116
|
+
let page = result.value || [];
|
|
117
|
+
continuationToken = result.nextLink;
|
|
118
|
+
setContinuationToken(page, continuationToken);
|
|
119
|
+
yield yield __await(page);
|
|
120
|
+
}
|
|
121
|
+
while (continuationToken) {
|
|
122
|
+
result = yield __await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
123
|
+
continuationToken = result.nextLink;
|
|
124
|
+
let page = result.value || [];
|
|
125
|
+
setContinuationToken(page, continuationToken);
|
|
126
|
+
yield yield __await(page);
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
131
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
132
|
+
var _a, e_2, _b, _c;
|
|
133
|
+
try {
|
|
134
|
+
for (var _d = true, _e = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
135
|
+
_c = _f.value;
|
|
136
|
+
_d = false;
|
|
137
|
+
const page = _c;
|
|
138
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
142
|
+
finally {
|
|
143
|
+
try {
|
|
144
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
145
|
+
}
|
|
146
|
+
finally { if (e_2) throw e_2.error; }
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Gets a list of Azure Large Instances in the specified subscription. The
|
|
152
|
+
* operations returns various properties of each Azure Large Instance.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
_listBySubscription(options) {
|
|
156
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Gets a list of Azure Large Instances in the specified subscription and resource
|
|
160
|
+
* group. The operations returns various properties of each Azure Large Instance.
|
|
161
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
162
|
+
* @param options The options parameters.
|
|
163
|
+
*/
|
|
164
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
165
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Gets an Azure Large Instance for the specified subscription, resource group,
|
|
169
|
+
* and instance name.
|
|
170
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
171
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
172
|
+
* @param options The options parameters.
|
|
173
|
+
*/
|
|
174
|
+
get(resourceGroupName, azureLargeInstanceName, options) {
|
|
175
|
+
return this.client.sendOperationRequest({ resourceGroupName, azureLargeInstanceName, options }, getOperationSpec);
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Patches the Tags field of an Azure Large Instance for the specified
|
|
179
|
+
* subscription, resource group, and instance name.
|
|
180
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
181
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
182
|
+
* @param tagsParameter The resource properties to be updated.
|
|
183
|
+
* @param options The options parameters.
|
|
184
|
+
*/
|
|
185
|
+
update(resourceGroupName, azureLargeInstanceName, tagsParameter, options) {
|
|
186
|
+
return this.client.sendOperationRequest({ resourceGroupName, azureLargeInstanceName, tagsParameter, options }, updateOperationSpec);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* The operation to restart an Azure Large Instance (only for compute instances)
|
|
190
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
191
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
192
|
+
* @param options The options parameters.
|
|
193
|
+
*/
|
|
194
|
+
beginRestart(resourceGroupName, azureLargeInstanceName, options) {
|
|
195
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
196
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
197
|
+
return this.client.sendOperationRequest(args, spec);
|
|
198
|
+
});
|
|
199
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
200
|
+
var _a;
|
|
201
|
+
let currentRawResponse = undefined;
|
|
202
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
203
|
+
const callback = (rawResponse, flatResponse) => {
|
|
204
|
+
currentRawResponse = rawResponse;
|
|
205
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
206
|
+
};
|
|
207
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
208
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
209
|
+
return {
|
|
210
|
+
flatResponse,
|
|
211
|
+
rawResponse: {
|
|
212
|
+
statusCode: currentRawResponse.status,
|
|
213
|
+
body: currentRawResponse.parsedBody,
|
|
214
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
215
|
+
},
|
|
216
|
+
};
|
|
217
|
+
});
|
|
218
|
+
const lro = createLroSpec({
|
|
219
|
+
sendOperationFn,
|
|
220
|
+
args: { resourceGroupName, azureLargeInstanceName, options },
|
|
221
|
+
spec: restartOperationSpec,
|
|
222
|
+
});
|
|
223
|
+
const poller = yield createHttpPoller(lro, {
|
|
224
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
225
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
226
|
+
resourceLocationConfig: "location",
|
|
227
|
+
});
|
|
228
|
+
yield poller.poll();
|
|
229
|
+
return poller;
|
|
230
|
+
});
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* The operation to restart an Azure Large Instance (only for compute instances)
|
|
234
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
235
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
236
|
+
* @param options The options parameters.
|
|
237
|
+
*/
|
|
238
|
+
beginRestartAndWait(resourceGroupName, azureLargeInstanceName, options) {
|
|
239
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
240
|
+
const poller = yield this.beginRestart(resourceGroupName, azureLargeInstanceName, options);
|
|
241
|
+
return poller.pollUntilDone();
|
|
242
|
+
});
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* The operation to shutdown an Azure Large Instance (only for compute instances)
|
|
246
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
247
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
248
|
+
* @param options The options parameters.
|
|
249
|
+
*/
|
|
250
|
+
beginShutdown(resourceGroupName, azureLargeInstanceName, options) {
|
|
251
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
252
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
253
|
+
return this.client.sendOperationRequest(args, spec);
|
|
254
|
+
});
|
|
255
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
256
|
+
var _a;
|
|
257
|
+
let currentRawResponse = undefined;
|
|
258
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
259
|
+
const callback = (rawResponse, flatResponse) => {
|
|
260
|
+
currentRawResponse = rawResponse;
|
|
261
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
262
|
+
};
|
|
263
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
264
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
265
|
+
return {
|
|
266
|
+
flatResponse,
|
|
267
|
+
rawResponse: {
|
|
268
|
+
statusCode: currentRawResponse.status,
|
|
269
|
+
body: currentRawResponse.parsedBody,
|
|
270
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
271
|
+
},
|
|
272
|
+
};
|
|
273
|
+
});
|
|
274
|
+
const lro = createLroSpec({
|
|
275
|
+
sendOperationFn,
|
|
276
|
+
args: { resourceGroupName, azureLargeInstanceName, options },
|
|
277
|
+
spec: shutdownOperationSpec,
|
|
278
|
+
});
|
|
279
|
+
const poller = yield createHttpPoller(lro, {
|
|
280
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
281
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
282
|
+
resourceLocationConfig: "location",
|
|
283
|
+
});
|
|
284
|
+
yield poller.poll();
|
|
285
|
+
return poller;
|
|
286
|
+
});
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* The operation to shutdown an Azure Large Instance (only for compute instances)
|
|
290
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
291
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
292
|
+
* @param options The options parameters.
|
|
293
|
+
*/
|
|
294
|
+
beginShutdownAndWait(resourceGroupName, azureLargeInstanceName, options) {
|
|
295
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
296
|
+
const poller = yield this.beginShutdown(resourceGroupName, azureLargeInstanceName, options);
|
|
297
|
+
return poller.pollUntilDone();
|
|
298
|
+
});
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* The operation to start an Azure Large Instance (only for compute instances)
|
|
302
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
303
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
304
|
+
* @param options The options parameters.
|
|
305
|
+
*/
|
|
306
|
+
beginStart(resourceGroupName, azureLargeInstanceName, options) {
|
|
307
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
308
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
309
|
+
return this.client.sendOperationRequest(args, spec);
|
|
310
|
+
});
|
|
311
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
312
|
+
var _a;
|
|
313
|
+
let currentRawResponse = undefined;
|
|
314
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
315
|
+
const callback = (rawResponse, flatResponse) => {
|
|
316
|
+
currentRawResponse = rawResponse;
|
|
317
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
318
|
+
};
|
|
319
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
320
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
321
|
+
return {
|
|
322
|
+
flatResponse,
|
|
323
|
+
rawResponse: {
|
|
324
|
+
statusCode: currentRawResponse.status,
|
|
325
|
+
body: currentRawResponse.parsedBody,
|
|
326
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
327
|
+
},
|
|
328
|
+
};
|
|
329
|
+
});
|
|
330
|
+
const lro = createLroSpec({
|
|
331
|
+
sendOperationFn,
|
|
332
|
+
args: { resourceGroupName, azureLargeInstanceName, options },
|
|
333
|
+
spec: startOperationSpec,
|
|
334
|
+
});
|
|
335
|
+
const poller = yield createHttpPoller(lro, {
|
|
336
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
337
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
338
|
+
resourceLocationConfig: "location",
|
|
339
|
+
});
|
|
340
|
+
yield poller.poll();
|
|
341
|
+
return poller;
|
|
342
|
+
});
|
|
343
|
+
}
|
|
344
|
+
/**
|
|
345
|
+
* The operation to start an Azure Large Instance (only for compute instances)
|
|
346
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
347
|
+
* @param azureLargeInstanceName Name of the AzureLargeInstance.
|
|
348
|
+
* @param options The options parameters.
|
|
349
|
+
*/
|
|
350
|
+
beginStartAndWait(resourceGroupName, azureLargeInstanceName, options) {
|
|
351
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
352
|
+
const poller = yield this.beginStart(resourceGroupName, azureLargeInstanceName, options);
|
|
353
|
+
return poller.pollUntilDone();
|
|
354
|
+
});
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* ListBySubscriptionNext
|
|
358
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
359
|
+
* @param options The options parameters.
|
|
360
|
+
*/
|
|
361
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
362
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* ListByResourceGroupNext
|
|
366
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
367
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
368
|
+
* @param options The options parameters.
|
|
369
|
+
*/
|
|
370
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
371
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
// Operation Specifications
|
|
375
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
376
|
+
const listBySubscriptionOperationSpec = {
|
|
377
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances",
|
|
378
|
+
httpMethod: "GET",
|
|
379
|
+
responses: {
|
|
380
|
+
200: {
|
|
381
|
+
bodyMapper: Mappers.AzureLargeInstanceListResult,
|
|
382
|
+
},
|
|
383
|
+
default: {
|
|
384
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
queryParameters: [Parameters.apiVersion],
|
|
388
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
389
|
+
headerParameters: [Parameters.accept],
|
|
390
|
+
serializer,
|
|
391
|
+
};
|
|
392
|
+
const listByResourceGroupOperationSpec = {
|
|
393
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances",
|
|
394
|
+
httpMethod: "GET",
|
|
395
|
+
responses: {
|
|
396
|
+
200: {
|
|
397
|
+
bodyMapper: Mappers.AzureLargeInstanceListResult,
|
|
398
|
+
},
|
|
399
|
+
default: {
|
|
400
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
queryParameters: [Parameters.apiVersion],
|
|
404
|
+
urlParameters: [
|
|
405
|
+
Parameters.$host,
|
|
406
|
+
Parameters.subscriptionId,
|
|
407
|
+
Parameters.resourceGroupName,
|
|
408
|
+
],
|
|
409
|
+
headerParameters: [Parameters.accept],
|
|
410
|
+
serializer,
|
|
411
|
+
};
|
|
412
|
+
const getOperationSpec = {
|
|
413
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}",
|
|
414
|
+
httpMethod: "GET",
|
|
415
|
+
responses: {
|
|
416
|
+
200: {
|
|
417
|
+
bodyMapper: Mappers.AzureLargeInstance,
|
|
418
|
+
},
|
|
419
|
+
default: {
|
|
420
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
queryParameters: [Parameters.apiVersion],
|
|
424
|
+
urlParameters: [
|
|
425
|
+
Parameters.$host,
|
|
426
|
+
Parameters.subscriptionId,
|
|
427
|
+
Parameters.resourceGroupName,
|
|
428
|
+
Parameters.azureLargeInstanceName,
|
|
429
|
+
],
|
|
430
|
+
headerParameters: [Parameters.accept],
|
|
431
|
+
serializer,
|
|
432
|
+
};
|
|
433
|
+
const updateOperationSpec = {
|
|
434
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}",
|
|
435
|
+
httpMethod: "PATCH",
|
|
436
|
+
responses: {
|
|
437
|
+
200: {
|
|
438
|
+
bodyMapper: Mappers.AzureLargeInstance,
|
|
439
|
+
},
|
|
440
|
+
default: {
|
|
441
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
442
|
+
},
|
|
443
|
+
},
|
|
444
|
+
requestBody: Parameters.tagsParameter,
|
|
445
|
+
queryParameters: [Parameters.apiVersion],
|
|
446
|
+
urlParameters: [
|
|
447
|
+
Parameters.$host,
|
|
448
|
+
Parameters.subscriptionId,
|
|
449
|
+
Parameters.resourceGroupName,
|
|
450
|
+
Parameters.azureLargeInstanceName,
|
|
451
|
+
],
|
|
452
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
453
|
+
mediaType: "json",
|
|
454
|
+
serializer,
|
|
455
|
+
};
|
|
456
|
+
const restartOperationSpec = {
|
|
457
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/restart",
|
|
458
|
+
httpMethod: "POST",
|
|
459
|
+
responses: {
|
|
460
|
+
200: {
|
|
461
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
462
|
+
},
|
|
463
|
+
201: {
|
|
464
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
465
|
+
},
|
|
466
|
+
202: {
|
|
467
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
468
|
+
},
|
|
469
|
+
204: {
|
|
470
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
471
|
+
},
|
|
472
|
+
default: {
|
|
473
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
requestBody: Parameters.forceParameter,
|
|
477
|
+
queryParameters: [Parameters.apiVersion],
|
|
478
|
+
urlParameters: [
|
|
479
|
+
Parameters.$host,
|
|
480
|
+
Parameters.subscriptionId,
|
|
481
|
+
Parameters.resourceGroupName,
|
|
482
|
+
Parameters.azureLargeInstanceName,
|
|
483
|
+
],
|
|
484
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
485
|
+
mediaType: "json",
|
|
486
|
+
serializer,
|
|
487
|
+
};
|
|
488
|
+
const shutdownOperationSpec = {
|
|
489
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/shutdown",
|
|
490
|
+
httpMethod: "POST",
|
|
491
|
+
responses: {
|
|
492
|
+
200: {
|
|
493
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
494
|
+
},
|
|
495
|
+
201: {
|
|
496
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
497
|
+
},
|
|
498
|
+
202: {
|
|
499
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
500
|
+
},
|
|
501
|
+
204: {
|
|
502
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
503
|
+
},
|
|
504
|
+
default: {
|
|
505
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
506
|
+
},
|
|
507
|
+
},
|
|
508
|
+
queryParameters: [Parameters.apiVersion],
|
|
509
|
+
urlParameters: [
|
|
510
|
+
Parameters.$host,
|
|
511
|
+
Parameters.subscriptionId,
|
|
512
|
+
Parameters.resourceGroupName,
|
|
513
|
+
Parameters.azureLargeInstanceName,
|
|
514
|
+
],
|
|
515
|
+
headerParameters: [Parameters.accept],
|
|
516
|
+
serializer,
|
|
517
|
+
};
|
|
518
|
+
const startOperationSpec = {
|
|
519
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/start",
|
|
520
|
+
httpMethod: "POST",
|
|
521
|
+
responses: {
|
|
522
|
+
200: {
|
|
523
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
524
|
+
},
|
|
525
|
+
201: {
|
|
526
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
527
|
+
},
|
|
528
|
+
202: {
|
|
529
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
530
|
+
},
|
|
531
|
+
204: {
|
|
532
|
+
bodyMapper: Mappers.OperationStatusResult,
|
|
533
|
+
},
|
|
534
|
+
default: {
|
|
535
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
|
+
queryParameters: [Parameters.apiVersion],
|
|
539
|
+
urlParameters: [
|
|
540
|
+
Parameters.$host,
|
|
541
|
+
Parameters.subscriptionId,
|
|
542
|
+
Parameters.resourceGroupName,
|
|
543
|
+
Parameters.azureLargeInstanceName,
|
|
544
|
+
],
|
|
545
|
+
headerParameters: [Parameters.accept],
|
|
546
|
+
serializer,
|
|
547
|
+
};
|
|
548
|
+
const listBySubscriptionNextOperationSpec = {
|
|
549
|
+
path: "{nextLink}",
|
|
550
|
+
httpMethod: "GET",
|
|
551
|
+
responses: {
|
|
552
|
+
200: {
|
|
553
|
+
bodyMapper: Mappers.AzureLargeInstanceListResult,
|
|
554
|
+
},
|
|
555
|
+
default: {
|
|
556
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
557
|
+
},
|
|
558
|
+
},
|
|
559
|
+
urlParameters: [
|
|
560
|
+
Parameters.$host,
|
|
561
|
+
Parameters.nextLink,
|
|
562
|
+
Parameters.subscriptionId,
|
|
563
|
+
],
|
|
564
|
+
headerParameters: [Parameters.accept],
|
|
565
|
+
serializer,
|
|
566
|
+
};
|
|
567
|
+
const listByResourceGroupNextOperationSpec = {
|
|
568
|
+
path: "{nextLink}",
|
|
569
|
+
httpMethod: "GET",
|
|
570
|
+
responses: {
|
|
571
|
+
200: {
|
|
572
|
+
bodyMapper: Mappers.AzureLargeInstanceListResult,
|
|
573
|
+
},
|
|
574
|
+
default: {
|
|
575
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
urlParameters: [
|
|
579
|
+
Parameters.$host,
|
|
580
|
+
Parameters.nextLink,
|
|
581
|
+
Parameters.subscriptionId,
|
|
582
|
+
Parameters.resourceGroupName,
|
|
583
|
+
],
|
|
584
|
+
headerParameters: [Parameters.accept],
|
|
585
|
+
serializer,
|
|
586
|
+
};
|
|
587
|
+
//# sourceMappingURL=azureLargeInstanceOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureLargeInstanceOperations.js","sourceRoot":"","sources":["../../../src/operations/azureLargeInstanceOperations.ts"],"names":[],"mappings":"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"}
|