@azure/arm-machinelearningcompute 1.1.0 → 3.0.0-beta.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 +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +75 -77
- package/dist/index.js +1821 -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/checkUpdateForAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +43 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +2 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +29 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +1 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.js +34 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.js +54 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts +19 -0
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist-esm/src/machineLearningComputeManagementClient.js +52 -0
- package/dist-esm/src/machineLearningComputeManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +637 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +101 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +350 -406
- 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 +130 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/machineLearningCompute.d.ts +18 -0
- package/dist-esm/src/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist-esm/src/operations/machineLearningCompute.js +43 -0
- package/dist-esm/src/operations/machineLearningCompute.js.map +1 -0
- package/dist-esm/src/operations/operationalizationClusters.d.ts +130 -0
- package/dist-esm/src/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist-esm/src/operations/operationalizationClusters.js +579 -0
- package/dist-esm/src/operations/operationalizationClusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js +9 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +84 -34
- package/review/arm-machinelearningcompute.api.md +545 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/machineLearningComputeManagementClient.ts +83 -0
- package/src/models/index.ts +717 -0
- package/{lib → src}/models/mappers.ts +360 -416
- package/src/models/parameters.ts +150 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/machineLearningCompute.ts +59 -0
- package/src/operations/operationalizationClusters.ts +795 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/machineLearningCompute.ts +23 -0
- package/src/operationsInterfaces/operationalizationClusters.ts +189 -0
- package/tsconfig.json +6 -5
- package/types/arm-machinelearningcompute.d.ts +826 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningcompute.js +0 -1766
- package/dist/arm-machinelearningcompute.js.map +0 -1
- package/dist/arm-machinelearningcompute.min.js +0 -1
- package/dist/arm-machinelearningcompute.min.js.map +0 -1
- package/esm/machineLearningComputeManagementClient.d.ts +0 -19
- package/esm/machineLearningComputeManagementClient.d.ts.map +0 -1
- package/esm/machineLearningComputeManagementClient.js +0 -34
- package/esm/machineLearningComputeManagementClient.js.map +0 -1
- package/esm/machineLearningComputeManagementClientContext.d.ts +0 -16
- package/esm/machineLearningComputeManagementClientContext.d.ts.map +0 -1
- package/esm/machineLearningComputeManagementClientContext.js +0 -56
- package/esm/machineLearningComputeManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1093
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/machineLearningComputeMappers.d.ts +0 -2
- package/esm/models/machineLearningComputeMappers.d.ts.map +0 -1
- package/esm/models/machineLearningComputeMappers.js +0 -11
- package/esm/models/machineLearningComputeMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -34
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationalizationClustersMappers.d.ts +0 -2
- package/esm/models/operationalizationClustersMappers.d.ts.map +0 -1
- package/esm/models/operationalizationClustersMappers.js +0 -11
- package/esm/models/operationalizationClustersMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -105
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/machineLearningCompute.d.ts +0 -28
- package/esm/operations/machineLearningCompute.d.ts.map +0 -1
- package/esm/operations/machineLearningCompute.js +0 -51
- package/esm/operations/machineLearningCompute.js.map +0 -1
- package/esm/operations/operationalizationClusters.d.ts +0 -223
- package/esm/operations/operationalizationClusters.d.ts.map +0 -1
- package/esm/operations/operationalizationClusters.js +0 -432
- package/esm/operations/operationalizationClusters.js.map +0 -1
- package/lib/machineLearningComputeManagementClient.ts +0 -44
- package/lib/machineLearningComputeManagementClientContext.ts +0 -62
- package/lib/models/index.ts +0 -1156
- package/lib/models/machineLearningComputeMappers.ts +0 -17
- package/lib/models/operationalizationClustersMappers.ts +0 -42
- package/lib/models/parameters.ts +0 -107
- package/lib/operations/machineLearningCompute.ts +0 -74
- package/lib/operations/operationalizationClusters.ts +0 -658
package/esm/models/index.d.ts
DELETED
|
@@ -1,1093 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* @interface
|
|
6
|
-
* An interface representing Resource.
|
|
7
|
-
* Azure resource
|
|
8
|
-
*
|
|
9
|
-
* @extends BaseResource
|
|
10
|
-
*/
|
|
11
|
-
export interface Resource extends BaseResource {
|
|
12
|
-
/**
|
|
13
|
-
* @member {string} [id] Specifies the resource ID.
|
|
14
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
15
|
-
* the server.**
|
|
16
|
-
*/
|
|
17
|
-
readonly id?: string;
|
|
18
|
-
/**
|
|
19
|
-
* @member {string} [name] Specifies the name of the resource.
|
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
21
|
-
* the server.**
|
|
22
|
-
*/
|
|
23
|
-
readonly name?: string;
|
|
24
|
-
/**
|
|
25
|
-
* @member {string} location Specifies the location of the resource.
|
|
26
|
-
*/
|
|
27
|
-
location: string;
|
|
28
|
-
/**
|
|
29
|
-
* @member {string} [type] Specifies the type of the resource.
|
|
30
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
31
|
-
* the server.**
|
|
32
|
-
*/
|
|
33
|
-
readonly type?: string;
|
|
34
|
-
/**
|
|
35
|
-
* @member {{ [propertyName: string]: string }} [tags] Contains resource tags
|
|
36
|
-
* defined as key/value pairs.
|
|
37
|
-
*/
|
|
38
|
-
tags?: {
|
|
39
|
-
[propertyName: string]: string;
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* @interface
|
|
44
|
-
* An interface representing ErrorDetail.
|
|
45
|
-
* Error detail information.
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
export interface ErrorDetail {
|
|
49
|
-
/**
|
|
50
|
-
* @member {string} code Error code.
|
|
51
|
-
*/
|
|
52
|
-
code: string;
|
|
53
|
-
/**
|
|
54
|
-
* @member {string} message Error message.
|
|
55
|
-
*/
|
|
56
|
-
message: string;
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* @interface
|
|
60
|
-
* An interface representing ErrorResponse.
|
|
61
|
-
* Error response information.
|
|
62
|
-
*
|
|
63
|
-
*/
|
|
64
|
-
export interface ErrorResponse {
|
|
65
|
-
/**
|
|
66
|
-
* @member {string} code Error code.
|
|
67
|
-
*/
|
|
68
|
-
code: string;
|
|
69
|
-
/**
|
|
70
|
-
* @member {string} message Error message.
|
|
71
|
-
*/
|
|
72
|
-
message: string;
|
|
73
|
-
/**
|
|
74
|
-
* @member {ErrorDetail[]} [details] An array of error detail objects.
|
|
75
|
-
*/
|
|
76
|
-
details?: ErrorDetail[];
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* @interface
|
|
80
|
-
* An interface representing ErrorResponseWrapper.
|
|
81
|
-
* Wrapper for error response to follow ARM guidelines.
|
|
82
|
-
*
|
|
83
|
-
*/
|
|
84
|
-
export interface ErrorResponseWrapper {
|
|
85
|
-
/**
|
|
86
|
-
* @member {ErrorResponse} [error] The error response.
|
|
87
|
-
*/
|
|
88
|
-
error?: ErrorResponse;
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* @interface
|
|
92
|
-
* An interface representing StorageAccountProperties.
|
|
93
|
-
* Properties of Storage Account.
|
|
94
|
-
*
|
|
95
|
-
*/
|
|
96
|
-
export interface StorageAccountProperties {
|
|
97
|
-
/**
|
|
98
|
-
* @member {string} [resourceId] ARM resource ID of the Azure Storage Account
|
|
99
|
-
* to store CLI specific files. If not provided one will be created. This
|
|
100
|
-
* cannot be changed once the cluster is created.
|
|
101
|
-
*/
|
|
102
|
-
resourceId?: string;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* @interface
|
|
106
|
-
* An interface representing ContainerRegistryProperties.
|
|
107
|
-
* Properties of Azure Container Registry.
|
|
108
|
-
*
|
|
109
|
-
*/
|
|
110
|
-
export interface ContainerRegistryProperties {
|
|
111
|
-
/**
|
|
112
|
-
* @member {string} [resourceId] ARM resource ID of the Azure Container
|
|
113
|
-
* Registry used to store Docker images for web services in the cluster. If
|
|
114
|
-
* not provided one will be created. This cannot be changed once the cluster
|
|
115
|
-
* is created.
|
|
116
|
-
*/
|
|
117
|
-
resourceId?: string;
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
* @interface
|
|
121
|
-
* An interface representing ServicePrincipalProperties.
|
|
122
|
-
* The Azure service principal used by Kubernetes for configuring load
|
|
123
|
-
* balancers
|
|
124
|
-
*
|
|
125
|
-
*/
|
|
126
|
-
export interface ServicePrincipalProperties {
|
|
127
|
-
/**
|
|
128
|
-
* @member {string} clientId The service principal client ID
|
|
129
|
-
*/
|
|
130
|
-
clientId: string;
|
|
131
|
-
/**
|
|
132
|
-
* @member {string} secret The service principal secret. This is not returned
|
|
133
|
-
* in response of GET/PUT on the resource. To see this please call listKeys.
|
|
134
|
-
*/
|
|
135
|
-
secret: string;
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* @interface
|
|
139
|
-
* An interface representing KubernetesClusterProperties.
|
|
140
|
-
* Kubernetes cluster specific properties
|
|
141
|
-
*
|
|
142
|
-
*/
|
|
143
|
-
export interface KubernetesClusterProperties {
|
|
144
|
-
/**
|
|
145
|
-
* @member {ServicePrincipalProperties} [servicePrincipal] The Azure Service
|
|
146
|
-
* Principal used by Kubernetes
|
|
147
|
-
*/
|
|
148
|
-
servicePrincipal?: ServicePrincipalProperties;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* @interface
|
|
152
|
-
* An interface representing SystemService.
|
|
153
|
-
* Information about a system service deployed in the cluster
|
|
154
|
-
*
|
|
155
|
-
*/
|
|
156
|
-
export interface SystemService {
|
|
157
|
-
/**
|
|
158
|
-
* @member {SystemServiceType} systemServiceType The system service type.
|
|
159
|
-
* Possible values include: 'None', 'ScoringFrontEnd', 'BatchFrontEnd'
|
|
160
|
-
*/
|
|
161
|
-
systemServiceType: SystemServiceType;
|
|
162
|
-
/**
|
|
163
|
-
* @member {string} [publicIpAddress] The public IP address of the system
|
|
164
|
-
* service
|
|
165
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
166
|
-
* the server.**
|
|
167
|
-
*/
|
|
168
|
-
readonly publicIpAddress?: string;
|
|
169
|
-
/**
|
|
170
|
-
* @member {string} [version] The state of the system service
|
|
171
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
172
|
-
* the server.**
|
|
173
|
-
*/
|
|
174
|
-
readonly version?: string;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* @interface
|
|
178
|
-
* An interface representing AcsClusterProperties.
|
|
179
|
-
* Information about the container service backing the cluster
|
|
180
|
-
*
|
|
181
|
-
*/
|
|
182
|
-
export interface AcsClusterProperties {
|
|
183
|
-
/**
|
|
184
|
-
* @member {string} [clusterFqdn] The FQDN of the cluster.
|
|
185
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
186
|
-
* the server.**
|
|
187
|
-
*/
|
|
188
|
-
readonly clusterFqdn?: string;
|
|
189
|
-
/**
|
|
190
|
-
* @member {OrchestratorType} orchestratorType Type of orchestrator. It
|
|
191
|
-
* cannot be changed once the cluster is created. Possible values include:
|
|
192
|
-
* 'Kubernetes', 'None'
|
|
193
|
-
*/
|
|
194
|
-
orchestratorType: OrchestratorType;
|
|
195
|
-
/**
|
|
196
|
-
* @member {KubernetesClusterProperties} [orchestratorProperties]
|
|
197
|
-
* Orchestrator specific properties
|
|
198
|
-
*/
|
|
199
|
-
orchestratorProperties?: KubernetesClusterProperties;
|
|
200
|
-
/**
|
|
201
|
-
* @member {SystemService[]} [systemServices] The system services deployed to
|
|
202
|
-
* the cluster
|
|
203
|
-
*/
|
|
204
|
-
systemServices?: SystemService[];
|
|
205
|
-
/**
|
|
206
|
-
* @member {number} [masterCount] The number of master nodes in the container
|
|
207
|
-
* service. Default value: 1 .
|
|
208
|
-
*/
|
|
209
|
-
masterCount?: number;
|
|
210
|
-
/**
|
|
211
|
-
* @member {number} [agentCount] The number of agent nodes in the Container
|
|
212
|
-
* Service. This can be changed to scale the cluster. Default value: 2 .
|
|
213
|
-
*/
|
|
214
|
-
agentCount?: number;
|
|
215
|
-
/**
|
|
216
|
-
* @member {AgentVMSizeTypes} [agentVmSize] The Azure VM size of the agent VM
|
|
217
|
-
* nodes. This cannot be changed once the cluster is created. This list is
|
|
218
|
-
* non exhaustive; refer to
|
|
219
|
-
* https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for
|
|
220
|
-
* the possible VM sizes. Possible values include: 'Standard_A0',
|
|
221
|
-
* 'Standard_A1', 'Standard_A2', 'Standard_A3', 'Standard_A4', 'Standard_A5',
|
|
222
|
-
* 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9',
|
|
223
|
-
* 'Standard_A10', 'Standard_A11', 'Standard_D1', 'Standard_D2',
|
|
224
|
-
* 'Standard_D3', 'Standard_D4', 'Standard_D11', 'Standard_D12',
|
|
225
|
-
* 'Standard_D13', 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2',
|
|
226
|
-
* 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2',
|
|
227
|
-
* 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1',
|
|
228
|
-
* 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5',
|
|
229
|
-
* 'Standard_DS1', 'Standard_DS2', 'Standard_DS3', 'Standard_DS4',
|
|
230
|
-
* 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14',
|
|
231
|
-
* 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4',
|
|
232
|
-
* 'Standard_GS5'. Default value: 'Standard_D3_v2' .
|
|
233
|
-
*/
|
|
234
|
-
agentVmSize?: AgentVMSizeTypes;
|
|
235
|
-
}
|
|
236
|
-
/**
|
|
237
|
-
* @interface
|
|
238
|
-
* An interface representing AppInsightsProperties.
|
|
239
|
-
* Properties of App Insights.
|
|
240
|
-
*
|
|
241
|
-
*/
|
|
242
|
-
export interface AppInsightsProperties {
|
|
243
|
-
/**
|
|
244
|
-
* @member {string} [resourceId] ARM resource ID of the App Insights.
|
|
245
|
-
*/
|
|
246
|
-
resourceId?: string;
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* @interface
|
|
250
|
-
* An interface representing SslConfiguration.
|
|
251
|
-
* SSL configuration. If configured data-plane calls to user services will be
|
|
252
|
-
* exposed over SSL only.
|
|
253
|
-
*
|
|
254
|
-
*/
|
|
255
|
-
export interface SslConfiguration {
|
|
256
|
-
/**
|
|
257
|
-
* @member {Status} [status] SSL status. Allowed values are Enabled and
|
|
258
|
-
* Disabled. Possible values include: 'Enabled', 'Disabled'. Default value:
|
|
259
|
-
* 'Enabled' .
|
|
260
|
-
*/
|
|
261
|
-
status?: Status;
|
|
262
|
-
/**
|
|
263
|
-
* @member {string} [cert] The SSL cert data in PEM format.
|
|
264
|
-
*/
|
|
265
|
-
cert?: string;
|
|
266
|
-
/**
|
|
267
|
-
* @member {string} [key] The SSL key data in PEM format. This is not
|
|
268
|
-
* returned in response of GET/PUT on the resource. To see this please call
|
|
269
|
-
* listKeys API.
|
|
270
|
-
*/
|
|
271
|
-
key?: string;
|
|
272
|
-
/**
|
|
273
|
-
* @member {string} [cname] The CName of the certificate.
|
|
274
|
-
*/
|
|
275
|
-
cname?: string;
|
|
276
|
-
}
|
|
277
|
-
/**
|
|
278
|
-
* @interface
|
|
279
|
-
* An interface representing ServiceAuthConfiguration.
|
|
280
|
-
* Global service auth configuration properties. These are the data-plane
|
|
281
|
-
* authorization keys and are used if a service doesn't define it's own.
|
|
282
|
-
*
|
|
283
|
-
*/
|
|
284
|
-
export interface ServiceAuthConfiguration {
|
|
285
|
-
/**
|
|
286
|
-
* @member {string} primaryAuthKeyHash The primary auth key hash. This is not
|
|
287
|
-
* returned in response of GET/PUT on the resource.. To see this please call
|
|
288
|
-
* listKeys API.
|
|
289
|
-
*/
|
|
290
|
-
primaryAuthKeyHash: string;
|
|
291
|
-
/**
|
|
292
|
-
* @member {string} secondaryAuthKeyHash The secondary auth key hash. This is
|
|
293
|
-
* not returned in response of GET/PUT on the resource.. To see this please
|
|
294
|
-
* call listKeys API.
|
|
295
|
-
*/
|
|
296
|
-
secondaryAuthKeyHash: string;
|
|
297
|
-
}
|
|
298
|
-
/**
|
|
299
|
-
* @interface
|
|
300
|
-
* An interface representing AutoScaleConfiguration.
|
|
301
|
-
* AutoScale configuration properties.
|
|
302
|
-
*
|
|
303
|
-
*/
|
|
304
|
-
export interface AutoScaleConfiguration {
|
|
305
|
-
/**
|
|
306
|
-
* @member {Status} [status] If auto-scale is enabled for all services. Each
|
|
307
|
-
* service can turn it off individually. Possible values include: 'Enabled',
|
|
308
|
-
* 'Disabled'. Default value: 'Disabled' .
|
|
309
|
-
*/
|
|
310
|
-
status?: Status;
|
|
311
|
-
/**
|
|
312
|
-
* @member {number} [minReplicas] The minimum number of replicas for each
|
|
313
|
-
* service. Default value: 1 .
|
|
314
|
-
*/
|
|
315
|
-
minReplicas?: number;
|
|
316
|
-
/**
|
|
317
|
-
* @member {number} [maxReplicas] The maximum number of replicas for each
|
|
318
|
-
* service. Default value: 100 .
|
|
319
|
-
*/
|
|
320
|
-
maxReplicas?: number;
|
|
321
|
-
/**
|
|
322
|
-
* @member {number} [targetUtilization] The target utilization.
|
|
323
|
-
*/
|
|
324
|
-
targetUtilization?: number;
|
|
325
|
-
/**
|
|
326
|
-
* @member {number} [refreshPeriodInSeconds] Refresh period in seconds.
|
|
327
|
-
*/
|
|
328
|
-
refreshPeriodInSeconds?: number;
|
|
329
|
-
}
|
|
330
|
-
/**
|
|
331
|
-
* @interface
|
|
332
|
-
* An interface representing GlobalServiceConfiguration.
|
|
333
|
-
* Global configuration for services in the cluster.
|
|
334
|
-
*
|
|
335
|
-
*/
|
|
336
|
-
export interface GlobalServiceConfiguration {
|
|
337
|
-
/**
|
|
338
|
-
* @member {string} [etag] The configuartion ETag for updates.
|
|
339
|
-
*/
|
|
340
|
-
etag?: string;
|
|
341
|
-
/**
|
|
342
|
-
* @member {SslConfiguration} [ssl] The SSL configuration properties
|
|
343
|
-
*/
|
|
344
|
-
ssl?: SslConfiguration;
|
|
345
|
-
/**
|
|
346
|
-
* @member {ServiceAuthConfiguration} [serviceAuth] Optional global
|
|
347
|
-
* authorization keys for all user services deployed in cluster. These are
|
|
348
|
-
* used if the service does not have auth keys.
|
|
349
|
-
*/
|
|
350
|
-
serviceAuth?: ServiceAuthConfiguration;
|
|
351
|
-
/**
|
|
352
|
-
* @member {AutoScaleConfiguration} [autoScale] The auto-scale configuration
|
|
353
|
-
*/
|
|
354
|
-
autoScale?: AutoScaleConfiguration;
|
|
355
|
-
/**
|
|
356
|
-
* @property Describes unknown properties. The value of an unknown property
|
|
357
|
-
* can be of "any" type.
|
|
358
|
-
*/
|
|
359
|
-
[property: string]: any;
|
|
360
|
-
}
|
|
361
|
-
/**
|
|
362
|
-
* @interface
|
|
363
|
-
* An interface representing OperationalizationCluster.
|
|
364
|
-
* Instance of an Azure ML Operationalization Cluster resource.
|
|
365
|
-
*
|
|
366
|
-
* @extends Resource
|
|
367
|
-
*/
|
|
368
|
-
export interface OperationalizationCluster extends Resource {
|
|
369
|
-
/**
|
|
370
|
-
* @member {string} [description] The description of the cluster.
|
|
371
|
-
*/
|
|
372
|
-
description?: string;
|
|
373
|
-
/**
|
|
374
|
-
* @member {Date} [createdOn] The date and time when the cluster was created.
|
|
375
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
376
|
-
* the server.**
|
|
377
|
-
*/
|
|
378
|
-
readonly createdOn?: Date;
|
|
379
|
-
/**
|
|
380
|
-
* @member {Date} [modifiedOn] The date and time when the cluster was last
|
|
381
|
-
* modified.
|
|
382
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
383
|
-
* the server.**
|
|
384
|
-
*/
|
|
385
|
-
readonly modifiedOn?: Date;
|
|
386
|
-
/**
|
|
387
|
-
* @member {OperationStatus} [provisioningState] The provision state of the
|
|
388
|
-
* cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and
|
|
389
|
-
* Failed. Possible values include: 'Unknown', 'Updating', 'Creating',
|
|
390
|
-
* 'Deleting', 'Succeeded', 'Failed', 'Canceled'
|
|
391
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
392
|
-
* the server.**
|
|
393
|
-
*/
|
|
394
|
-
readonly provisioningState?: OperationStatus;
|
|
395
|
-
/**
|
|
396
|
-
* @member {ErrorResponseWrapper[]} [provisioningErrors] List of provisioning
|
|
397
|
-
* errors reported by the resource provider.
|
|
398
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
399
|
-
* the server.**
|
|
400
|
-
*/
|
|
401
|
-
readonly provisioningErrors?: ErrorResponseWrapper[];
|
|
402
|
-
/**
|
|
403
|
-
* @member {ClusterType} clusterType The cluster type. Possible values
|
|
404
|
-
* include: 'ACS', 'Local'
|
|
405
|
-
*/
|
|
406
|
-
clusterType: ClusterType;
|
|
407
|
-
/**
|
|
408
|
-
* @member {StorageAccountProperties} [storageAccount] Storage Account
|
|
409
|
-
* properties.
|
|
410
|
-
*/
|
|
411
|
-
storageAccount?: StorageAccountProperties;
|
|
412
|
-
/**
|
|
413
|
-
* @member {ContainerRegistryProperties} [containerRegistry] Container
|
|
414
|
-
* Registry properties.
|
|
415
|
-
*/
|
|
416
|
-
containerRegistry?: ContainerRegistryProperties;
|
|
417
|
-
/**
|
|
418
|
-
* @member {AcsClusterProperties} [containerService] Parameters for the Azure
|
|
419
|
-
* Container Service cluster.
|
|
420
|
-
*/
|
|
421
|
-
containerService?: AcsClusterProperties;
|
|
422
|
-
/**
|
|
423
|
-
* @member {AppInsightsProperties} [appInsights] AppInsights configuration.
|
|
424
|
-
*/
|
|
425
|
-
appInsights?: AppInsightsProperties;
|
|
426
|
-
/**
|
|
427
|
-
* @member {GlobalServiceConfiguration} [globalServiceConfiguration] Contains
|
|
428
|
-
* global configuration for the web services in the cluster.
|
|
429
|
-
*/
|
|
430
|
-
globalServiceConfiguration?: GlobalServiceConfiguration;
|
|
431
|
-
}
|
|
432
|
-
/**
|
|
433
|
-
* @interface
|
|
434
|
-
* An interface representing OperationalizationClusterUpdateParameters.
|
|
435
|
-
* Parameters for PATCH operation on an operationalization cluster
|
|
436
|
-
*
|
|
437
|
-
*/
|
|
438
|
-
export interface OperationalizationClusterUpdateParameters {
|
|
439
|
-
/**
|
|
440
|
-
* @member {{ [propertyName: string]: string }} [tags] Gets or sets a list of
|
|
441
|
-
* key value pairs that describe the resource. These tags can be used in
|
|
442
|
-
* viewing and grouping this resource (across resource groups). A maximum of
|
|
443
|
-
* 15 tags can be provided for a resource. Each tag must have a key no
|
|
444
|
-
* greater in length than 128 characters and a value no greater in length
|
|
445
|
-
* than 256 characters.
|
|
446
|
-
*/
|
|
447
|
-
tags?: {
|
|
448
|
-
[propertyName: string]: string;
|
|
449
|
-
};
|
|
450
|
-
}
|
|
451
|
-
/**
|
|
452
|
-
* @interface
|
|
453
|
-
* An interface representing StorageAccountCredentials.
|
|
454
|
-
* Access information for the storage account.
|
|
455
|
-
*
|
|
456
|
-
*/
|
|
457
|
-
export interface StorageAccountCredentials {
|
|
458
|
-
/**
|
|
459
|
-
* @member {string} [resourceId] The ARM resource ID of the storage account.
|
|
460
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
461
|
-
* the server.**
|
|
462
|
-
*/
|
|
463
|
-
readonly resourceId?: string;
|
|
464
|
-
/**
|
|
465
|
-
* @member {string} [primaryKey] The primary key of the storage account.
|
|
466
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
467
|
-
* the server.**
|
|
468
|
-
*/
|
|
469
|
-
readonly primaryKey?: string;
|
|
470
|
-
/**
|
|
471
|
-
* @member {string} [secondaryKey] The secondary key of the storage account.
|
|
472
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
473
|
-
* the server.**
|
|
474
|
-
*/
|
|
475
|
-
readonly secondaryKey?: string;
|
|
476
|
-
}
|
|
477
|
-
/**
|
|
478
|
-
* @interface
|
|
479
|
-
* An interface representing ContainerRegistryCredentials.
|
|
480
|
-
* Information about the Azure Container Registry which contains the images
|
|
481
|
-
* deployed to the cluster.
|
|
482
|
-
*
|
|
483
|
-
*/
|
|
484
|
-
export interface ContainerRegistryCredentials {
|
|
485
|
-
/**
|
|
486
|
-
* @member {string} [loginServer] The ACR login server name. User name is the
|
|
487
|
-
* first part of the FQDN.
|
|
488
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
489
|
-
* the server.**
|
|
490
|
-
*/
|
|
491
|
-
readonly loginServer?: string;
|
|
492
|
-
/**
|
|
493
|
-
* @member {string} [password] The ACR primary password.
|
|
494
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
495
|
-
* the server.**
|
|
496
|
-
*/
|
|
497
|
-
readonly password?: string;
|
|
498
|
-
/**
|
|
499
|
-
* @member {string} [password2] The ACR secondary password.
|
|
500
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
501
|
-
* the server.**
|
|
502
|
-
*/
|
|
503
|
-
readonly password2?: string;
|
|
504
|
-
/**
|
|
505
|
-
* @member {string} [username] The ACR login username.
|
|
506
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
507
|
-
* the server.**
|
|
508
|
-
*/
|
|
509
|
-
readonly username?: string;
|
|
510
|
-
}
|
|
511
|
-
/**
|
|
512
|
-
* @interface
|
|
513
|
-
* An interface representing ContainerServiceCredentials.
|
|
514
|
-
* Information about the Azure Container Registry which contains the images
|
|
515
|
-
* deployed to the cluster.
|
|
516
|
-
*
|
|
517
|
-
*/
|
|
518
|
-
export interface ContainerServiceCredentials {
|
|
519
|
-
/**
|
|
520
|
-
* @member {string} [acsKubeConfig] The ACS kube config file.
|
|
521
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
522
|
-
* the server.**
|
|
523
|
-
*/
|
|
524
|
-
readonly acsKubeConfig?: string;
|
|
525
|
-
/**
|
|
526
|
-
* @member {ServicePrincipalProperties} [servicePrincipalConfiguration]
|
|
527
|
-
* Service principal configuration used by Kubernetes.
|
|
528
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
529
|
-
* the server.**
|
|
530
|
-
*/
|
|
531
|
-
readonly servicePrincipalConfiguration?: ServicePrincipalProperties;
|
|
532
|
-
/**
|
|
533
|
-
* @member {string} [imagePullSecretName] The ACR image pull secret name
|
|
534
|
-
* which was created in Kubernetes.
|
|
535
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
536
|
-
* the server.**
|
|
537
|
-
*/
|
|
538
|
-
readonly imagePullSecretName?: string;
|
|
539
|
-
}
|
|
540
|
-
/**
|
|
541
|
-
* @interface
|
|
542
|
-
* An interface representing AppInsightsCredentials.
|
|
543
|
-
* AppInsights credentials.
|
|
544
|
-
*
|
|
545
|
-
*/
|
|
546
|
-
export interface AppInsightsCredentials {
|
|
547
|
-
/**
|
|
548
|
-
* @member {string} [appId] The AppInsights application ID.
|
|
549
|
-
*/
|
|
550
|
-
appId?: string;
|
|
551
|
-
/**
|
|
552
|
-
* @member {string} [instrumentationKey] The AppInsights instrumentation key.
|
|
553
|
-
* This is not returned in response of GET/PUT on the resource. To see this
|
|
554
|
-
* please call listKeys API.
|
|
555
|
-
*/
|
|
556
|
-
instrumentationKey?: string;
|
|
557
|
-
}
|
|
558
|
-
/**
|
|
559
|
-
* @interface
|
|
560
|
-
* An interface representing OperationalizationClusterCredentials.
|
|
561
|
-
* Credentials to resources in the cluster.
|
|
562
|
-
*
|
|
563
|
-
*/
|
|
564
|
-
export interface OperationalizationClusterCredentials {
|
|
565
|
-
/**
|
|
566
|
-
* @member {StorageAccountCredentials} [storageAccount] Credentials for the
|
|
567
|
-
* Storage Account.
|
|
568
|
-
*/
|
|
569
|
-
storageAccount?: StorageAccountCredentials;
|
|
570
|
-
/**
|
|
571
|
-
* @member {ContainerRegistryCredentials} [containerRegistry] Credentials for
|
|
572
|
-
* Azure Container Registry.
|
|
573
|
-
*/
|
|
574
|
-
containerRegistry?: ContainerRegistryCredentials;
|
|
575
|
-
/**
|
|
576
|
-
* @member {ContainerServiceCredentials} [containerService] Credentials for
|
|
577
|
-
* Azure Container Service.
|
|
578
|
-
*/
|
|
579
|
-
containerService?: ContainerServiceCredentials;
|
|
580
|
-
/**
|
|
581
|
-
* @member {AppInsightsCredentials} [appInsights] Credentials for Azure
|
|
582
|
-
* AppInsights.
|
|
583
|
-
*/
|
|
584
|
-
appInsights?: AppInsightsCredentials;
|
|
585
|
-
/**
|
|
586
|
-
* @member {ServiceAuthConfiguration} [serviceAuthConfiguration] Global
|
|
587
|
-
* authorization keys for all user services deployed in cluster. These are
|
|
588
|
-
* used if the service does not have auth keys.
|
|
589
|
-
*/
|
|
590
|
-
serviceAuthConfiguration?: ServiceAuthConfiguration;
|
|
591
|
-
/**
|
|
592
|
-
* @member {SslConfiguration} [sslConfiguration] The SSL configuration for
|
|
593
|
-
* the services.
|
|
594
|
-
*/
|
|
595
|
-
sslConfiguration?: SslConfiguration;
|
|
596
|
-
}
|
|
597
|
-
/**
|
|
598
|
-
* @interface
|
|
599
|
-
* An interface representing CheckSystemServicesUpdatesAvailableResponse.
|
|
600
|
-
* Information about updates available for system services in a cluster.
|
|
601
|
-
*
|
|
602
|
-
*/
|
|
603
|
-
export interface CheckSystemServicesUpdatesAvailableResponse {
|
|
604
|
-
/**
|
|
605
|
-
* @member {UpdatesAvailable} [updatesAvailable] Yes if updates are available
|
|
606
|
-
* for the system services, No if not. Possible values include: 'Yes', 'No'
|
|
607
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
608
|
-
* the server.**
|
|
609
|
-
*/
|
|
610
|
-
readonly updatesAvailable?: UpdatesAvailable;
|
|
611
|
-
}
|
|
612
|
-
/**
|
|
613
|
-
* @interface
|
|
614
|
-
* An interface representing UpdateSystemServicesResponse.
|
|
615
|
-
* Response of the update system services API
|
|
616
|
-
*
|
|
617
|
-
*/
|
|
618
|
-
export interface UpdateSystemServicesResponse {
|
|
619
|
-
/**
|
|
620
|
-
* @member {OperationStatus} [updateStatus] Update status. Possible values
|
|
621
|
-
* include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded',
|
|
622
|
-
* 'Failed', 'Canceled'
|
|
623
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
624
|
-
* the server.**
|
|
625
|
-
*/
|
|
626
|
-
readonly updateStatus?: OperationStatus;
|
|
627
|
-
/**
|
|
628
|
-
* @member {Date} [updateStartedOn] The date and time when the last system
|
|
629
|
-
* services update was started.
|
|
630
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
631
|
-
* the server.**
|
|
632
|
-
*/
|
|
633
|
-
readonly updateStartedOn?: Date;
|
|
634
|
-
/**
|
|
635
|
-
* @member {Date} [updateCompletedOn] The date and time when the last system
|
|
636
|
-
* services update completed.
|
|
637
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
638
|
-
* the server.**
|
|
639
|
-
*/
|
|
640
|
-
readonly updateCompletedOn?: Date;
|
|
641
|
-
}
|
|
642
|
-
/**
|
|
643
|
-
* @interface
|
|
644
|
-
* An interface representing ResourceOperationDisplay.
|
|
645
|
-
* Display of the operation.
|
|
646
|
-
*
|
|
647
|
-
*/
|
|
648
|
-
export interface ResourceOperationDisplay {
|
|
649
|
-
/**
|
|
650
|
-
* @member {string} [provider] The resource provider name.
|
|
651
|
-
*/
|
|
652
|
-
provider?: string;
|
|
653
|
-
/**
|
|
654
|
-
* @member {string} [resource] The resource name.
|
|
655
|
-
*/
|
|
656
|
-
resource?: string;
|
|
657
|
-
/**
|
|
658
|
-
* @member {string} [operation] The operation.
|
|
659
|
-
*/
|
|
660
|
-
operation?: string;
|
|
661
|
-
/**
|
|
662
|
-
* @member {string} [description] The description of the operation.
|
|
663
|
-
*/
|
|
664
|
-
description?: string;
|
|
665
|
-
}
|
|
666
|
-
/**
|
|
667
|
-
* @interface
|
|
668
|
-
* An interface representing ResourceOperation.
|
|
669
|
-
* Resource operation.
|
|
670
|
-
*
|
|
671
|
-
*/
|
|
672
|
-
export interface ResourceOperation {
|
|
673
|
-
/**
|
|
674
|
-
* @member {string} [name] Name of this operation.
|
|
675
|
-
*/
|
|
676
|
-
name?: string;
|
|
677
|
-
/**
|
|
678
|
-
* @member {ResourceOperationDisplay} [display] Display of the operation.
|
|
679
|
-
*/
|
|
680
|
-
display?: ResourceOperationDisplay;
|
|
681
|
-
/**
|
|
682
|
-
* @member {string} [origin] The operation origin.
|
|
683
|
-
*/
|
|
684
|
-
origin?: string;
|
|
685
|
-
}
|
|
686
|
-
/**
|
|
687
|
-
* @interface
|
|
688
|
-
* An interface representing AvailableOperations.
|
|
689
|
-
* Available operation list.
|
|
690
|
-
*
|
|
691
|
-
*/
|
|
692
|
-
export interface AvailableOperations {
|
|
693
|
-
/**
|
|
694
|
-
* @member {ResourceOperation[]} [value] An array of available operations.
|
|
695
|
-
*/
|
|
696
|
-
value?: ResourceOperation[];
|
|
697
|
-
}
|
|
698
|
-
/**
|
|
699
|
-
* @interface
|
|
700
|
-
* An interface representing OperationalizationClustersDeleteMethodOptionalParams.
|
|
701
|
-
* Optional Parameters.
|
|
702
|
-
*
|
|
703
|
-
* @extends RequestOptionsBase
|
|
704
|
-
*/
|
|
705
|
-
export interface OperationalizationClustersDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
|
|
706
|
-
/**
|
|
707
|
-
* @member {boolean} [deleteAll] If true, deletes all resources associated
|
|
708
|
-
* with this cluster.
|
|
709
|
-
*/
|
|
710
|
-
deleteAll?: boolean;
|
|
711
|
-
}
|
|
712
|
-
/**
|
|
713
|
-
* @interface
|
|
714
|
-
* An interface representing OperationalizationClustersListByResourceGroupOptionalParams.
|
|
715
|
-
* Optional Parameters.
|
|
716
|
-
*
|
|
717
|
-
* @extends RequestOptionsBase
|
|
718
|
-
*/
|
|
719
|
-
export interface OperationalizationClustersListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
|
|
720
|
-
/**
|
|
721
|
-
* @member {string} [skiptoken] Continuation token for pagination.
|
|
722
|
-
*/
|
|
723
|
-
skiptoken?: string;
|
|
724
|
-
}
|
|
725
|
-
/**
|
|
726
|
-
* @interface
|
|
727
|
-
* An interface representing OperationalizationClustersListBySubscriptionIdOptionalParams.
|
|
728
|
-
* Optional Parameters.
|
|
729
|
-
*
|
|
730
|
-
* @extends RequestOptionsBase
|
|
731
|
-
*/
|
|
732
|
-
export interface OperationalizationClustersListBySubscriptionIdOptionalParams extends msRest.RequestOptionsBase {
|
|
733
|
-
/**
|
|
734
|
-
* @member {string} [skiptoken] Continuation token for pagination.
|
|
735
|
-
*/
|
|
736
|
-
skiptoken?: string;
|
|
737
|
-
}
|
|
738
|
-
/**
|
|
739
|
-
* @interface
|
|
740
|
-
* An interface representing OperationalizationClustersBeginDeleteMethodOptionalParams.
|
|
741
|
-
* Optional Parameters.
|
|
742
|
-
*
|
|
743
|
-
* @extends RequestOptionsBase
|
|
744
|
-
*/
|
|
745
|
-
export interface OperationalizationClustersBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
|
|
746
|
-
/**
|
|
747
|
-
* @member {boolean} [deleteAll] If true, deletes all resources associated
|
|
748
|
-
* with this cluster.
|
|
749
|
-
*/
|
|
750
|
-
deleteAll?: boolean;
|
|
751
|
-
}
|
|
752
|
-
/**
|
|
753
|
-
* @interface
|
|
754
|
-
* An interface representing MachineLearningComputeManagementClientOptions.
|
|
755
|
-
* @extends AzureServiceClientOptions
|
|
756
|
-
*/
|
|
757
|
-
export interface MachineLearningComputeManagementClientOptions extends AzureServiceClientOptions {
|
|
758
|
-
/**
|
|
759
|
-
* @member {string} [baseUri]
|
|
760
|
-
*/
|
|
761
|
-
baseUri?: string;
|
|
762
|
-
}
|
|
763
|
-
/**
|
|
764
|
-
* @interface
|
|
765
|
-
* An interface representing OperationalizationClustersDeleteHeaders.
|
|
766
|
-
* Defines headers for Delete operation.
|
|
767
|
-
*
|
|
768
|
-
*/
|
|
769
|
-
export interface OperationalizationClustersDeleteHeaders {
|
|
770
|
-
/**
|
|
771
|
-
* @member {string} [location] URI of the async operation.
|
|
772
|
-
*/
|
|
773
|
-
location: string;
|
|
774
|
-
}
|
|
775
|
-
/**
|
|
776
|
-
* @interface
|
|
777
|
-
* An interface representing OperationalizationClustersUpdateSystemServicesHeaders.
|
|
778
|
-
* Defines headers for UpdateSystemServices operation.
|
|
779
|
-
*
|
|
780
|
-
*/
|
|
781
|
-
export interface OperationalizationClustersUpdateSystemServicesHeaders {
|
|
782
|
-
/**
|
|
783
|
-
* @member {string} [location] URI of the async operation.
|
|
784
|
-
*/
|
|
785
|
-
location: string;
|
|
786
|
-
}
|
|
787
|
-
/**
|
|
788
|
-
* @interface
|
|
789
|
-
* An interface representing the PaginatedOperationalizationClustersList.
|
|
790
|
-
* Paginated list of operationalization clusters.
|
|
791
|
-
*
|
|
792
|
-
* @extends Array<OperationalizationCluster>
|
|
793
|
-
*/
|
|
794
|
-
export interface PaginatedOperationalizationClustersList extends Array<OperationalizationCluster> {
|
|
795
|
-
/**
|
|
796
|
-
* @member {string} [nextLink] A continuation link (absolute URI) to the next
|
|
797
|
-
* page of results in the list.
|
|
798
|
-
*/
|
|
799
|
-
nextLink?: string;
|
|
800
|
-
}
|
|
801
|
-
/**
|
|
802
|
-
* Defines values for OperationStatus.
|
|
803
|
-
* Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed',
|
|
804
|
-
* 'Canceled'
|
|
805
|
-
* @readonly
|
|
806
|
-
* @enum {string}
|
|
807
|
-
*/
|
|
808
|
-
export declare type OperationStatus = 'Unknown' | 'Updating' | 'Creating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled';
|
|
809
|
-
/**
|
|
810
|
-
* Defines values for ClusterType.
|
|
811
|
-
* Possible values include: 'ACS', 'Local'
|
|
812
|
-
* @readonly
|
|
813
|
-
* @enum {string}
|
|
814
|
-
*/
|
|
815
|
-
export declare type ClusterType = 'ACS' | 'Local';
|
|
816
|
-
/**
|
|
817
|
-
* Defines values for OrchestratorType.
|
|
818
|
-
* Possible values include: 'Kubernetes', 'None'
|
|
819
|
-
* @readonly
|
|
820
|
-
* @enum {string}
|
|
821
|
-
*/
|
|
822
|
-
export declare type OrchestratorType = 'Kubernetes' | 'None';
|
|
823
|
-
/**
|
|
824
|
-
* Defines values for SystemServiceType.
|
|
825
|
-
* Possible values include: 'None', 'ScoringFrontEnd', 'BatchFrontEnd'
|
|
826
|
-
* @readonly
|
|
827
|
-
* @enum {string}
|
|
828
|
-
*/
|
|
829
|
-
export declare type SystemServiceType = 'None' | 'ScoringFrontEnd' | 'BatchFrontEnd';
|
|
830
|
-
/**
|
|
831
|
-
* Defines values for AgentVMSizeTypes.
|
|
832
|
-
* Possible values include: 'Standard_A0', 'Standard_A1', 'Standard_A2', 'Standard_A3',
|
|
833
|
-
* 'Standard_A4', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8', 'Standard_A9',
|
|
834
|
-
* 'Standard_A10', 'Standard_A11', 'Standard_D1', 'Standard_D2', 'Standard_D3', 'Standard_D4',
|
|
835
|
-
* 'Standard_D11', 'Standard_D12', 'Standard_D13', 'Standard_D14', 'Standard_D1_v2',
|
|
836
|
-
* 'Standard_D2_v2', 'Standard_D3_v2', 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2',
|
|
837
|
-
* 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2', 'Standard_G1', 'Standard_G2',
|
|
838
|
-
* 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3',
|
|
839
|
-
* 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14',
|
|
840
|
-
* 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4', 'Standard_GS5'
|
|
841
|
-
* @readonly
|
|
842
|
-
* @enum {string}
|
|
843
|
-
*/
|
|
844
|
-
export declare type AgentVMSizeTypes = 'Standard_A0' | 'Standard_A1' | 'Standard_A2' | 'Standard_A3' | 'Standard_A4' | 'Standard_A5' | 'Standard_A6' | 'Standard_A7' | 'Standard_A8' | 'Standard_A9' | 'Standard_A10' | 'Standard_A11' | 'Standard_D1' | 'Standard_D2' | 'Standard_D3' | 'Standard_D4' | 'Standard_D11' | 'Standard_D12' | 'Standard_D13' | 'Standard_D14' | 'Standard_D1_v2' | 'Standard_D2_v2' | 'Standard_D3_v2' | 'Standard_D4_v2' | 'Standard_D5_v2' | 'Standard_D11_v2' | 'Standard_D12_v2' | 'Standard_D13_v2' | 'Standard_D14_v2' | 'Standard_G1' | 'Standard_G2' | 'Standard_G3' | 'Standard_G4' | 'Standard_G5' | 'Standard_DS1' | 'Standard_DS2' | 'Standard_DS3' | 'Standard_DS4' | 'Standard_DS11' | 'Standard_DS12' | 'Standard_DS13' | 'Standard_DS14' | 'Standard_GS1' | 'Standard_GS2' | 'Standard_GS3' | 'Standard_GS4' | 'Standard_GS5';
|
|
845
|
-
/**
|
|
846
|
-
* Defines values for Status.
|
|
847
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
848
|
-
* @readonly
|
|
849
|
-
* @enum {string}
|
|
850
|
-
*/
|
|
851
|
-
export declare type Status = 'Enabled' | 'Disabled';
|
|
852
|
-
/**
|
|
853
|
-
* Defines values for UpdatesAvailable.
|
|
854
|
-
* Possible values include: 'Yes', 'No'
|
|
855
|
-
* @readonly
|
|
856
|
-
* @enum {string}
|
|
857
|
-
*/
|
|
858
|
-
export declare type UpdatesAvailable = 'Yes' | 'No';
|
|
859
|
-
/**
|
|
860
|
-
* Contains response data for the createOrUpdate operation.
|
|
861
|
-
*/
|
|
862
|
-
export declare type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster & {
|
|
863
|
-
/**
|
|
864
|
-
* The underlying HTTP response.
|
|
865
|
-
*/
|
|
866
|
-
_response: msRest.HttpResponse & {
|
|
867
|
-
/**
|
|
868
|
-
* The response body as text (string format)
|
|
869
|
-
*/
|
|
870
|
-
bodyAsText: string;
|
|
871
|
-
/**
|
|
872
|
-
* The response body as parsed JSON or XML
|
|
873
|
-
*/
|
|
874
|
-
parsedBody: OperationalizationCluster;
|
|
875
|
-
};
|
|
876
|
-
};
|
|
877
|
-
/**
|
|
878
|
-
* Contains response data for the get operation.
|
|
879
|
-
*/
|
|
880
|
-
export declare type OperationalizationClustersGetResponse = OperationalizationCluster & {
|
|
881
|
-
/**
|
|
882
|
-
* The underlying HTTP response.
|
|
883
|
-
*/
|
|
884
|
-
_response: msRest.HttpResponse & {
|
|
885
|
-
/**
|
|
886
|
-
* The response body as text (string format)
|
|
887
|
-
*/
|
|
888
|
-
bodyAsText: string;
|
|
889
|
-
/**
|
|
890
|
-
* The response body as parsed JSON or XML
|
|
891
|
-
*/
|
|
892
|
-
parsedBody: OperationalizationCluster;
|
|
893
|
-
};
|
|
894
|
-
};
|
|
895
|
-
/**
|
|
896
|
-
* Contains response data for the update operation.
|
|
897
|
-
*/
|
|
898
|
-
export declare type OperationalizationClustersUpdateResponse = OperationalizationCluster & {
|
|
899
|
-
/**
|
|
900
|
-
* The underlying HTTP response.
|
|
901
|
-
*/
|
|
902
|
-
_response: msRest.HttpResponse & {
|
|
903
|
-
/**
|
|
904
|
-
* The response body as text (string format)
|
|
905
|
-
*/
|
|
906
|
-
bodyAsText: string;
|
|
907
|
-
/**
|
|
908
|
-
* The response body as parsed JSON or XML
|
|
909
|
-
*/
|
|
910
|
-
parsedBody: OperationalizationCluster;
|
|
911
|
-
};
|
|
912
|
-
};
|
|
913
|
-
/**
|
|
914
|
-
* Contains response data for the deleteMethod operation.
|
|
915
|
-
*/
|
|
916
|
-
export declare type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders & {
|
|
917
|
-
/**
|
|
918
|
-
* The underlying HTTP response.
|
|
919
|
-
*/
|
|
920
|
-
_response: msRest.HttpResponse & {
|
|
921
|
-
/**
|
|
922
|
-
* The parsed HTTP response headers.
|
|
923
|
-
*/
|
|
924
|
-
parsedHeaders: OperationalizationClustersDeleteHeaders;
|
|
925
|
-
};
|
|
926
|
-
};
|
|
927
|
-
/**
|
|
928
|
-
* Contains response data for the listKeys operation.
|
|
929
|
-
*/
|
|
930
|
-
export declare type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials & {
|
|
931
|
-
/**
|
|
932
|
-
* The underlying HTTP response.
|
|
933
|
-
*/
|
|
934
|
-
_response: msRest.HttpResponse & {
|
|
935
|
-
/**
|
|
936
|
-
* The response body as text (string format)
|
|
937
|
-
*/
|
|
938
|
-
bodyAsText: string;
|
|
939
|
-
/**
|
|
940
|
-
* The response body as parsed JSON or XML
|
|
941
|
-
*/
|
|
942
|
-
parsedBody: OperationalizationClusterCredentials;
|
|
943
|
-
};
|
|
944
|
-
};
|
|
945
|
-
/**
|
|
946
|
-
* Contains response data for the checkSystemServicesUpdatesAvailable operation.
|
|
947
|
-
*/
|
|
948
|
-
export declare type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse & {
|
|
949
|
-
/**
|
|
950
|
-
* The underlying HTTP response.
|
|
951
|
-
*/
|
|
952
|
-
_response: msRest.HttpResponse & {
|
|
953
|
-
/**
|
|
954
|
-
* The response body as text (string format)
|
|
955
|
-
*/
|
|
956
|
-
bodyAsText: string;
|
|
957
|
-
/**
|
|
958
|
-
* The response body as parsed JSON or XML
|
|
959
|
-
*/
|
|
960
|
-
parsedBody: CheckSystemServicesUpdatesAvailableResponse;
|
|
961
|
-
};
|
|
962
|
-
};
|
|
963
|
-
/**
|
|
964
|
-
* Contains response data for the updateSystemServices operation.
|
|
965
|
-
*/
|
|
966
|
-
export declare type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse & OperationalizationClustersUpdateSystemServicesHeaders & {
|
|
967
|
-
/**
|
|
968
|
-
* The underlying HTTP response.
|
|
969
|
-
*/
|
|
970
|
-
_response: msRest.HttpResponse & {
|
|
971
|
-
/**
|
|
972
|
-
* The parsed HTTP response headers.
|
|
973
|
-
*/
|
|
974
|
-
parsedHeaders: OperationalizationClustersUpdateSystemServicesHeaders;
|
|
975
|
-
/**
|
|
976
|
-
* The response body as text (string format)
|
|
977
|
-
*/
|
|
978
|
-
bodyAsText: string;
|
|
979
|
-
/**
|
|
980
|
-
* The response body as parsed JSON or XML
|
|
981
|
-
*/
|
|
982
|
-
parsedBody: UpdateSystemServicesResponse;
|
|
983
|
-
};
|
|
984
|
-
};
|
|
985
|
-
/**
|
|
986
|
-
* Contains response data for the listByResourceGroup operation.
|
|
987
|
-
*/
|
|
988
|
-
export declare type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList & {
|
|
989
|
-
/**
|
|
990
|
-
* The underlying HTTP response.
|
|
991
|
-
*/
|
|
992
|
-
_response: msRest.HttpResponse & {
|
|
993
|
-
/**
|
|
994
|
-
* The response body as text (string format)
|
|
995
|
-
*/
|
|
996
|
-
bodyAsText: string;
|
|
997
|
-
/**
|
|
998
|
-
* The response body as parsed JSON or XML
|
|
999
|
-
*/
|
|
1000
|
-
parsedBody: PaginatedOperationalizationClustersList;
|
|
1001
|
-
};
|
|
1002
|
-
};
|
|
1003
|
-
/**
|
|
1004
|
-
* Contains response data for the listBySubscriptionId operation.
|
|
1005
|
-
*/
|
|
1006
|
-
export declare type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList & {
|
|
1007
|
-
/**
|
|
1008
|
-
* The underlying HTTP response.
|
|
1009
|
-
*/
|
|
1010
|
-
_response: msRest.HttpResponse & {
|
|
1011
|
-
/**
|
|
1012
|
-
* The response body as text (string format)
|
|
1013
|
-
*/
|
|
1014
|
-
bodyAsText: string;
|
|
1015
|
-
/**
|
|
1016
|
-
* The response body as parsed JSON or XML
|
|
1017
|
-
*/
|
|
1018
|
-
parsedBody: PaginatedOperationalizationClustersList;
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
/**
|
|
1022
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1023
|
-
*/
|
|
1024
|
-
export declare type OperationalizationClustersBeginCreateOrUpdateResponse = OperationalizationCluster & {
|
|
1025
|
-
/**
|
|
1026
|
-
* The underlying HTTP response.
|
|
1027
|
-
*/
|
|
1028
|
-
_response: msRest.HttpResponse & {
|
|
1029
|
-
/**
|
|
1030
|
-
* The response body as text (string format)
|
|
1031
|
-
*/
|
|
1032
|
-
bodyAsText: string;
|
|
1033
|
-
/**
|
|
1034
|
-
* The response body as parsed JSON or XML
|
|
1035
|
-
*/
|
|
1036
|
-
parsedBody: OperationalizationCluster;
|
|
1037
|
-
};
|
|
1038
|
-
};
|
|
1039
|
-
/**
|
|
1040
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1041
|
-
*/
|
|
1042
|
-
export declare type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList & {
|
|
1043
|
-
/**
|
|
1044
|
-
* The underlying HTTP response.
|
|
1045
|
-
*/
|
|
1046
|
-
_response: msRest.HttpResponse & {
|
|
1047
|
-
/**
|
|
1048
|
-
* The response body as text (string format)
|
|
1049
|
-
*/
|
|
1050
|
-
bodyAsText: string;
|
|
1051
|
-
/**
|
|
1052
|
-
* The response body as parsed JSON or XML
|
|
1053
|
-
*/
|
|
1054
|
-
parsedBody: PaginatedOperationalizationClustersList;
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
/**
|
|
1058
|
-
* Contains response data for the listBySubscriptionIdNext operation.
|
|
1059
|
-
*/
|
|
1060
|
-
export declare type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList & {
|
|
1061
|
-
/**
|
|
1062
|
-
* The underlying HTTP response.
|
|
1063
|
-
*/
|
|
1064
|
-
_response: msRest.HttpResponse & {
|
|
1065
|
-
/**
|
|
1066
|
-
* The response body as text (string format)
|
|
1067
|
-
*/
|
|
1068
|
-
bodyAsText: string;
|
|
1069
|
-
/**
|
|
1070
|
-
* The response body as parsed JSON or XML
|
|
1071
|
-
*/
|
|
1072
|
-
parsedBody: PaginatedOperationalizationClustersList;
|
|
1073
|
-
};
|
|
1074
|
-
};
|
|
1075
|
-
/**
|
|
1076
|
-
* Contains response data for the listAvailableOperations operation.
|
|
1077
|
-
*/
|
|
1078
|
-
export declare type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations & {
|
|
1079
|
-
/**
|
|
1080
|
-
* The underlying HTTP response.
|
|
1081
|
-
*/
|
|
1082
|
-
_response: msRest.HttpResponse & {
|
|
1083
|
-
/**
|
|
1084
|
-
* The response body as text (string format)
|
|
1085
|
-
*/
|
|
1086
|
-
bodyAsText: string;
|
|
1087
|
-
/**
|
|
1088
|
-
* The response body as parsed JSON or XML
|
|
1089
|
-
*/
|
|
1090
|
-
parsedBody: AvailableOperations;
|
|
1091
|
-
};
|
|
1092
|
-
};
|
|
1093
|
-
//# sourceMappingURL=index.d.ts.map
|