@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,955 @@
|
|
|
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
|
+
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
|
|
11
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
12
|
+
export interface OperationListResult {
|
|
13
|
+
/**
|
|
14
|
+
* List of operations supported by the resource provider
|
|
15
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
+
*/
|
|
17
|
+
readonly value?: Operation[];
|
|
18
|
+
/**
|
|
19
|
+
* URL to get the next set of operation list results (if there are any).
|
|
20
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
+
*/
|
|
22
|
+
readonly nextLink?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
26
|
+
export interface Operation {
|
|
27
|
+
/**
|
|
28
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly name?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly isDataAction?: boolean;
|
|
37
|
+
/** Localized display information for this particular operation. */
|
|
38
|
+
display?: OperationDisplay;
|
|
39
|
+
/**
|
|
40
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
41
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
+
*/
|
|
43
|
+
readonly origin?: Origin;
|
|
44
|
+
/**
|
|
45
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
46
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
+
*/
|
|
48
|
+
readonly actionType?: ActionType;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/** Localized display information for this particular operation. */
|
|
52
|
+
export interface OperationDisplay {
|
|
53
|
+
/**
|
|
54
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
55
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
+
*/
|
|
57
|
+
readonly provider?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
60
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
+
*/
|
|
62
|
+
readonly resource?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
65
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
+
*/
|
|
67
|
+
readonly operation?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
70
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
+
*/
|
|
72
|
+
readonly description?: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
76
|
+
export interface ErrorResponse {
|
|
77
|
+
/** The error object. */
|
|
78
|
+
error?: ErrorDetail;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/** The error detail. */
|
|
82
|
+
export interface ErrorDetail {
|
|
83
|
+
/**
|
|
84
|
+
* The error code.
|
|
85
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
+
*/
|
|
87
|
+
readonly code?: string;
|
|
88
|
+
/**
|
|
89
|
+
* The error message.
|
|
90
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
+
*/
|
|
92
|
+
readonly message?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The error target.
|
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
+
*/
|
|
97
|
+
readonly target?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The error details.
|
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
+
*/
|
|
102
|
+
readonly details?: ErrorDetail[];
|
|
103
|
+
/**
|
|
104
|
+
* The error additional info.
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/** The resource management error additional info. */
|
|
111
|
+
export interface ErrorAdditionalInfo {
|
|
112
|
+
/**
|
|
113
|
+
* The additional info type.
|
|
114
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
+
*/
|
|
116
|
+
readonly type?: string;
|
|
117
|
+
/**
|
|
118
|
+
* The additional info.
|
|
119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
+
*/
|
|
121
|
+
readonly info?: Record<string, unknown>;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/** The response of a AzureLargeInstance list operation. */
|
|
125
|
+
export interface AzureLargeInstanceListResult {
|
|
126
|
+
/** The AzureLargeInstance items on this page */
|
|
127
|
+
value: AzureLargeInstance[];
|
|
128
|
+
/** The link to the next page of items */
|
|
129
|
+
nextLink?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/** Describes the properties of an Azure Large Instance. */
|
|
133
|
+
export interface AzureLargeInstanceProperties {
|
|
134
|
+
/** Specifies the hardware settings for the Azure Large Instance. */
|
|
135
|
+
hardwareProfile?: HardwareProfile;
|
|
136
|
+
/** Specifies the storage settings for the Azure Large Instance disks. */
|
|
137
|
+
storageProfile?: StorageProfile;
|
|
138
|
+
/** Specifies the operating system settings for the Azure Large Instance. */
|
|
139
|
+
osProfile?: OsProfile;
|
|
140
|
+
/** Specifies the network settings for the Azure Large Instance. */
|
|
141
|
+
networkProfile?: NetworkProfile;
|
|
142
|
+
/**
|
|
143
|
+
* Specifies the Azure Large Instance unique ID.
|
|
144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
+
*/
|
|
146
|
+
readonly azureLargeInstanceId?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Resource power state
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly powerState?: AzureLargeInstancePowerStateEnum;
|
|
152
|
+
/**
|
|
153
|
+
* Resource proximity placement group
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly proximityPlacementGroup?: string;
|
|
157
|
+
/**
|
|
158
|
+
* Hardware revision of an Azure Large Instance
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly hwRevision?: string;
|
|
162
|
+
/**
|
|
163
|
+
* ARM ID of another AzureLargeInstance that will share a network with this
|
|
164
|
+
* AzureLargeInstance
|
|
165
|
+
*/
|
|
166
|
+
partnerNodeId?: string;
|
|
167
|
+
/**
|
|
168
|
+
* State of provisioning of the AzureLargeInstance
|
|
169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
+
*/
|
|
171
|
+
readonly provisioningState?: AzureLargeInstanceProvisioningStatesEnum;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/** Specifies the hardware settings for the Azure Large Instance. */
|
|
175
|
+
export interface HardwareProfile {
|
|
176
|
+
/**
|
|
177
|
+
* Name of the hardware type (vendor and/or their product name)
|
|
178
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
179
|
+
*/
|
|
180
|
+
readonly hardwareType?: AzureLargeInstanceHardwareTypeNamesEnum;
|
|
181
|
+
/**
|
|
182
|
+
* Specifies the Azure Large Instance SKU.
|
|
183
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
184
|
+
*/
|
|
185
|
+
readonly azureLargeInstanceSize?: AzureLargeInstanceSizeNamesEnum;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/** Specifies the storage settings for the Azure Large Instance disks. */
|
|
189
|
+
export interface StorageProfile {
|
|
190
|
+
/**
|
|
191
|
+
* IP Address to connect to storage.
|
|
192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
+
*/
|
|
194
|
+
readonly nfsIpAddress?: string;
|
|
195
|
+
/**
|
|
196
|
+
* Specifies information about the operating system disk used by Azure Large
|
|
197
|
+
* Instance.
|
|
198
|
+
*/
|
|
199
|
+
osDisks?: Disk[];
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/** Specifies the disk information fo the Azure Large Instance */
|
|
203
|
+
export interface Disk {
|
|
204
|
+
/** The disk name. */
|
|
205
|
+
name?: string;
|
|
206
|
+
/** Specifies the size of an empty data disk in gigabytes. */
|
|
207
|
+
diskSizeGB?: number;
|
|
208
|
+
/**
|
|
209
|
+
* Specifies the logical unit number of the data disk. This value is used to
|
|
210
|
+
* identify data disks within the VM and therefore must be unique for each data
|
|
211
|
+
* disk attached to a VM.
|
|
212
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
213
|
+
*/
|
|
214
|
+
readonly lun?: number;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/** Specifies the operating system settings for the Azure Large Instance. */
|
|
218
|
+
export interface OsProfile {
|
|
219
|
+
/** Specifies the host OS name of the Azure Large Instance. */
|
|
220
|
+
computerName?: string;
|
|
221
|
+
/**
|
|
222
|
+
* This property allows you to specify the type of the OS.
|
|
223
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
224
|
+
*/
|
|
225
|
+
readonly osType?: string;
|
|
226
|
+
/**
|
|
227
|
+
* Specifies version of operating system.
|
|
228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
|
+
*/
|
|
230
|
+
readonly version?: string;
|
|
231
|
+
/** Specifies the SSH public key used to access the operating system. */
|
|
232
|
+
sshPublicKey?: string;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/** Specifies the network settings for the Azure Large Instance disks. */
|
|
236
|
+
export interface NetworkProfile {
|
|
237
|
+
/** Specifies the network interfaces for the Azure Large Instance. */
|
|
238
|
+
networkInterfaces?: IpAddress[];
|
|
239
|
+
/**
|
|
240
|
+
* Specifies the circuit id for connecting to express route.
|
|
241
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
+
*/
|
|
243
|
+
readonly circuitId?: string;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/** Specifies the IP address of the network interface. */
|
|
247
|
+
export interface IpAddress {
|
|
248
|
+
/** Specifies the IP address of the network interface. */
|
|
249
|
+
ipAddress?: string;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
253
|
+
export interface Resource {
|
|
254
|
+
/**
|
|
255
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
+
*/
|
|
258
|
+
readonly id?: string;
|
|
259
|
+
/**
|
|
260
|
+
* The name of the resource
|
|
261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
|
+
*/
|
|
263
|
+
readonly name?: string;
|
|
264
|
+
/**
|
|
265
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
266
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
267
|
+
*/
|
|
268
|
+
readonly type?: string;
|
|
269
|
+
/**
|
|
270
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
271
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
272
|
+
*/
|
|
273
|
+
readonly systemData?: SystemData;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
277
|
+
export interface SystemData {
|
|
278
|
+
/** The identity that created the resource. */
|
|
279
|
+
createdBy?: string;
|
|
280
|
+
/** The type of identity that created the resource. */
|
|
281
|
+
createdByType?: CreatedByType;
|
|
282
|
+
/** The timestamp of resource creation (UTC). */
|
|
283
|
+
createdAt?: Date;
|
|
284
|
+
/** The identity that last modified the resource. */
|
|
285
|
+
lastModifiedBy?: string;
|
|
286
|
+
/** The type of identity that last modified the resource. */
|
|
287
|
+
lastModifiedByType?: CreatedByType;
|
|
288
|
+
/** The timestamp of resource last modification (UTC) */
|
|
289
|
+
lastModifiedAt?: Date;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/** The response of a AzureLargeStorageInstance list operation. */
|
|
293
|
+
export interface AzureLargeStorageInstanceListResult {
|
|
294
|
+
/** The AzureLargeStorageInstance items on this page */
|
|
295
|
+
value: AzureLargeStorageInstance[];
|
|
296
|
+
/** The link to the next page of items */
|
|
297
|
+
nextLink?: string;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
/** Describes the properties of an AzureLargeStorageInstance. */
|
|
301
|
+
export interface AzureLargeStorageInstanceProperties {
|
|
302
|
+
/** Specifies the AzureLargeStorageInstance unique ID. */
|
|
303
|
+
azureLargeStorageInstanceUniqueIdentifier?: string;
|
|
304
|
+
/** Specifies the storage properties for the AzureLargeStorage instance. */
|
|
305
|
+
storageProperties?: StorageProperties;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/** described the storage properties of the azure large storage instance */
|
|
309
|
+
export interface StorageProperties {
|
|
310
|
+
/**
|
|
311
|
+
* State of provisioning of the AzureLargeStorageInstance
|
|
312
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
313
|
+
*/
|
|
314
|
+
readonly provisioningState?: ProvisioningState;
|
|
315
|
+
/** the offering type for which the resource is getting provisioned */
|
|
316
|
+
offeringType?: string;
|
|
317
|
+
/** the storage protocol for which the resource is getting provisioned */
|
|
318
|
+
storageType?: string;
|
|
319
|
+
/** the kind of storage instance */
|
|
320
|
+
generation?: string;
|
|
321
|
+
/** the hardware type of the storage instance */
|
|
322
|
+
hardwareType?: AzureLargeInstanceHardwareTypeNamesEnum;
|
|
323
|
+
/** the workload for which the resource is getting provisioned */
|
|
324
|
+
workloadType?: string;
|
|
325
|
+
/** the billing related information for the resource */
|
|
326
|
+
storageBillingProperties?: StorageBillingProperties;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/** Describes the billing related details of the AzureLargeStorageInstance. */
|
|
330
|
+
export interface StorageBillingProperties {
|
|
331
|
+
/** the billing mode for the storage instance */
|
|
332
|
+
billingMode?: string;
|
|
333
|
+
/** the SKU type that is provisioned */
|
|
334
|
+
sku?: string;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
/** The type used for updating tags in AzureLargeInstance resources. */
|
|
338
|
+
export interface AzureLargeInstanceTagsUpdate {
|
|
339
|
+
/** Resource tags. */
|
|
340
|
+
tags?: { [propertyName: string]: string };
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* The active state empowers the server with the ability to forcefully terminate
|
|
345
|
+
* and halt any existing processes that may be running on the server
|
|
346
|
+
*/
|
|
347
|
+
export interface ForceState {
|
|
348
|
+
/** Whether to force restart by shutting all processes. */
|
|
349
|
+
forceState?: AzureLargeInstanceForcePowerState;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
/** The current status of an async operation. */
|
|
353
|
+
export interface OperationStatusResult {
|
|
354
|
+
/** Fully qualified ID for the async operation. */
|
|
355
|
+
id?: string;
|
|
356
|
+
/**
|
|
357
|
+
* Fully qualified ID of the resource against which the original async operation was started.
|
|
358
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
+
*/
|
|
360
|
+
readonly resourceId?: string;
|
|
361
|
+
/** Name of the async operation. */
|
|
362
|
+
name?: string;
|
|
363
|
+
/** Operation status. */
|
|
364
|
+
status: string;
|
|
365
|
+
/** Percent of the operation that is complete. */
|
|
366
|
+
percentComplete?: number;
|
|
367
|
+
/** The start time of the operation. */
|
|
368
|
+
startTime?: Date;
|
|
369
|
+
/** The end time of the operation. */
|
|
370
|
+
endTime?: Date;
|
|
371
|
+
/** The operations list. */
|
|
372
|
+
operations?: OperationStatusResult[];
|
|
373
|
+
/** If present, details of the operation error. */
|
|
374
|
+
error?: ErrorDetail;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/** The type used for updating tags in AzureLargeStorageInstance resources. */
|
|
378
|
+
export interface AzureLargeStorageInstanceTagsUpdate {
|
|
379
|
+
/** Resource tags. */
|
|
380
|
+
tags?: { [propertyName: string]: string };
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/** Tags field of the AzureLargeInstance instance. */
|
|
384
|
+
export interface Tags {
|
|
385
|
+
/** Tags field of the AzureLargeInstance instance. */
|
|
386
|
+
tags?: { [propertyName: string]: string };
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
390
|
+
export interface TrackedResource extends Resource {
|
|
391
|
+
/** Resource tags. */
|
|
392
|
+
tags?: { [propertyName: string]: string };
|
|
393
|
+
/** The geo-location where the resource lives */
|
|
394
|
+
location: string;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* Azure Large Instance info on Azure (ARM properties and AzureLargeInstance
|
|
399
|
+
* properties)
|
|
400
|
+
*/
|
|
401
|
+
export interface AzureLargeInstance extends TrackedResource {
|
|
402
|
+
/** The resource-specific properties for this resource. */
|
|
403
|
+
properties?: AzureLargeInstanceProperties;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* AzureLargeStorageInstance info on Azure (ARM properties and
|
|
408
|
+
* AzureLargeStorageInstance properties)
|
|
409
|
+
*/
|
|
410
|
+
export interface AzureLargeStorageInstance extends TrackedResource {
|
|
411
|
+
/** The resource-specific properties for this resource. */
|
|
412
|
+
properties?: AzureLargeStorageInstanceProperties;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
/** Defines headers for AzureLargeInstance_restart operation. */
|
|
416
|
+
export interface AzureLargeInstanceRestartHeaders {
|
|
417
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
418
|
+
retryAfter?: number;
|
|
419
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
420
|
+
location?: string;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
/** Defines headers for AzureLargeInstance_shutdown operation. */
|
|
424
|
+
export interface AzureLargeInstanceShutdownHeaders {
|
|
425
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
426
|
+
retryAfter?: number;
|
|
427
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
428
|
+
location?: string;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
/** Defines headers for AzureLargeInstance_start operation. */
|
|
432
|
+
export interface AzureLargeInstanceStartHeaders {
|
|
433
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
434
|
+
retryAfter?: number;
|
|
435
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
436
|
+
location?: string;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
440
|
+
export enum KnownOrigin {
|
|
441
|
+
/** User */
|
|
442
|
+
User = "user",
|
|
443
|
+
/** System */
|
|
444
|
+
System = "system",
|
|
445
|
+
/** UserSystem */
|
|
446
|
+
UserSystem = "user,system",
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* Defines values for Origin. \
|
|
451
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
452
|
+
* this enum contains the known values that the service supports.
|
|
453
|
+
* ### Known values supported by the service
|
|
454
|
+
* **user** \
|
|
455
|
+
* **system** \
|
|
456
|
+
* **user,system**
|
|
457
|
+
*/
|
|
458
|
+
export type Origin = string;
|
|
459
|
+
|
|
460
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
461
|
+
export enum KnownActionType {
|
|
462
|
+
/** Internal */
|
|
463
|
+
Internal = "Internal",
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
/**
|
|
467
|
+
* Defines values for ActionType. \
|
|
468
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
469
|
+
* this enum contains the known values that the service supports.
|
|
470
|
+
* ### Known values supported by the service
|
|
471
|
+
* **Internal**
|
|
472
|
+
*/
|
|
473
|
+
export type ActionType = string;
|
|
474
|
+
|
|
475
|
+
/** Known values of {@link AzureLargeInstanceHardwareTypeNamesEnum} that the service accepts. */
|
|
476
|
+
export enum KnownAzureLargeInstanceHardwareTypeNamesEnum {
|
|
477
|
+
/** Hardware type of UCS from vendor Cisco */
|
|
478
|
+
CiscoUCS = "Cisco_UCS",
|
|
479
|
+
/** Hardware type of HPE from vendor Hewlett Packard Enterprise */
|
|
480
|
+
HPE = "HPE",
|
|
481
|
+
/** Hardware type of SDFLEX */
|
|
482
|
+
Sdflex = "SDFLEX",
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
/**
|
|
486
|
+
* Defines values for AzureLargeInstanceHardwareTypeNamesEnum. \
|
|
487
|
+
* {@link KnownAzureLargeInstanceHardwareTypeNamesEnum} can be used interchangeably with AzureLargeInstanceHardwareTypeNamesEnum,
|
|
488
|
+
* this enum contains the known values that the service supports.
|
|
489
|
+
* ### Known values supported by the service
|
|
490
|
+
* **Cisco_UCS**: Hardware type of UCS from vendor Cisco \
|
|
491
|
+
* **HPE**: Hardware type of HPE from vendor Hewlett Packard Enterprise \
|
|
492
|
+
* **SDFLEX**: Hardware type of SDFLEX
|
|
493
|
+
*/
|
|
494
|
+
export type AzureLargeInstanceHardwareTypeNamesEnum = string;
|
|
495
|
+
|
|
496
|
+
/** Known values of {@link AzureLargeInstanceSizeNamesEnum} that the service accepts. */
|
|
497
|
+
export enum KnownAzureLargeInstanceSizeNamesEnum {
|
|
498
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
499
|
+
S72M = "S72m",
|
|
500
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
501
|
+
S144M = "S144m",
|
|
502
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
503
|
+
S72 = "S72",
|
|
504
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
505
|
+
S144 = "S144",
|
|
506
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
507
|
+
S192 = "S192",
|
|
508
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
509
|
+
S192M = "S192m",
|
|
510
|
+
/** Type I class SKU that can't be purchased anymore */
|
|
511
|
+
S192Xm = "S192xm",
|
|
512
|
+
/** 2 sockets, 96 CPU threads, 48 CPU cores, 768 GB total memory, 768 GB DRAM, 3.0 TB storage, Cisco_UCS hardware type */
|
|
513
|
+
S96 = "S96",
|
|
514
|
+
/** No longer offered or used. */
|
|
515
|
+
S112 = "S112",
|
|
516
|
+
/** 4 sockets, 224 CPU threads, 112 CPU cores, 3 TB total memory, 3 TB DRAM, 6.3 TB storage, Cisco_UCS hardware type */
|
|
517
|
+
S224 = "S224",
|
|
518
|
+
/** 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, Cisco_UCS hardware type */
|
|
519
|
+
S224M = "S224m",
|
|
520
|
+
/** 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 3 TB DRAM, 3 TB memory optane, 10.5 TB storage, Cisco_UCS hardware type */
|
|
521
|
+
S224Om = "S224om",
|
|
522
|
+
/** 4 sockets, 224 CPU threads, 112 CPU cores, 4.5 TB total memory, 1.5 TB DRAM, 3 TB memory optane, 8.4 TB storage, Cisco_UCS hardware type */
|
|
523
|
+
S224Oo = "S224oo",
|
|
524
|
+
/** 4 sockets, 224 CPU threads, 112 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, Cisco_UCS hardware type */
|
|
525
|
+
S224Oom = "S224oom",
|
|
526
|
+
/** 4 sockets, 224 CPU threads, 112 CPU cores, 7.5TB total memory, 1.5 TB DRAM, 6 TB memory optane, 12.7 TB storage, Cisco_UCS hardware type */
|
|
527
|
+
S224Ooo = "S224ooo",
|
|
528
|
+
/** 4 sockets, 448 CPU threads, 6 TB total memory, SDFLEX hardware type */
|
|
529
|
+
S224Se = "S224se",
|
|
530
|
+
/** 8 sockets, 384 CPU threads, 192 CPU cores, 4 TB total memory, 4 TB DRAM, 16 TB storage, HPEMc990x hardware type */
|
|
531
|
+
S384 = "S384",
|
|
532
|
+
/** 8 sockets, 384 CPU threads, 192 CPU cores, 6 TB total memory, 6 TB DRAM, 18 TB storage, HPEMc990x hardware type */
|
|
533
|
+
S384M = "S384m",
|
|
534
|
+
/** 8 sockets, 384 CPU threads, 192 CPU cores, 8 TB total memory, 8 TB DRAM, 22 TB storage, HPEMc990x hardware type */
|
|
535
|
+
S384Xm = "S384xm",
|
|
536
|
+
/** 8 sockets, 384 CPU threads, 12 TB total memory, HPEMc990x hardware type */
|
|
537
|
+
S384Xxm = "S384xxm",
|
|
538
|
+
/** 8 sockets, 448 CPU threads, 224 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, SDFLEX hardware type */
|
|
539
|
+
S448 = "S448",
|
|
540
|
+
/** 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type */
|
|
541
|
+
S448M = "S448m",
|
|
542
|
+
/** 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 6 TB DRAM, 6 TB memory optane, 18.9 TB storage, SDFLEX hardware type */
|
|
543
|
+
S448Om = "S448om",
|
|
544
|
+
/** 8 sockets, 448 CPU threads, 224 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, SDFLEX hardware type */
|
|
545
|
+
S448Oo = "S448oo",
|
|
546
|
+
/** 8 sockets, 448 CPU threads, 224 CPU cores, 18 TB total memory, 6 TB DRAM, 12 memory optane, 27.4 TB storage, SDFLEX hardware type */
|
|
547
|
+
S448Oom = "S448oom",
|
|
548
|
+
/** 8 sockets, 448 CPU threads, 224 CPU cores, 15 TB total memory, 3 TB DRAM, 12 memory optane, 23.2 TB storage, SDFLEX hardware type */
|
|
549
|
+
S448Ooo = "S448ooo",
|
|
550
|
+
/** 8 sockets, 448 CPU threads, 12 TB total memory, SDFLEX hardware type */
|
|
551
|
+
S448Se = "S448se",
|
|
552
|
+
/** 12 sockets, 576 CPU threads, 288 CPU cores, 12 TB total memory, 12 TB DRAM, 28 TB storage, HPEMc990x hardware type */
|
|
553
|
+
S576M = "S576m",
|
|
554
|
+
/** 12 sockets, 576 CPU threads, 288 CPU cores, 18 TB total memory, HPEMc990x hardware type */
|
|
555
|
+
S576Xm = "S576xm",
|
|
556
|
+
/** 12 sockets, 672 CPU threads, 336 CPU cores, 9 TB total memory, 9 TB DRAM, 14.7 TB storage, SDFLEX hardware type */
|
|
557
|
+
S672 = "S672",
|
|
558
|
+
/** 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 18 TB DRAM, 27.4 TB storage, SDFLEX hardware type */
|
|
559
|
+
S672M = "S672m",
|
|
560
|
+
/** 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 9 TB DRAM, 9 TB memory optane, 27.4 TB storage, SDFLEX hardware type */
|
|
561
|
+
S672Om = "S672om",
|
|
562
|
+
/** 12 sockets, 672 CPU threads, 336 CPU cores, 13.5 TB total memory, 4.5 TB DRAM, 9 TB memory optane, 21.1 TB storage, SDFLEX hardware type */
|
|
563
|
+
S672Oo = "S672oo",
|
|
564
|
+
/** 12 sockets, 672 CPU threads, 336 CPU cores, 27 TB total memory, 9 TB DRAM, 18 TB memory optane, 40 TB storage, SDFLEX hardware type */
|
|
565
|
+
S672Oom = "S672oom",
|
|
566
|
+
/** 12 sockets, 672 CPU threads, 336 CPU cores, 22.5 TB total memory, 4.5 TB DRAM, 18 TB memory optane, 33.7 TB storage, SDFLEX hardware type */
|
|
567
|
+
S672Ooo = "S672ooo",
|
|
568
|
+
/** No longer offered or used. */
|
|
569
|
+
S768 = "S768",
|
|
570
|
+
/** 16 sockets, 768 CPU threads, 384 CPU cores, 16 TB total memory, 16 TB DRAM, 36 TB storage, HPEMc990x hardware type */
|
|
571
|
+
S768M = "S768m",
|
|
572
|
+
/** 16 sockets, 768 CPU threads, 384 CPU cores, 24 TB total memory, 24 TB DRAM, 56 TB storage, HPEMc990x hardware type */
|
|
573
|
+
S768Xm = "S768xm",
|
|
574
|
+
/** 16 sockets, 896 CPU threads, 448 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type */
|
|
575
|
+
S896 = "S896",
|
|
576
|
+
/** 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 24 TB DRAM, 35.8 TB storage, SDFLEX hardware type */
|
|
577
|
+
S896M = "S896m",
|
|
578
|
+
/** 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 12 TB DRAM, 12 TB memory optane, 35.8 TB storage, SDFLEX hardware type */
|
|
579
|
+
S896Om = "S896om",
|
|
580
|
+
/** 16 sockets, 896 CPU threads, 448 CPU cores, 18 TB total memory, 6 TB DRAM, 12 TB memory optane, 27.4 TB storage, SDFLEX hardware type */
|
|
581
|
+
S896Oo = "S896oo",
|
|
582
|
+
/** 16 sockets, 896 CPU threads, 448 CPU cores, 36 TB total memory, 12 TB DRAM, 24 TB memory optane, 52.7 TB storage, SDFLEX hardware type */
|
|
583
|
+
S896Oom = "S896oom",
|
|
584
|
+
/** 16 sockets, 896 CPU threads, 448 CPU cores, 30 TB total memory, 6 TB DRAM, 24 TB memory optane, 44.3 TB storage, SDFLEX hardware type */
|
|
585
|
+
S896Ooo = "S896ooo",
|
|
586
|
+
/** 20 sockets, 960 CPU threads, 480 CPU cores, 20 TB total memory, 20 TB DRAM, 46 TB storage, HPEMc990x hardware type */
|
|
587
|
+
S960M = "S960m",
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* Defines values for AzureLargeInstanceSizeNamesEnum. \
|
|
592
|
+
* {@link KnownAzureLargeInstanceSizeNamesEnum} can be used interchangeably with AzureLargeInstanceSizeNamesEnum,
|
|
593
|
+
* this enum contains the known values that the service supports.
|
|
594
|
+
* ### Known values supported by the service
|
|
595
|
+
* **S72m**: Type I class SKU that can't be purchased anymore \
|
|
596
|
+
* **S144m**: Type I class SKU that can't be purchased anymore \
|
|
597
|
+
* **S72**: Type I class SKU that can't be purchased anymore \
|
|
598
|
+
* **S144**: Type I class SKU that can't be purchased anymore \
|
|
599
|
+
* **S192**: Type I class SKU that can't be purchased anymore \
|
|
600
|
+
* **S192m**: Type I class SKU that can't be purchased anymore \
|
|
601
|
+
* **S192xm**: Type I class SKU that can't be purchased anymore \
|
|
602
|
+
* **S96**: 2 sockets, 96 CPU threads, 48 CPU cores, 768 GB total memory, 768 GB DRAM, 3.0 TB storage, Cisco_UCS hardware type \
|
|
603
|
+
* **S112**: No longer offered or used. \
|
|
604
|
+
* **S224**: 4 sockets, 224 CPU threads, 112 CPU cores, 3 TB total memory, 3 TB DRAM, 6.3 TB storage, Cisco_UCS hardware type \
|
|
605
|
+
* **S224m**: 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, Cisco_UCS hardware type \
|
|
606
|
+
* **S224om**: 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 3 TB DRAM, 3 TB memory optane, 10.5 TB storage, Cisco_UCS hardware type \
|
|
607
|
+
* **S224oo**: 4 sockets, 224 CPU threads, 112 CPU cores, 4.5 TB total memory, 1.5 TB DRAM, 3 TB memory optane, 8.4 TB storage, Cisco_UCS hardware type \
|
|
608
|
+
* **S224oom**: 4 sockets, 224 CPU threads, 112 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, Cisco_UCS hardware type \
|
|
609
|
+
* **S224ooo**: 4 sockets, 224 CPU threads, 112 CPU cores, 7.5TB total memory, 1.5 TB DRAM, 6 TB memory optane, 12.7 TB storage, Cisco_UCS hardware type \
|
|
610
|
+
* **S224se**: 4 sockets, 448 CPU threads, 6 TB total memory, SDFLEX hardware type \
|
|
611
|
+
* **S384**: 8 sockets, 384 CPU threads, 192 CPU cores, 4 TB total memory, 4 TB DRAM, 16 TB storage, HPEMc990x hardware type \
|
|
612
|
+
* **S384m**: 8 sockets, 384 CPU threads, 192 CPU cores, 6 TB total memory, 6 TB DRAM, 18 TB storage, HPEMc990x hardware type \
|
|
613
|
+
* **S384xm**: 8 sockets, 384 CPU threads, 192 CPU cores, 8 TB total memory, 8 TB DRAM, 22 TB storage, HPEMc990x hardware type \
|
|
614
|
+
* **S384xxm**: 8 sockets, 384 CPU threads, 12 TB total memory, HPEMc990x hardware type \
|
|
615
|
+
* **S448**: 8 sockets, 448 CPU threads, 224 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, SDFLEX hardware type \
|
|
616
|
+
* **S448m**: 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type \
|
|
617
|
+
* **S448om**: 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 6 TB DRAM, 6 TB memory optane, 18.9 TB storage, SDFLEX hardware type \
|
|
618
|
+
* **S448oo**: 8 sockets, 448 CPU threads, 224 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, SDFLEX hardware type \
|
|
619
|
+
* **S448oom**: 8 sockets, 448 CPU threads, 224 CPU cores, 18 TB total memory, 6 TB DRAM, 12 memory optane, 27.4 TB storage, SDFLEX hardware type \
|
|
620
|
+
* **S448ooo**: 8 sockets, 448 CPU threads, 224 CPU cores, 15 TB total memory, 3 TB DRAM, 12 memory optane, 23.2 TB storage, SDFLEX hardware type \
|
|
621
|
+
* **S448se**: 8 sockets, 448 CPU threads, 12 TB total memory, SDFLEX hardware type \
|
|
622
|
+
* **S576m**: 12 sockets, 576 CPU threads, 288 CPU cores, 12 TB total memory, 12 TB DRAM, 28 TB storage, HPEMc990x hardware type \
|
|
623
|
+
* **S576xm**: 12 sockets, 576 CPU threads, 288 CPU cores, 18 TB total memory, HPEMc990x hardware type \
|
|
624
|
+
* **S672**: 12 sockets, 672 CPU threads, 336 CPU cores, 9 TB total memory, 9 TB DRAM, 14.7 TB storage, SDFLEX hardware type \
|
|
625
|
+
* **S672m**: 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 18 TB DRAM, 27.4 TB storage, SDFLEX hardware type \
|
|
626
|
+
* **S672om**: 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 9 TB DRAM, 9 TB memory optane, 27.4 TB storage, SDFLEX hardware type \
|
|
627
|
+
* **S672oo**: 12 sockets, 672 CPU threads, 336 CPU cores, 13.5 TB total memory, 4.5 TB DRAM, 9 TB memory optane, 21.1 TB storage, SDFLEX hardware type \
|
|
628
|
+
* **S672oom**: 12 sockets, 672 CPU threads, 336 CPU cores, 27 TB total memory, 9 TB DRAM, 18 TB memory optane, 40 TB storage, SDFLEX hardware type \
|
|
629
|
+
* **S672ooo**: 12 sockets, 672 CPU threads, 336 CPU cores, 22.5 TB total memory, 4.5 TB DRAM, 18 TB memory optane, 33.7 TB storage, SDFLEX hardware type \
|
|
630
|
+
* **S768**: No longer offered or used. \
|
|
631
|
+
* **S768m**: 16 sockets, 768 CPU threads, 384 CPU cores, 16 TB total memory, 16 TB DRAM, 36 TB storage, HPEMc990x hardware type \
|
|
632
|
+
* **S768xm**: 16 sockets, 768 CPU threads, 384 CPU cores, 24 TB total memory, 24 TB DRAM, 56 TB storage, HPEMc990x hardware type \
|
|
633
|
+
* **S896**: 16 sockets, 896 CPU threads, 448 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type \
|
|
634
|
+
* **S896m**: 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 24 TB DRAM, 35.8 TB storage, SDFLEX hardware type \
|
|
635
|
+
* **S896om**: 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 12 TB DRAM, 12 TB memory optane, 35.8 TB storage, SDFLEX hardware type \
|
|
636
|
+
* **S896oo**: 16 sockets, 896 CPU threads, 448 CPU cores, 18 TB total memory, 6 TB DRAM, 12 TB memory optane, 27.4 TB storage, SDFLEX hardware type \
|
|
637
|
+
* **S896oom**: 16 sockets, 896 CPU threads, 448 CPU cores, 36 TB total memory, 12 TB DRAM, 24 TB memory optane, 52.7 TB storage, SDFLEX hardware type \
|
|
638
|
+
* **S896ooo**: 16 sockets, 896 CPU threads, 448 CPU cores, 30 TB total memory, 6 TB DRAM, 24 TB memory optane, 44.3 TB storage, SDFLEX hardware type \
|
|
639
|
+
* **S960m**: 20 sockets, 960 CPU threads, 480 CPU cores, 20 TB total memory, 20 TB DRAM, 46 TB storage, HPEMc990x hardware type
|
|
640
|
+
*/
|
|
641
|
+
export type AzureLargeInstanceSizeNamesEnum = string;
|
|
642
|
+
|
|
643
|
+
/** Known values of {@link AzureLargeInstancePowerStateEnum} that the service accepts. */
|
|
644
|
+
export enum KnownAzureLargeInstancePowerStateEnum {
|
|
645
|
+
/** Starting means that the Azure Large Instance resource is turning on. */
|
|
646
|
+
Starting = "starting",
|
|
647
|
+
/** Started means that the Azure Large Instance resource has been powered on. */
|
|
648
|
+
Started = "started",
|
|
649
|
+
/** Stopping means that the Azure Large Instance resource is shutting down. */
|
|
650
|
+
Stopping = "stopping",
|
|
651
|
+
/** Stopped means that the Azure Large Instance resource has shut down. */
|
|
652
|
+
Stopped = "stopped",
|
|
653
|
+
/** Restarting means that the Azure Large Instance resource is restarting. */
|
|
654
|
+
Restarting = "restarting",
|
|
655
|
+
/** Unknown means that the state of the Azure Large Instance is unknown. */
|
|
656
|
+
Unknown = "unknown",
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* Defines values for AzureLargeInstancePowerStateEnum. \
|
|
661
|
+
* {@link KnownAzureLargeInstancePowerStateEnum} can be used interchangeably with AzureLargeInstancePowerStateEnum,
|
|
662
|
+
* this enum contains the known values that the service supports.
|
|
663
|
+
* ### Known values supported by the service
|
|
664
|
+
* **starting**: Starting means that the Azure Large Instance resource is turning on. \
|
|
665
|
+
* **started**: Started means that the Azure Large Instance resource has been powered on. \
|
|
666
|
+
* **stopping**: Stopping means that the Azure Large Instance resource is shutting down. \
|
|
667
|
+
* **stopped**: Stopped means that the Azure Large Instance resource has shut down. \
|
|
668
|
+
* **restarting**: Restarting means that the Azure Large Instance resource is restarting. \
|
|
669
|
+
* **unknown**: Unknown means that the state of the Azure Large Instance is unknown.
|
|
670
|
+
*/
|
|
671
|
+
export type AzureLargeInstancePowerStateEnum = string;
|
|
672
|
+
|
|
673
|
+
/** Known values of {@link AzureLargeInstanceProvisioningStatesEnum} that the service accepts. */
|
|
674
|
+
export enum KnownAzureLargeInstanceProvisioningStatesEnum {
|
|
675
|
+
/** Accepted means Azure Large Instance resource provisioning has been accepted. */
|
|
676
|
+
Accepted = "Accepted",
|
|
677
|
+
/** Creating means Azure Large Instance resource is being created. */
|
|
678
|
+
Creating = "Creating",
|
|
679
|
+
/** Updating means an existing Azure Large Instance resource is being updated */
|
|
680
|
+
Updating = "Updating",
|
|
681
|
+
/** Failed means Azure Large Instance resource is in failed state */
|
|
682
|
+
Failed = "Failed",
|
|
683
|
+
/** Succeeded means Azure Large Instance resource creation succeeded during last create\/update */
|
|
684
|
+
Succeeded = "Succeeded",
|
|
685
|
+
/** Deleting means Azure Large Instance resource is in the process of being deleted */
|
|
686
|
+
Deleting = "Deleting",
|
|
687
|
+
/** Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another */
|
|
688
|
+
Migrating = "Migrating",
|
|
689
|
+
/** Cancelled Azure Large Instance resource operation has been cancelled */
|
|
690
|
+
Canceled = "Canceled",
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* Defines values for AzureLargeInstanceProvisioningStatesEnum. \
|
|
695
|
+
* {@link KnownAzureLargeInstanceProvisioningStatesEnum} can be used interchangeably with AzureLargeInstanceProvisioningStatesEnum,
|
|
696
|
+
* this enum contains the known values that the service supports.
|
|
697
|
+
* ### Known values supported by the service
|
|
698
|
+
* **Accepted**: Accepted means Azure Large Instance resource provisioning has been accepted. \
|
|
699
|
+
* **Creating**: Creating means Azure Large Instance resource is being created. \
|
|
700
|
+
* **Updating**: Updating means an existing Azure Large Instance resource is being updated \
|
|
701
|
+
* **Failed**: Failed means Azure Large Instance resource is in failed state \
|
|
702
|
+
* **Succeeded**: Succeeded means Azure Large Instance resource creation succeeded during last create\/update \
|
|
703
|
+
* **Deleting**: Deleting means Azure Large Instance resource is in the process of being deleted \
|
|
704
|
+
* **Migrating**: Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another \
|
|
705
|
+
* **Canceled**: Cancelled Azure Large Instance resource operation has been cancelled
|
|
706
|
+
*/
|
|
707
|
+
export type AzureLargeInstanceProvisioningStatesEnum = string;
|
|
708
|
+
|
|
709
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
710
|
+
export enum KnownCreatedByType {
|
|
711
|
+
/** User */
|
|
712
|
+
User = "User",
|
|
713
|
+
/** Application */
|
|
714
|
+
Application = "Application",
|
|
715
|
+
/** ManagedIdentity */
|
|
716
|
+
ManagedIdentity = "ManagedIdentity",
|
|
717
|
+
/** Key */
|
|
718
|
+
Key = "Key",
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
* Defines values for CreatedByType. \
|
|
723
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
724
|
+
* this enum contains the known values that the service supports.
|
|
725
|
+
* ### Known values supported by the service
|
|
726
|
+
* **User** \
|
|
727
|
+
* **Application** \
|
|
728
|
+
* **ManagedIdentity** \
|
|
729
|
+
* **Key**
|
|
730
|
+
*/
|
|
731
|
+
export type CreatedByType = string;
|
|
732
|
+
|
|
733
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
734
|
+
export enum KnownProvisioningState {
|
|
735
|
+
/** Accepted means ARM resource has been accepted. */
|
|
736
|
+
Accepted = "Accepted",
|
|
737
|
+
/** Creating means ARM resource is being created. */
|
|
738
|
+
Creating = "Creating",
|
|
739
|
+
/** Updating means an existing ARM resource is being updated */
|
|
740
|
+
Updating = "Updating",
|
|
741
|
+
/** Failed means resource is in failed state */
|
|
742
|
+
Failed = "Failed",
|
|
743
|
+
/** Succeeded means resource creation succeeded during last create\/update */
|
|
744
|
+
Succeeded = "Succeeded",
|
|
745
|
+
/** Deleting means resource is in the process of being deleted */
|
|
746
|
+
Deleting = "Deleting",
|
|
747
|
+
/** Cancelled means resource operation has been cancelled */
|
|
748
|
+
Canceled = "Canceled",
|
|
749
|
+
/** Migrating means resource is being migrated from one subscription or resource group to another */
|
|
750
|
+
Migrating = "Migrating",
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* Defines values for ProvisioningState. \
|
|
755
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
756
|
+
* this enum contains the known values that the service supports.
|
|
757
|
+
* ### Known values supported by the service
|
|
758
|
+
* **Accepted**: Accepted means ARM resource has been accepted. \
|
|
759
|
+
* **Creating**: Creating means ARM resource is being created. \
|
|
760
|
+
* **Updating**: Updating means an existing ARM resource is being updated \
|
|
761
|
+
* **Failed**: Failed means resource is in failed state \
|
|
762
|
+
* **Succeeded**: Succeeded means resource creation succeeded during last create\/update \
|
|
763
|
+
* **Deleting**: Deleting means resource is in the process of being deleted \
|
|
764
|
+
* **Canceled**: Cancelled means resource operation has been cancelled \
|
|
765
|
+
* **Migrating**: Migrating means resource is being migrated from one subscription or resource group to another
|
|
766
|
+
*/
|
|
767
|
+
export type ProvisioningState = string;
|
|
768
|
+
|
|
769
|
+
/** Known values of {@link AzureLargeInstanceForcePowerState} that the service accepts. */
|
|
770
|
+
export enum KnownAzureLargeInstanceForcePowerState {
|
|
771
|
+
/** Active means that the restart operation will terminate and halt existing processes that may be running on the server */
|
|
772
|
+
Active = "active",
|
|
773
|
+
/** Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server */
|
|
774
|
+
Inactive = "inactive",
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* Defines values for AzureLargeInstanceForcePowerState. \
|
|
779
|
+
* {@link KnownAzureLargeInstanceForcePowerState} can be used interchangeably with AzureLargeInstanceForcePowerState,
|
|
780
|
+
* this enum contains the known values that the service supports.
|
|
781
|
+
* ### Known values supported by the service
|
|
782
|
+
* **active**: Active means that the restart operation will terminate and halt existing processes that may be running on the server \
|
|
783
|
+
* **inactive**: Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server
|
|
784
|
+
*/
|
|
785
|
+
export type AzureLargeInstanceForcePowerState = string;
|
|
786
|
+
|
|
787
|
+
/** Known values of {@link Versions} that the service accepts. */
|
|
788
|
+
export enum KnownVersions {
|
|
789
|
+
/** Azure Large Instance api version 2023-07-20-preview. */
|
|
790
|
+
V20230720Preview = "2023-07-20-preview",
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* Defines values for Versions. \
|
|
795
|
+
* {@link KnownVersions} can be used interchangeably with Versions,
|
|
796
|
+
* this enum contains the known values that the service supports.
|
|
797
|
+
* ### Known values supported by the service
|
|
798
|
+
* **2023-07-20-preview**: Azure Large Instance api version 2023-07-20-preview.
|
|
799
|
+
*/
|
|
800
|
+
export type Versions = string;
|
|
801
|
+
|
|
802
|
+
/** Optional parameters. */
|
|
803
|
+
export interface OperationsListOptionalParams
|
|
804
|
+
extends coreClient.OperationOptions {}
|
|
805
|
+
|
|
806
|
+
/** Contains response data for the list operation. */
|
|
807
|
+
export type OperationsListResponse = OperationListResult;
|
|
808
|
+
|
|
809
|
+
/** Optional parameters. */
|
|
810
|
+
export interface OperationsListNextOptionalParams
|
|
811
|
+
extends coreClient.OperationOptions {}
|
|
812
|
+
|
|
813
|
+
/** Contains response data for the listNext operation. */
|
|
814
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
815
|
+
|
|
816
|
+
/** Optional parameters. */
|
|
817
|
+
export interface AzureLargeInstanceListBySubscriptionOptionalParams
|
|
818
|
+
extends coreClient.OperationOptions {}
|
|
819
|
+
|
|
820
|
+
/** Contains response data for the listBySubscription operation. */
|
|
821
|
+
export type AzureLargeInstanceListBySubscriptionResponse =
|
|
822
|
+
AzureLargeInstanceListResult;
|
|
823
|
+
|
|
824
|
+
/** Optional parameters. */
|
|
825
|
+
export interface AzureLargeInstanceListByResourceGroupOptionalParams
|
|
826
|
+
extends coreClient.OperationOptions {}
|
|
827
|
+
|
|
828
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
829
|
+
export type AzureLargeInstanceListByResourceGroupResponse =
|
|
830
|
+
AzureLargeInstanceListResult;
|
|
831
|
+
|
|
832
|
+
/** Optional parameters. */
|
|
833
|
+
export interface AzureLargeInstanceGetOptionalParams
|
|
834
|
+
extends coreClient.OperationOptions {}
|
|
835
|
+
|
|
836
|
+
/** Contains response data for the get operation. */
|
|
837
|
+
export type AzureLargeInstanceGetResponse = AzureLargeInstance;
|
|
838
|
+
|
|
839
|
+
/** Optional parameters. */
|
|
840
|
+
export interface AzureLargeInstanceUpdateOptionalParams
|
|
841
|
+
extends coreClient.OperationOptions {}
|
|
842
|
+
|
|
843
|
+
/** Contains response data for the update operation. */
|
|
844
|
+
export type AzureLargeInstanceUpdateResponse = AzureLargeInstance;
|
|
845
|
+
|
|
846
|
+
/** Optional parameters. */
|
|
847
|
+
export interface AzureLargeInstanceRestartOptionalParams
|
|
848
|
+
extends coreClient.OperationOptions {
|
|
849
|
+
/** When set to 'active', this parameter empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */
|
|
850
|
+
forceParameter?: ForceState;
|
|
851
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
852
|
+
updateIntervalInMs?: number;
|
|
853
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
854
|
+
resumeFrom?: string;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
/** Contains response data for the restart operation. */
|
|
858
|
+
export type AzureLargeInstanceRestartResponse = OperationStatusResult;
|
|
859
|
+
|
|
860
|
+
/** Optional parameters. */
|
|
861
|
+
export interface AzureLargeInstanceShutdownOptionalParams
|
|
862
|
+
extends coreClient.OperationOptions {
|
|
863
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
864
|
+
updateIntervalInMs?: number;
|
|
865
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
866
|
+
resumeFrom?: string;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
/** Contains response data for the shutdown operation. */
|
|
870
|
+
export type AzureLargeInstanceShutdownResponse = OperationStatusResult;
|
|
871
|
+
|
|
872
|
+
/** Optional parameters. */
|
|
873
|
+
export interface AzureLargeInstanceStartOptionalParams
|
|
874
|
+
extends coreClient.OperationOptions {
|
|
875
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
876
|
+
updateIntervalInMs?: number;
|
|
877
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
878
|
+
resumeFrom?: string;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
/** Contains response data for the start operation. */
|
|
882
|
+
export type AzureLargeInstanceStartResponse = OperationStatusResult;
|
|
883
|
+
|
|
884
|
+
/** Optional parameters. */
|
|
885
|
+
export interface AzureLargeInstanceListBySubscriptionNextOptionalParams
|
|
886
|
+
extends coreClient.OperationOptions {}
|
|
887
|
+
|
|
888
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
889
|
+
export type AzureLargeInstanceListBySubscriptionNextResponse =
|
|
890
|
+
AzureLargeInstanceListResult;
|
|
891
|
+
|
|
892
|
+
/** Optional parameters. */
|
|
893
|
+
export interface AzureLargeInstanceListByResourceGroupNextOptionalParams
|
|
894
|
+
extends coreClient.OperationOptions {}
|
|
895
|
+
|
|
896
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
897
|
+
export type AzureLargeInstanceListByResourceGroupNextResponse =
|
|
898
|
+
AzureLargeInstanceListResult;
|
|
899
|
+
|
|
900
|
+
/** Optional parameters. */
|
|
901
|
+
export interface AzureLargeStorageInstanceListBySubscriptionOptionalParams
|
|
902
|
+
extends coreClient.OperationOptions {}
|
|
903
|
+
|
|
904
|
+
/** Contains response data for the listBySubscription operation. */
|
|
905
|
+
export type AzureLargeStorageInstanceListBySubscriptionResponse =
|
|
906
|
+
AzureLargeStorageInstanceListResult;
|
|
907
|
+
|
|
908
|
+
/** Optional parameters. */
|
|
909
|
+
export interface AzureLargeStorageInstanceListByResourceGroupOptionalParams
|
|
910
|
+
extends coreClient.OperationOptions {}
|
|
911
|
+
|
|
912
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
913
|
+
export type AzureLargeStorageInstanceListByResourceGroupResponse =
|
|
914
|
+
AzureLargeStorageInstanceListResult;
|
|
915
|
+
|
|
916
|
+
/** Optional parameters. */
|
|
917
|
+
export interface AzureLargeStorageInstanceGetOptionalParams
|
|
918
|
+
extends coreClient.OperationOptions {}
|
|
919
|
+
|
|
920
|
+
/** Contains response data for the get operation. */
|
|
921
|
+
export type AzureLargeStorageInstanceGetResponse = AzureLargeStorageInstance;
|
|
922
|
+
|
|
923
|
+
/** Optional parameters. */
|
|
924
|
+
export interface AzureLargeStorageInstanceUpdateOptionalParams
|
|
925
|
+
extends coreClient.OperationOptions {}
|
|
926
|
+
|
|
927
|
+
/** Contains response data for the update operation. */
|
|
928
|
+
export type AzureLargeStorageInstanceUpdateResponse = AzureLargeStorageInstance;
|
|
929
|
+
|
|
930
|
+
/** Optional parameters. */
|
|
931
|
+
export interface AzureLargeStorageInstanceListBySubscriptionNextOptionalParams
|
|
932
|
+
extends coreClient.OperationOptions {}
|
|
933
|
+
|
|
934
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
935
|
+
export type AzureLargeStorageInstanceListBySubscriptionNextResponse =
|
|
936
|
+
AzureLargeStorageInstanceListResult;
|
|
937
|
+
|
|
938
|
+
/** Optional parameters. */
|
|
939
|
+
export interface AzureLargeStorageInstanceListByResourceGroupNextOptionalParams
|
|
940
|
+
extends coreClient.OperationOptions {}
|
|
941
|
+
|
|
942
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
943
|
+
export type AzureLargeStorageInstanceListByResourceGroupNextResponse =
|
|
944
|
+
AzureLargeStorageInstanceListResult;
|
|
945
|
+
|
|
946
|
+
/** Optional parameters. */
|
|
947
|
+
export interface LargeInstanceManagementClientOptionalParams
|
|
948
|
+
extends coreClient.ServiceClientOptions {
|
|
949
|
+
/** server parameter */
|
|
950
|
+
$host?: string;
|
|
951
|
+
/** Api Version */
|
|
952
|
+
apiVersion?: string;
|
|
953
|
+
/** Overrides client endpoint. */
|
|
954
|
+
endpoint?: string;
|
|
955
|
+
}
|