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