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