@azure/arm-largeinstance 1.0.0-alpha.20260302.1 → 1.0.0-alpha.20260304.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/dist/commonjs/index.js +28 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/largeInstanceManagementClient.js +125 -112
- package/dist/commonjs/largeInstanceManagementClient.js.map +7 -1
- package/dist/commonjs/lroImpl.js +37 -19
- package/dist/commonjs/lroImpl.js.map +7 -1
- package/dist/commonjs/models/index.js +142 -213
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/mappers.js +951 -910
- package/dist/commonjs/models/mappers.js.map +7 -1
- package/dist/commonjs/models/parameters.js +136 -114
- package/dist/commonjs/models/parameters.js.map +7 -1
- package/dist/commonjs/operations/azureLargeInstanceOperations.js +584 -523
- package/dist/commonjs/operations/azureLargeInstanceOperations.js.map +7 -1
- package/dist/commonjs/operations/azureLargeStorageInstanceOperations.js +324 -275
- package/dist/commonjs/operations/azureLargeStorageInstanceOperations.js.map +7 -1
- package/dist/commonjs/operations/index.js +19 -14
- package/dist/commonjs/operations/index.js.map +7 -1
- package/dist/commonjs/operations/operations.js +132 -109
- package/dist/commonjs/operations/operations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/azureLargeInstanceOperations.js +15 -10
- package/dist/commonjs/operationsInterfaces/azureLargeInstanceOperations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/azureLargeStorageInstanceOperations.js +15 -10
- package/dist/commonjs/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/index.js +19 -14
- package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/operationsInterfaces/operations.js +15 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
- package/dist/commonjs/pagingHelper.js +34 -30
- package/dist/commonjs/pagingHelper.js.map +7 -1
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/largeInstanceManagementClient.js +99 -106
- package/dist/esm/largeInstanceManagementClient.js.map +7 -1
- package/dist/esm/lroImpl.js +19 -17
- package/dist/esm/lroImpl.js.map +7 -1
- package/dist/esm/models/index.js +123 -210
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/mappers.js +932 -907
- package/dist/esm/models/mappers.js.map +7 -1
- package/dist/esm/models/parameters.js +121 -111
- package/dist/esm/models/parameters.js.map +7 -1
- package/dist/esm/operations/azureLargeInstanceOperations.js +553 -514
- package/dist/esm/operations/azureLargeInstanceOperations.js.map +7 -1
- package/dist/esm/operations/azureLargeStorageInstanceOperations.js +292 -267
- package/dist/esm/operations/azureLargeStorageInstanceOperations.js.map +7 -1
- package/dist/esm/operations/index.js +0 -8
- package/dist/esm/operations/index.js.map +7 -1
- package/dist/esm/operations/operations.js +100 -101
- package/dist/esm/operations/operations.js.map +7 -1
- package/dist/esm/operationsInterfaces/azureLargeInstanceOperations.js +0 -9
- package/dist/esm/operationsInterfaces/azureLargeInstanceOperations.js.map +7 -1
- package/dist/esm/operationsInterfaces/azureLargeStorageInstanceOperations.js +0 -9
- package/dist/esm/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +7 -1
- package/dist/esm/operationsInterfaces/index.js +0 -8
- package/dist/esm/operationsInterfaces/index.js.map +7 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +7 -1
- package/dist/esm/pagingHelper.js +17 -28
- package/dist/esm/pagingHelper.js.map +7 -1
- package/package.json +3 -20
|
@@ -1,213 +1,142 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
var
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
(
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
KnownAzureLargeInstancePowerStateEnum["Restarting"] = "restarting";
|
|
144
|
-
/** Unknown means that the state of the Azure Large Instance is unknown. */
|
|
145
|
-
KnownAzureLargeInstancePowerStateEnum["Unknown"] = "unknown";
|
|
146
|
-
})(KnownAzureLargeInstancePowerStateEnum || (exports.KnownAzureLargeInstancePowerStateEnum = KnownAzureLargeInstancePowerStateEnum = {}));
|
|
147
|
-
/** Known values of {@link AzureLargeInstanceProvisioningStatesEnum} that the service accepts. */
|
|
148
|
-
var KnownAzureLargeInstanceProvisioningStatesEnum;
|
|
149
|
-
(function (KnownAzureLargeInstanceProvisioningStatesEnum) {
|
|
150
|
-
/** Accepted means Azure Large Instance resource provisioning has been accepted. */
|
|
151
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Accepted"] = "Accepted";
|
|
152
|
-
/** Creating means Azure Large Instance resource is being created. */
|
|
153
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Creating"] = "Creating";
|
|
154
|
-
/** Updating means an existing Azure Large Instance resource is being updated */
|
|
155
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Updating"] = "Updating";
|
|
156
|
-
/** Failed means Azure Large Instance resource is in failed state */
|
|
157
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Failed"] = "Failed";
|
|
158
|
-
/** Succeeded means Azure Large Instance resource creation succeeded during last create\/update */
|
|
159
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Succeeded"] = "Succeeded";
|
|
160
|
-
/** Deleting means Azure Large Instance resource is in the process of being deleted */
|
|
161
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Deleting"] = "Deleting";
|
|
162
|
-
/** Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another */
|
|
163
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Migrating"] = "Migrating";
|
|
164
|
-
/** Cancelled Azure Large Instance resource operation has been cancelled */
|
|
165
|
-
KnownAzureLargeInstanceProvisioningStatesEnum["Canceled"] = "Canceled";
|
|
166
|
-
})(KnownAzureLargeInstanceProvisioningStatesEnum || (exports.KnownAzureLargeInstanceProvisioningStatesEnum = KnownAzureLargeInstanceProvisioningStatesEnum = {}));
|
|
167
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
168
|
-
var KnownCreatedByType;
|
|
169
|
-
(function (KnownCreatedByType) {
|
|
170
|
-
/** User */
|
|
171
|
-
KnownCreatedByType["User"] = "User";
|
|
172
|
-
/** Application */
|
|
173
|
-
KnownCreatedByType["Application"] = "Application";
|
|
174
|
-
/** ManagedIdentity */
|
|
175
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
176
|
-
/** Key */
|
|
177
|
-
KnownCreatedByType["Key"] = "Key";
|
|
178
|
-
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
179
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
180
|
-
var KnownProvisioningState;
|
|
181
|
-
(function (KnownProvisioningState) {
|
|
182
|
-
/** Accepted means ARM resource has been accepted. */
|
|
183
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
184
|
-
/** Creating means ARM resource is being created. */
|
|
185
|
-
KnownProvisioningState["Creating"] = "Creating";
|
|
186
|
-
/** Updating means an existing ARM resource is being updated */
|
|
187
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
188
|
-
/** Failed means resource is in failed state */
|
|
189
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
190
|
-
/** Succeeded means resource creation succeeded during last create\/update */
|
|
191
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
192
|
-
/** Deleting means resource is in the process of being deleted */
|
|
193
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
194
|
-
/** Cancelled means resource operation has been cancelled */
|
|
195
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
196
|
-
/** Migrating means resource is being migrated from one subscription or resource group to another */
|
|
197
|
-
KnownProvisioningState["Migrating"] = "Migrating";
|
|
198
|
-
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
199
|
-
/** Known values of {@link AzureLargeInstanceForcePowerState} that the service accepts. */
|
|
200
|
-
var KnownAzureLargeInstanceForcePowerState;
|
|
201
|
-
(function (KnownAzureLargeInstanceForcePowerState) {
|
|
202
|
-
/** Active means that the restart operation will terminate and halt existing processes that may be running on the server */
|
|
203
|
-
KnownAzureLargeInstanceForcePowerState["Active"] = "active";
|
|
204
|
-
/** Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server */
|
|
205
|
-
KnownAzureLargeInstanceForcePowerState["Inactive"] = "inactive";
|
|
206
|
-
})(KnownAzureLargeInstanceForcePowerState || (exports.KnownAzureLargeInstanceForcePowerState = KnownAzureLargeInstanceForcePowerState = {}));
|
|
207
|
-
/** Known values of {@link Versions} that the service accepts. */
|
|
208
|
-
var KnownVersions;
|
|
209
|
-
(function (KnownVersions) {
|
|
210
|
-
/** Azure Large Instance api version 2023-07-20-preview. */
|
|
211
|
-
KnownVersions["V20230720Preview"] = "2023-07-20-preview";
|
|
212
|
-
})(KnownVersions || (exports.KnownVersions = KnownVersions = {}));
|
|
213
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var models_exports = {};
|
|
19
|
+
__export(models_exports, {
|
|
20
|
+
KnownActionType: () => KnownActionType,
|
|
21
|
+
KnownAzureLargeInstanceForcePowerState: () => KnownAzureLargeInstanceForcePowerState,
|
|
22
|
+
KnownAzureLargeInstanceHardwareTypeNamesEnum: () => KnownAzureLargeInstanceHardwareTypeNamesEnum,
|
|
23
|
+
KnownAzureLargeInstancePowerStateEnum: () => KnownAzureLargeInstancePowerStateEnum,
|
|
24
|
+
KnownAzureLargeInstanceProvisioningStatesEnum: () => KnownAzureLargeInstanceProvisioningStatesEnum,
|
|
25
|
+
KnownAzureLargeInstanceSizeNamesEnum: () => KnownAzureLargeInstanceSizeNamesEnum,
|
|
26
|
+
KnownCreatedByType: () => KnownCreatedByType,
|
|
27
|
+
KnownOrigin: () => KnownOrigin,
|
|
28
|
+
KnownProvisioningState: () => KnownProvisioningState,
|
|
29
|
+
KnownVersions: () => KnownVersions
|
|
30
|
+
});
|
|
31
|
+
module.exports = __toCommonJS(models_exports);
|
|
32
|
+
var KnownOrigin = /* @__PURE__ */ ((KnownOrigin2) => {
|
|
33
|
+
KnownOrigin2["User"] = "user";
|
|
34
|
+
KnownOrigin2["System"] = "system";
|
|
35
|
+
KnownOrigin2["UserSystem"] = "user,system";
|
|
36
|
+
return KnownOrigin2;
|
|
37
|
+
})(KnownOrigin || {});
|
|
38
|
+
var KnownActionType = /* @__PURE__ */ ((KnownActionType2) => {
|
|
39
|
+
KnownActionType2["Internal"] = "Internal";
|
|
40
|
+
return KnownActionType2;
|
|
41
|
+
})(KnownActionType || {});
|
|
42
|
+
var KnownAzureLargeInstanceHardwareTypeNamesEnum = /* @__PURE__ */ ((KnownAzureLargeInstanceHardwareTypeNamesEnum2) => {
|
|
43
|
+
KnownAzureLargeInstanceHardwareTypeNamesEnum2["CiscoUCS"] = "Cisco_UCS";
|
|
44
|
+
KnownAzureLargeInstanceHardwareTypeNamesEnum2["HPE"] = "HPE";
|
|
45
|
+
KnownAzureLargeInstanceHardwareTypeNamesEnum2["Sdflex"] = "SDFLEX";
|
|
46
|
+
return KnownAzureLargeInstanceHardwareTypeNamesEnum2;
|
|
47
|
+
})(KnownAzureLargeInstanceHardwareTypeNamesEnum || {});
|
|
48
|
+
var KnownAzureLargeInstanceSizeNamesEnum = /* @__PURE__ */ ((KnownAzureLargeInstanceSizeNamesEnum2) => {
|
|
49
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S72M"] = "S72m";
|
|
50
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S144M"] = "S144m";
|
|
51
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S72"] = "S72";
|
|
52
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S144"] = "S144";
|
|
53
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S192"] = "S192";
|
|
54
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S192M"] = "S192m";
|
|
55
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S192Xm"] = "S192xm";
|
|
56
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S96"] = "S96";
|
|
57
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S112"] = "S112";
|
|
58
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224"] = "S224";
|
|
59
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224M"] = "S224m";
|
|
60
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224Om"] = "S224om";
|
|
61
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224Oo"] = "S224oo";
|
|
62
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224Oom"] = "S224oom";
|
|
63
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224Ooo"] = "S224ooo";
|
|
64
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S224Se"] = "S224se";
|
|
65
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S384"] = "S384";
|
|
66
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S384M"] = "S384m";
|
|
67
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S384Xm"] = "S384xm";
|
|
68
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S384Xxm"] = "S384xxm";
|
|
69
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448"] = "S448";
|
|
70
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448M"] = "S448m";
|
|
71
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448Om"] = "S448om";
|
|
72
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448Oo"] = "S448oo";
|
|
73
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448Oom"] = "S448oom";
|
|
74
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448Ooo"] = "S448ooo";
|
|
75
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S448Se"] = "S448se";
|
|
76
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S576M"] = "S576m";
|
|
77
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S576Xm"] = "S576xm";
|
|
78
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S672"] = "S672";
|
|
79
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S672M"] = "S672m";
|
|
80
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S672Om"] = "S672om";
|
|
81
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S672Oo"] = "S672oo";
|
|
82
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S672Oom"] = "S672oom";
|
|
83
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S672Ooo"] = "S672ooo";
|
|
84
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S768"] = "S768";
|
|
85
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S768M"] = "S768m";
|
|
86
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S768Xm"] = "S768xm";
|
|
87
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S896"] = "S896";
|
|
88
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S896M"] = "S896m";
|
|
89
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S896Om"] = "S896om";
|
|
90
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S896Oo"] = "S896oo";
|
|
91
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S896Oom"] = "S896oom";
|
|
92
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S896Ooo"] = "S896ooo";
|
|
93
|
+
KnownAzureLargeInstanceSizeNamesEnum2["S960M"] = "S960m";
|
|
94
|
+
return KnownAzureLargeInstanceSizeNamesEnum2;
|
|
95
|
+
})(KnownAzureLargeInstanceSizeNamesEnum || {});
|
|
96
|
+
var KnownAzureLargeInstancePowerStateEnum = /* @__PURE__ */ ((KnownAzureLargeInstancePowerStateEnum2) => {
|
|
97
|
+
KnownAzureLargeInstancePowerStateEnum2["Starting"] = "starting";
|
|
98
|
+
KnownAzureLargeInstancePowerStateEnum2["Started"] = "started";
|
|
99
|
+
KnownAzureLargeInstancePowerStateEnum2["Stopping"] = "stopping";
|
|
100
|
+
KnownAzureLargeInstancePowerStateEnum2["Stopped"] = "stopped";
|
|
101
|
+
KnownAzureLargeInstancePowerStateEnum2["Restarting"] = "restarting";
|
|
102
|
+
KnownAzureLargeInstancePowerStateEnum2["Unknown"] = "unknown";
|
|
103
|
+
return KnownAzureLargeInstancePowerStateEnum2;
|
|
104
|
+
})(KnownAzureLargeInstancePowerStateEnum || {});
|
|
105
|
+
var KnownAzureLargeInstanceProvisioningStatesEnum = /* @__PURE__ */ ((KnownAzureLargeInstanceProvisioningStatesEnum2) => {
|
|
106
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Accepted"] = "Accepted";
|
|
107
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Creating"] = "Creating";
|
|
108
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Updating"] = "Updating";
|
|
109
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Failed"] = "Failed";
|
|
110
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Succeeded"] = "Succeeded";
|
|
111
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Deleting"] = "Deleting";
|
|
112
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Migrating"] = "Migrating";
|
|
113
|
+
KnownAzureLargeInstanceProvisioningStatesEnum2["Canceled"] = "Canceled";
|
|
114
|
+
return KnownAzureLargeInstanceProvisioningStatesEnum2;
|
|
115
|
+
})(KnownAzureLargeInstanceProvisioningStatesEnum || {});
|
|
116
|
+
var KnownCreatedByType = /* @__PURE__ */ ((KnownCreatedByType2) => {
|
|
117
|
+
KnownCreatedByType2["User"] = "User";
|
|
118
|
+
KnownCreatedByType2["Application"] = "Application";
|
|
119
|
+
KnownCreatedByType2["ManagedIdentity"] = "ManagedIdentity";
|
|
120
|
+
KnownCreatedByType2["Key"] = "Key";
|
|
121
|
+
return KnownCreatedByType2;
|
|
122
|
+
})(KnownCreatedByType || {});
|
|
123
|
+
var KnownProvisioningState = /* @__PURE__ */ ((KnownProvisioningState2) => {
|
|
124
|
+
KnownProvisioningState2["Accepted"] = "Accepted";
|
|
125
|
+
KnownProvisioningState2["Creating"] = "Creating";
|
|
126
|
+
KnownProvisioningState2["Updating"] = "Updating";
|
|
127
|
+
KnownProvisioningState2["Failed"] = "Failed";
|
|
128
|
+
KnownProvisioningState2["Succeeded"] = "Succeeded";
|
|
129
|
+
KnownProvisioningState2["Deleting"] = "Deleting";
|
|
130
|
+
KnownProvisioningState2["Canceled"] = "Canceled";
|
|
131
|
+
KnownProvisioningState2["Migrating"] = "Migrating";
|
|
132
|
+
return KnownProvisioningState2;
|
|
133
|
+
})(KnownProvisioningState || {});
|
|
134
|
+
var KnownAzureLargeInstanceForcePowerState = /* @__PURE__ */ ((KnownAzureLargeInstanceForcePowerState2) => {
|
|
135
|
+
KnownAzureLargeInstanceForcePowerState2["Active"] = "active";
|
|
136
|
+
KnownAzureLargeInstanceForcePowerState2["Inactive"] = "inactive";
|
|
137
|
+
return KnownAzureLargeInstanceForcePowerState2;
|
|
138
|
+
})(KnownAzureLargeInstanceForcePowerState || {});
|
|
139
|
+
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
140
|
+
KnownVersions2["V20230720Preview"] = "2023-07-20-preview";
|
|
141
|
+
return KnownVersions2;
|
|
142
|
+
})(KnownVersions || {});
|