@azure/arm-machinelearningexperimentation 0.1.0 → 2.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/README.md +75 -73
- package/dist/index.js +1780 -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/accountCreate.d.ts +2 -0
- package/dist-esm/samples-dev/accountCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountCreate.js +33 -0
- package/dist-esm/samples-dev/accountCreate.js.map +1 -0
- package/dist-esm/samples-dev/accountGet.d.ts +2 -0
- package/dist-esm/samples-dev/accountGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountGet.js +31 -0
- package/dist-esm/samples-dev/accountGet.js.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.js +35 -0
- package/dist-esm/samples-dev/accountUpdate.js.map +1 -0
- package/dist-esm/samples-dev/createProject.d.ts +2 -0
- package/dist-esm/samples-dev/createProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/createProject.js +39 -0
- package/dist-esm/samples-dev/createProject.js.map +1 -0
- package/dist-esm/samples-dev/getProject.d.ts +2 -0
- package/dist-esm/samples-dev/getProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/getProject.js +33 -0
- package/dist-esm/samples-dev/getProject.js.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts +2 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js +45 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts +2 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js +46 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js.map +1 -0
- package/dist-esm/samples-dev/updateProject.d.ts +2 -0
- package/dist-esm/samples-dev/updateProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateProject.js +37 -0
- package/dist-esm/samples-dev/updateProject.js.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.js +37 -0
- package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.js +32 -0
- package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.js +32 -0
- package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.js +33 -0
- package/dist-esm/samples-dev/workspaceUpdate.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/mLTeamAccountManagementClient.d.ts +21 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js +54 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +329 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +17 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +273 -315
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +153 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +90 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +366 -0
- package/dist-esm/src/operations/accounts.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/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +86 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +307 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +79 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +280 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.js +9 -0
- package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.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 +83 -34
- package/review/arm-machinelearningexperimentation.api.md +339 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/mLTeamAccountManagementClient.ts +91 -0
- package/src/models/index.ts +389 -0
- package/{lib → src}/models/mappers.ts +263 -305
- package/src/models/parameters.ts +181 -0
- package/src/operations/accounts.ts +454 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/operations.ts +98 -0
- package/src/operations/projects.ts +423 -0
- package/src/operations/workspaces.ts +382 -0
- package/src/operationsInterfaces/accounts.ts +96 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/projects.ts +108 -0
- package/src/operationsInterfaces/workspaces.ts +98 -0
- package/tsconfig.json +6 -5
- package/types/arm-machinelearningexperimentation.d.ts +569 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningexperimentation.js +0 -1715
- package/dist/arm-machinelearningexperimentation.js.map +0 -1
- package/dist/arm-machinelearningexperimentation.min.js +0 -1
- package/dist/arm-machinelearningexperimentation.min.js.map +0 -1
- package/esm/mLTeamAccountManagementClient.d.ts +0 -21
- package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClient.js +0 -36
- package/esm/mLTeamAccountManagementClient.js.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.d.ts +0 -16
- package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.js +0 -56
- package/esm/mLTeamAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -11
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -770
- 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/mappers.d.ts +0 -19
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.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 -106
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/projectsMappers.d.ts +0 -2
- package/esm/models/projectsMappers.d.ts.map +0 -1
- package/esm/models/projectsMappers.js +0 -11
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -11
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -187
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -272
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -184
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -239
- package/esm/operations/projects.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -169
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -229
- package/esm/operations/workspaces.js.map +0 -1
- package/lib/mLTeamAccountManagementClient.ts +0 -48
- package/lib/mLTeamAccountManagementClientContext.ts +0 -62
- package/lib/models/accountsMappers.ts +0 -22
- package/lib/models/index.ts +0 -809
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -108
- package/lib/models/projectsMappers.ts +0 -22
- package/lib/models/workspacesMappers.ts +0 -22
- package/lib/operations/accounts.ts +0 -494
- package/lib/operations/operations.ts +0 -74
- package/lib/operations/projects.ts +0 -448
- package/lib/operations/workspaces.ts +0 -423
package/lib/models/index.ts
DELETED
|
@@ -1,809 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
13
|
-
|
|
14
|
-
export { BaseResource, CloudError };
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @interface
|
|
19
|
-
* An interface representing Resource.
|
|
20
|
-
* An Azure resource.
|
|
21
|
-
*
|
|
22
|
-
* @extends BaseResource
|
|
23
|
-
*/
|
|
24
|
-
export interface Resource extends BaseResource {
|
|
25
|
-
/**
|
|
26
|
-
* @member {string} [id] The resource ID.
|
|
27
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
28
|
-
* the server.**
|
|
29
|
-
*/
|
|
30
|
-
readonly id?: string;
|
|
31
|
-
/**
|
|
32
|
-
* @member {string} [name] The name of the resource.
|
|
33
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
34
|
-
* the server.**
|
|
35
|
-
*/
|
|
36
|
-
readonly name?: string;
|
|
37
|
-
/**
|
|
38
|
-
* @member {string} [type] The type of the resource.
|
|
39
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
40
|
-
* the server.**
|
|
41
|
-
*/
|
|
42
|
-
readonly type?: string;
|
|
43
|
-
/**
|
|
44
|
-
* @member {string} location The location of the resource. This cannot be
|
|
45
|
-
* changed after the resource is created.
|
|
46
|
-
*/
|
|
47
|
-
location: string;
|
|
48
|
-
/**
|
|
49
|
-
* @member {{ [propertyName: string]: string }} [tags] The tags of the
|
|
50
|
-
* resource.
|
|
51
|
-
*/
|
|
52
|
-
tags?: { [propertyName: string]: string };
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @interface
|
|
57
|
-
* An interface representing Workspace.
|
|
58
|
-
* An object that represents a machine learning team account workspace.
|
|
59
|
-
*
|
|
60
|
-
* @extends Resource
|
|
61
|
-
*/
|
|
62
|
-
export interface Workspace extends Resource {
|
|
63
|
-
/**
|
|
64
|
-
* @member {string} [description] The description of this workspace.
|
|
65
|
-
*/
|
|
66
|
-
description?: string;
|
|
67
|
-
/**
|
|
68
|
-
* @member {string} [accountId] The immutable id of the team account which
|
|
69
|
-
* contains this workspace.
|
|
70
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
71
|
-
* the server.**
|
|
72
|
-
*/
|
|
73
|
-
readonly accountId?: string;
|
|
74
|
-
/**
|
|
75
|
-
* @member {string} [workspaceId] The immutable id of this workspace.
|
|
76
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
77
|
-
* the server.**
|
|
78
|
-
*/
|
|
79
|
-
readonly workspaceId?: string;
|
|
80
|
-
/**
|
|
81
|
-
* @member {string} friendlyName The friendly name for this workspace. This
|
|
82
|
-
* will be the workspace name in the arm id when the workspace object gets
|
|
83
|
-
* created
|
|
84
|
-
*/
|
|
85
|
-
friendlyName: string;
|
|
86
|
-
/**
|
|
87
|
-
* @member {Date} [creationDate] The creation date of the machine learning
|
|
88
|
-
* workspace in ISO8601 format.
|
|
89
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
90
|
-
* the server.**
|
|
91
|
-
*/
|
|
92
|
-
readonly creationDate?: Date;
|
|
93
|
-
/**
|
|
94
|
-
* @member {ProvisioningState} [provisioningState] The current deployment
|
|
95
|
-
* state of team account workspace resource. The provisioningState is to
|
|
96
|
-
* indicate states for resource provisioning. Possible values include:
|
|
97
|
-
* 'Creating', 'Succeeded', 'Updating', 'Deleting', 'Failed'
|
|
98
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
99
|
-
* the server.**
|
|
100
|
-
*/
|
|
101
|
-
readonly provisioningState?: ProvisioningState;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* @interface
|
|
106
|
-
* An interface representing WorkspaceUpdateParameters.
|
|
107
|
-
* The parameters for updating a machine learning team account workspace.
|
|
108
|
-
*
|
|
109
|
-
*/
|
|
110
|
-
export interface WorkspaceUpdateParameters {
|
|
111
|
-
/**
|
|
112
|
-
* @member {{ [propertyName: string]: string }} [tags] The resource tags for
|
|
113
|
-
* the machine learning team account workspace.
|
|
114
|
-
*/
|
|
115
|
-
tags?: { [propertyName: string]: string };
|
|
116
|
-
/**
|
|
117
|
-
* @member {string} [friendlyName] Friendly name of this workspace.
|
|
118
|
-
*/
|
|
119
|
-
friendlyName?: string;
|
|
120
|
-
/**
|
|
121
|
-
* @member {string} [description] Description for this workspace.
|
|
122
|
-
*/
|
|
123
|
-
description?: string;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* @interface
|
|
128
|
-
* An interface representing Project.
|
|
129
|
-
* An object that represents a machine learning project.
|
|
130
|
-
*
|
|
131
|
-
* @extends Resource
|
|
132
|
-
*/
|
|
133
|
-
export interface Project extends Resource {
|
|
134
|
-
/**
|
|
135
|
-
* @member {string} [description] The description of this project.
|
|
136
|
-
*/
|
|
137
|
-
description?: string;
|
|
138
|
-
/**
|
|
139
|
-
* @member {string} [accountId] The immutable id of the team account which
|
|
140
|
-
* contains this project.
|
|
141
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
142
|
-
* the server.**
|
|
143
|
-
*/
|
|
144
|
-
readonly accountId?: string;
|
|
145
|
-
/**
|
|
146
|
-
* @member {string} [workspaceId] The immutable id of the workspace which
|
|
147
|
-
* contains this project.
|
|
148
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
149
|
-
* the server.**
|
|
150
|
-
*/
|
|
151
|
-
readonly workspaceId?: string;
|
|
152
|
-
/**
|
|
153
|
-
* @member {string} [projectId] The immutable id of this project.
|
|
154
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
155
|
-
* the server.**
|
|
156
|
-
*/
|
|
157
|
-
readonly projectId?: string;
|
|
158
|
-
/**
|
|
159
|
-
* @member {string} [gitrepo] The reference to git repo for this project.
|
|
160
|
-
*/
|
|
161
|
-
gitrepo?: string;
|
|
162
|
-
/**
|
|
163
|
-
* @member {string} friendlyName The friendly name for this project.
|
|
164
|
-
*/
|
|
165
|
-
friendlyName: string;
|
|
166
|
-
/**
|
|
167
|
-
* @member {Date} [creationDate] The creation date of the project in ISO8601
|
|
168
|
-
* format.
|
|
169
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
170
|
-
* the server.**
|
|
171
|
-
*/
|
|
172
|
-
readonly creationDate?: Date;
|
|
173
|
-
/**
|
|
174
|
-
* @member {ProvisioningState} [provisioningState] The current deployment
|
|
175
|
-
* state of project resource. The provisioningState is to indicate states for
|
|
176
|
-
* resource provisioning. Possible values include: 'Creating', 'Succeeded',
|
|
177
|
-
* 'Updating', 'Deleting', 'Failed'
|
|
178
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
179
|
-
* the server.**
|
|
180
|
-
*/
|
|
181
|
-
readonly provisioningState?: ProvisioningState;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* @interface
|
|
186
|
-
* An interface representing ProjectUpdateParameters.
|
|
187
|
-
* The parameters for updating a machine learning project.
|
|
188
|
-
*
|
|
189
|
-
*/
|
|
190
|
-
export interface ProjectUpdateParameters {
|
|
191
|
-
/**
|
|
192
|
-
* @member {{ [propertyName: string]: string }} [tags] The resource tags for
|
|
193
|
-
* the machine learning project.
|
|
194
|
-
*/
|
|
195
|
-
tags?: { [propertyName: string]: string };
|
|
196
|
-
/**
|
|
197
|
-
* @member {string} [friendlyName] The friendly name for this project.
|
|
198
|
-
*/
|
|
199
|
-
friendlyName?: string;
|
|
200
|
-
/**
|
|
201
|
-
* @member {string} [description] The description of this project.
|
|
202
|
-
*/
|
|
203
|
-
description?: string;
|
|
204
|
-
/**
|
|
205
|
-
* @member {string} [gitrepo] The reference to git repo for this project.
|
|
206
|
-
*/
|
|
207
|
-
gitrepo?: string;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* @interface
|
|
212
|
-
* An interface representing ErrorResponse.
|
|
213
|
-
* The error response send when an operation fails.
|
|
214
|
-
*
|
|
215
|
-
*/
|
|
216
|
-
export interface ErrorResponse {
|
|
217
|
-
/**
|
|
218
|
-
* @member {string} code error code
|
|
219
|
-
*/
|
|
220
|
-
code: string;
|
|
221
|
-
/**
|
|
222
|
-
* @member {string} message error message
|
|
223
|
-
*/
|
|
224
|
-
message: string;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* @interface
|
|
229
|
-
* An interface representing StorageAccountProperties.
|
|
230
|
-
* The properties of a storage account for a machine learning team account.
|
|
231
|
-
*
|
|
232
|
-
*/
|
|
233
|
-
export interface StorageAccountProperties {
|
|
234
|
-
/**
|
|
235
|
-
* @member {string} storageAccountId The fully qualified arm Id of the
|
|
236
|
-
* storage account.
|
|
237
|
-
*/
|
|
238
|
-
storageAccountId: string;
|
|
239
|
-
/**
|
|
240
|
-
* @member {string} accessKey The access key to the storage account.
|
|
241
|
-
*/
|
|
242
|
-
accessKey: string;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* @interface
|
|
247
|
-
* An interface representing Account.
|
|
248
|
-
* An object that represents a machine learning team account.
|
|
249
|
-
*
|
|
250
|
-
* @extends Resource
|
|
251
|
-
*/
|
|
252
|
-
export interface Account extends Resource {
|
|
253
|
-
/**
|
|
254
|
-
* @member {string} vsoAccountId The fully qualified arm id of the vso
|
|
255
|
-
* account to be used for this team account.
|
|
256
|
-
*/
|
|
257
|
-
vsoAccountId: string;
|
|
258
|
-
/**
|
|
259
|
-
* @member {string} [accountId] The immutable id associated with this team
|
|
260
|
-
* account.
|
|
261
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
262
|
-
* the server.**
|
|
263
|
-
*/
|
|
264
|
-
readonly accountId?: string;
|
|
265
|
-
/**
|
|
266
|
-
* @member {string} [description] The description of this workspace.
|
|
267
|
-
*/
|
|
268
|
-
description?: string;
|
|
269
|
-
/**
|
|
270
|
-
* @member {string} [friendlyName] The friendly name for this workspace. This
|
|
271
|
-
* will be the workspace name in the arm id when the workspace object gets
|
|
272
|
-
* created
|
|
273
|
-
*/
|
|
274
|
-
friendlyName?: string;
|
|
275
|
-
/**
|
|
276
|
-
* @member {string} keyVaultId The fully qualified arm id of the user key
|
|
277
|
-
* vault.
|
|
278
|
-
*/
|
|
279
|
-
keyVaultId: string;
|
|
280
|
-
/**
|
|
281
|
-
* @member {string} [seats] The no of users/seats who can access this team
|
|
282
|
-
* account. This property defines the charge on the team account.
|
|
283
|
-
*/
|
|
284
|
-
seats?: string;
|
|
285
|
-
/**
|
|
286
|
-
* @member {string} [discoveryUri] The uri for this machine learning team
|
|
287
|
-
* account.
|
|
288
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
289
|
-
* the server.**
|
|
290
|
-
*/
|
|
291
|
-
readonly discoveryUri?: string;
|
|
292
|
-
/**
|
|
293
|
-
* @member {Date} [creationDate] The creation date of the machine learning
|
|
294
|
-
* team account in ISO8601 format.
|
|
295
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
296
|
-
* the server.**
|
|
297
|
-
*/
|
|
298
|
-
readonly creationDate?: Date;
|
|
299
|
-
/**
|
|
300
|
-
* @member {StorageAccountProperties} storageAccount The properties of the
|
|
301
|
-
* storage account for the machine learning team account.
|
|
302
|
-
*/
|
|
303
|
-
storageAccount: StorageAccountProperties;
|
|
304
|
-
/**
|
|
305
|
-
* @member {ProvisioningState} [provisioningState] The current deployment
|
|
306
|
-
* state of team account resource. The provisioningState is to indicate
|
|
307
|
-
* states for resource provisioning. Possible values include: 'Creating',
|
|
308
|
-
* 'Succeeded', 'Updating', 'Deleting', 'Failed'
|
|
309
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
310
|
-
* the server.**
|
|
311
|
-
*/
|
|
312
|
-
readonly provisioningState?: ProvisioningState;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/**
|
|
316
|
-
* @interface
|
|
317
|
-
* An interface representing AccountUpdateParameters.
|
|
318
|
-
* The parameters for updating a machine learning team account.
|
|
319
|
-
*
|
|
320
|
-
*/
|
|
321
|
-
export interface AccountUpdateParameters {
|
|
322
|
-
/**
|
|
323
|
-
* @member {{ [propertyName: string]: string }} [tags] The resource tags for
|
|
324
|
-
* the machine learning team account.
|
|
325
|
-
*/
|
|
326
|
-
tags?: { [propertyName: string]: string };
|
|
327
|
-
/**
|
|
328
|
-
* @member {string} [description] The description of this workspace.
|
|
329
|
-
*/
|
|
330
|
-
description?: string;
|
|
331
|
-
/**
|
|
332
|
-
* @member {string} [friendlyName] The friendly name for this workspace. This
|
|
333
|
-
* will be the workspace name in the arm id when the workspace object gets
|
|
334
|
-
* created
|
|
335
|
-
*/
|
|
336
|
-
friendlyName?: string;
|
|
337
|
-
/**
|
|
338
|
-
* @member {string} [seats] The no of users/seats who can access this team
|
|
339
|
-
* account. This property defines the charge on the team account.
|
|
340
|
-
*/
|
|
341
|
-
seats?: string;
|
|
342
|
-
/**
|
|
343
|
-
* @member {string} [storageAccountKey] The key for storage account
|
|
344
|
-
* associated with this team account
|
|
345
|
-
*/
|
|
346
|
-
storageAccountKey?: string;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* @interface
|
|
351
|
-
* An interface representing OperationDisplay.
|
|
352
|
-
* Display name of operation
|
|
353
|
-
*
|
|
354
|
-
*/
|
|
355
|
-
export interface OperationDisplay {
|
|
356
|
-
/**
|
|
357
|
-
* @member {string} [provider] The resource provider name:
|
|
358
|
-
* Microsoft.MachineLearningExperimentation
|
|
359
|
-
*/
|
|
360
|
-
provider?: string;
|
|
361
|
-
/**
|
|
362
|
-
* @member {string} [resource] The resource on which the operation is
|
|
363
|
-
* performed.
|
|
364
|
-
*/
|
|
365
|
-
resource?: string;
|
|
366
|
-
/**
|
|
367
|
-
* @member {string} [operation] The operation that users can perform.
|
|
368
|
-
*/
|
|
369
|
-
operation?: string;
|
|
370
|
-
/**
|
|
371
|
-
* @member {string} [description] The description for the operation.
|
|
372
|
-
*/
|
|
373
|
-
description?: string;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* @interface
|
|
378
|
-
* An interface representing Operation.
|
|
379
|
-
* Azure Machine Learning team account REST API operation
|
|
380
|
-
*
|
|
381
|
-
*/
|
|
382
|
-
export interface Operation {
|
|
383
|
-
/**
|
|
384
|
-
* @member {string} [name] Operation name: {provider}/{resource}/{operation}
|
|
385
|
-
*/
|
|
386
|
-
name?: string;
|
|
387
|
-
/**
|
|
388
|
-
* @member {OperationDisplay} [display] Display name of operation
|
|
389
|
-
*/
|
|
390
|
-
display?: OperationDisplay;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* @interface
|
|
395
|
-
* An interface representing MLTeamAccountManagementClientOptions.
|
|
396
|
-
* @extends AzureServiceClientOptions
|
|
397
|
-
*/
|
|
398
|
-
export interface MLTeamAccountManagementClientOptions extends AzureServiceClientOptions {
|
|
399
|
-
/**
|
|
400
|
-
* @member {string} [baseUri]
|
|
401
|
-
*/
|
|
402
|
-
baseUri?: string;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
/**
|
|
407
|
-
* @interface
|
|
408
|
-
* An interface representing the OperationListResult.
|
|
409
|
-
* An array of operations supported by the resource provider.
|
|
410
|
-
*
|
|
411
|
-
* @extends Array<Operation>
|
|
412
|
-
*/
|
|
413
|
-
export interface OperationListResult extends Array<Operation> {
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* @interface
|
|
418
|
-
* An interface representing the AccountListResult.
|
|
419
|
-
* The result of a request to list machine learning team accounts.
|
|
420
|
-
*
|
|
421
|
-
* @extends Array<Account>
|
|
422
|
-
*/
|
|
423
|
-
export interface AccountListResult extends Array<Account> {
|
|
424
|
-
/**
|
|
425
|
-
* @member {string} [nextLink] The URI that can be used to request the next
|
|
426
|
-
* list of machine learning team accounts.
|
|
427
|
-
*/
|
|
428
|
-
nextLink?: string;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
/**
|
|
432
|
-
* @interface
|
|
433
|
-
* An interface representing the WorkspaceListResult.
|
|
434
|
-
* The result of a request to list machine learning team account workspaces.
|
|
435
|
-
*
|
|
436
|
-
* @extends Array<Workspace>
|
|
437
|
-
*/
|
|
438
|
-
export interface WorkspaceListResult extends Array<Workspace> {
|
|
439
|
-
/**
|
|
440
|
-
* @member {string} [nextLink] The URI that can be used to request the next
|
|
441
|
-
* list of machine learning workspaces.
|
|
442
|
-
*/
|
|
443
|
-
nextLink?: string;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
/**
|
|
447
|
-
* @interface
|
|
448
|
-
* An interface representing the ProjectListResult.
|
|
449
|
-
* The result of a request to list projects.
|
|
450
|
-
*
|
|
451
|
-
* @extends Array<Project>
|
|
452
|
-
*/
|
|
453
|
-
export interface ProjectListResult extends Array<Project> {
|
|
454
|
-
/**
|
|
455
|
-
* @member {string} [nextLink] The URI that can be used to request the next
|
|
456
|
-
* list of projects.
|
|
457
|
-
*/
|
|
458
|
-
nextLink?: string;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
* Defines values for ProvisioningState.
|
|
463
|
-
* Possible values include: 'Creating', 'Succeeded', 'Updating', 'Deleting', 'Failed'
|
|
464
|
-
* @readonly
|
|
465
|
-
* @enum {string}
|
|
466
|
-
*/
|
|
467
|
-
export type ProvisioningState = 'Creating' | 'Succeeded' | 'Updating' | 'Deleting' | 'Failed';
|
|
468
|
-
|
|
469
|
-
/**
|
|
470
|
-
* Contains response data for the list operation.
|
|
471
|
-
*/
|
|
472
|
-
export type OperationsListResponse = OperationListResult & {
|
|
473
|
-
/**
|
|
474
|
-
* The underlying HTTP response.
|
|
475
|
-
*/
|
|
476
|
-
_response: msRest.HttpResponse & {
|
|
477
|
-
/**
|
|
478
|
-
* The response body as text (string format)
|
|
479
|
-
*/
|
|
480
|
-
bodyAsText: string;
|
|
481
|
-
/**
|
|
482
|
-
* The response body as parsed JSON or XML
|
|
483
|
-
*/
|
|
484
|
-
parsedBody: OperationListResult;
|
|
485
|
-
};
|
|
486
|
-
};
|
|
487
|
-
|
|
488
|
-
/**
|
|
489
|
-
* Contains response data for the get operation.
|
|
490
|
-
*/
|
|
491
|
-
export type AccountsGetResponse = Account & {
|
|
492
|
-
/**
|
|
493
|
-
* The underlying HTTP response.
|
|
494
|
-
*/
|
|
495
|
-
_response: msRest.HttpResponse & {
|
|
496
|
-
/**
|
|
497
|
-
* The response body as text (string format)
|
|
498
|
-
*/
|
|
499
|
-
bodyAsText: string;
|
|
500
|
-
/**
|
|
501
|
-
* The response body as parsed JSON or XML
|
|
502
|
-
*/
|
|
503
|
-
parsedBody: Account;
|
|
504
|
-
};
|
|
505
|
-
};
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* Contains response data for the createOrUpdate operation.
|
|
509
|
-
*/
|
|
510
|
-
export type AccountsCreateOrUpdateResponse = Account & {
|
|
511
|
-
/**
|
|
512
|
-
* The underlying HTTP response.
|
|
513
|
-
*/
|
|
514
|
-
_response: msRest.HttpResponse & {
|
|
515
|
-
/**
|
|
516
|
-
* The response body as text (string format)
|
|
517
|
-
*/
|
|
518
|
-
bodyAsText: string;
|
|
519
|
-
/**
|
|
520
|
-
* The response body as parsed JSON or XML
|
|
521
|
-
*/
|
|
522
|
-
parsedBody: Account;
|
|
523
|
-
};
|
|
524
|
-
};
|
|
525
|
-
|
|
526
|
-
/**
|
|
527
|
-
* Contains response data for the update operation.
|
|
528
|
-
*/
|
|
529
|
-
export type AccountsUpdateResponse = Account & {
|
|
530
|
-
/**
|
|
531
|
-
* The underlying HTTP response.
|
|
532
|
-
*/
|
|
533
|
-
_response: msRest.HttpResponse & {
|
|
534
|
-
/**
|
|
535
|
-
* The response body as text (string format)
|
|
536
|
-
*/
|
|
537
|
-
bodyAsText: string;
|
|
538
|
-
/**
|
|
539
|
-
* The response body as parsed JSON or XML
|
|
540
|
-
*/
|
|
541
|
-
parsedBody: Account;
|
|
542
|
-
};
|
|
543
|
-
};
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* Contains response data for the listByResourceGroup operation.
|
|
547
|
-
*/
|
|
548
|
-
export type AccountsListByResourceGroupResponse = AccountListResult & {
|
|
549
|
-
/**
|
|
550
|
-
* The underlying HTTP response.
|
|
551
|
-
*/
|
|
552
|
-
_response: msRest.HttpResponse & {
|
|
553
|
-
/**
|
|
554
|
-
* The response body as text (string format)
|
|
555
|
-
*/
|
|
556
|
-
bodyAsText: string;
|
|
557
|
-
/**
|
|
558
|
-
* The response body as parsed JSON or XML
|
|
559
|
-
*/
|
|
560
|
-
parsedBody: AccountListResult;
|
|
561
|
-
};
|
|
562
|
-
};
|
|
563
|
-
|
|
564
|
-
/**
|
|
565
|
-
* Contains response data for the list operation.
|
|
566
|
-
*/
|
|
567
|
-
export type AccountsListResponse = AccountListResult & {
|
|
568
|
-
/**
|
|
569
|
-
* The underlying HTTP response.
|
|
570
|
-
*/
|
|
571
|
-
_response: msRest.HttpResponse & {
|
|
572
|
-
/**
|
|
573
|
-
* The response body as text (string format)
|
|
574
|
-
*/
|
|
575
|
-
bodyAsText: string;
|
|
576
|
-
/**
|
|
577
|
-
* The response body as parsed JSON or XML
|
|
578
|
-
*/
|
|
579
|
-
parsedBody: AccountListResult;
|
|
580
|
-
};
|
|
581
|
-
};
|
|
582
|
-
|
|
583
|
-
/**
|
|
584
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
585
|
-
*/
|
|
586
|
-
export type AccountsListByResourceGroupNextResponse = AccountListResult & {
|
|
587
|
-
/**
|
|
588
|
-
* The underlying HTTP response.
|
|
589
|
-
*/
|
|
590
|
-
_response: msRest.HttpResponse & {
|
|
591
|
-
/**
|
|
592
|
-
* The response body as text (string format)
|
|
593
|
-
*/
|
|
594
|
-
bodyAsText: string;
|
|
595
|
-
/**
|
|
596
|
-
* The response body as parsed JSON or XML
|
|
597
|
-
*/
|
|
598
|
-
parsedBody: AccountListResult;
|
|
599
|
-
};
|
|
600
|
-
};
|
|
601
|
-
|
|
602
|
-
/**
|
|
603
|
-
* Contains response data for the listNext operation.
|
|
604
|
-
*/
|
|
605
|
-
export type AccountsListNextResponse = AccountListResult & {
|
|
606
|
-
/**
|
|
607
|
-
* The underlying HTTP response.
|
|
608
|
-
*/
|
|
609
|
-
_response: msRest.HttpResponse & {
|
|
610
|
-
/**
|
|
611
|
-
* The response body as text (string format)
|
|
612
|
-
*/
|
|
613
|
-
bodyAsText: string;
|
|
614
|
-
/**
|
|
615
|
-
* The response body as parsed JSON or XML
|
|
616
|
-
*/
|
|
617
|
-
parsedBody: AccountListResult;
|
|
618
|
-
};
|
|
619
|
-
};
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* Contains response data for the get operation.
|
|
623
|
-
*/
|
|
624
|
-
export type WorkspacesGetResponse = Workspace & {
|
|
625
|
-
/**
|
|
626
|
-
* The underlying HTTP response.
|
|
627
|
-
*/
|
|
628
|
-
_response: msRest.HttpResponse & {
|
|
629
|
-
/**
|
|
630
|
-
* The response body as text (string format)
|
|
631
|
-
*/
|
|
632
|
-
bodyAsText: string;
|
|
633
|
-
/**
|
|
634
|
-
* The response body as parsed JSON or XML
|
|
635
|
-
*/
|
|
636
|
-
parsedBody: Workspace;
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
|
|
640
|
-
/**
|
|
641
|
-
* Contains response data for the createOrUpdate operation.
|
|
642
|
-
*/
|
|
643
|
-
export type WorkspacesCreateOrUpdateResponse = Workspace & {
|
|
644
|
-
/**
|
|
645
|
-
* The underlying HTTP response.
|
|
646
|
-
*/
|
|
647
|
-
_response: msRest.HttpResponse & {
|
|
648
|
-
/**
|
|
649
|
-
* The response body as text (string format)
|
|
650
|
-
*/
|
|
651
|
-
bodyAsText: string;
|
|
652
|
-
/**
|
|
653
|
-
* The response body as parsed JSON or XML
|
|
654
|
-
*/
|
|
655
|
-
parsedBody: Workspace;
|
|
656
|
-
};
|
|
657
|
-
};
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* Contains response data for the update operation.
|
|
661
|
-
*/
|
|
662
|
-
export type WorkspacesUpdateResponse = Workspace & {
|
|
663
|
-
/**
|
|
664
|
-
* The underlying HTTP response.
|
|
665
|
-
*/
|
|
666
|
-
_response: msRest.HttpResponse & {
|
|
667
|
-
/**
|
|
668
|
-
* The response body as text (string format)
|
|
669
|
-
*/
|
|
670
|
-
bodyAsText: string;
|
|
671
|
-
/**
|
|
672
|
-
* The response body as parsed JSON or XML
|
|
673
|
-
*/
|
|
674
|
-
parsedBody: Workspace;
|
|
675
|
-
};
|
|
676
|
-
};
|
|
677
|
-
|
|
678
|
-
/**
|
|
679
|
-
* Contains response data for the listByAccounts operation.
|
|
680
|
-
*/
|
|
681
|
-
export type WorkspacesListByAccountsResponse = WorkspaceListResult & {
|
|
682
|
-
/**
|
|
683
|
-
* The underlying HTTP response.
|
|
684
|
-
*/
|
|
685
|
-
_response: msRest.HttpResponse & {
|
|
686
|
-
/**
|
|
687
|
-
* The response body as text (string format)
|
|
688
|
-
*/
|
|
689
|
-
bodyAsText: string;
|
|
690
|
-
/**
|
|
691
|
-
* The response body as parsed JSON or XML
|
|
692
|
-
*/
|
|
693
|
-
parsedBody: WorkspaceListResult;
|
|
694
|
-
};
|
|
695
|
-
};
|
|
696
|
-
|
|
697
|
-
/**
|
|
698
|
-
* Contains response data for the listByAccountsNext operation.
|
|
699
|
-
*/
|
|
700
|
-
export type WorkspacesListByAccountsNextResponse = WorkspaceListResult & {
|
|
701
|
-
/**
|
|
702
|
-
* The underlying HTTP response.
|
|
703
|
-
*/
|
|
704
|
-
_response: msRest.HttpResponse & {
|
|
705
|
-
/**
|
|
706
|
-
* The response body as text (string format)
|
|
707
|
-
*/
|
|
708
|
-
bodyAsText: string;
|
|
709
|
-
/**
|
|
710
|
-
* The response body as parsed JSON or XML
|
|
711
|
-
*/
|
|
712
|
-
parsedBody: WorkspaceListResult;
|
|
713
|
-
};
|
|
714
|
-
};
|
|
715
|
-
|
|
716
|
-
/**
|
|
717
|
-
* Contains response data for the get operation.
|
|
718
|
-
*/
|
|
719
|
-
export type ProjectsGetResponse = Project & {
|
|
720
|
-
/**
|
|
721
|
-
* The underlying HTTP response.
|
|
722
|
-
*/
|
|
723
|
-
_response: msRest.HttpResponse & {
|
|
724
|
-
/**
|
|
725
|
-
* The response body as text (string format)
|
|
726
|
-
*/
|
|
727
|
-
bodyAsText: string;
|
|
728
|
-
/**
|
|
729
|
-
* The response body as parsed JSON or XML
|
|
730
|
-
*/
|
|
731
|
-
parsedBody: Project;
|
|
732
|
-
};
|
|
733
|
-
};
|
|
734
|
-
|
|
735
|
-
/**
|
|
736
|
-
* Contains response data for the createOrUpdate operation.
|
|
737
|
-
*/
|
|
738
|
-
export type ProjectsCreateOrUpdateResponse = Project & {
|
|
739
|
-
/**
|
|
740
|
-
* The underlying HTTP response.
|
|
741
|
-
*/
|
|
742
|
-
_response: msRest.HttpResponse & {
|
|
743
|
-
/**
|
|
744
|
-
* The response body as text (string format)
|
|
745
|
-
*/
|
|
746
|
-
bodyAsText: string;
|
|
747
|
-
/**
|
|
748
|
-
* The response body as parsed JSON or XML
|
|
749
|
-
*/
|
|
750
|
-
parsedBody: Project;
|
|
751
|
-
};
|
|
752
|
-
};
|
|
753
|
-
|
|
754
|
-
/**
|
|
755
|
-
* Contains response data for the update operation.
|
|
756
|
-
*/
|
|
757
|
-
export type ProjectsUpdateResponse = Project & {
|
|
758
|
-
/**
|
|
759
|
-
* The underlying HTTP response.
|
|
760
|
-
*/
|
|
761
|
-
_response: msRest.HttpResponse & {
|
|
762
|
-
/**
|
|
763
|
-
* The response body as text (string format)
|
|
764
|
-
*/
|
|
765
|
-
bodyAsText: string;
|
|
766
|
-
/**
|
|
767
|
-
* The response body as parsed JSON or XML
|
|
768
|
-
*/
|
|
769
|
-
parsedBody: Project;
|
|
770
|
-
};
|
|
771
|
-
};
|
|
772
|
-
|
|
773
|
-
/**
|
|
774
|
-
* Contains response data for the listByWorkspace operation.
|
|
775
|
-
*/
|
|
776
|
-
export type ProjectsListByWorkspaceResponse = ProjectListResult & {
|
|
777
|
-
/**
|
|
778
|
-
* The underlying HTTP response.
|
|
779
|
-
*/
|
|
780
|
-
_response: msRest.HttpResponse & {
|
|
781
|
-
/**
|
|
782
|
-
* The response body as text (string format)
|
|
783
|
-
*/
|
|
784
|
-
bodyAsText: string;
|
|
785
|
-
/**
|
|
786
|
-
* The response body as parsed JSON or XML
|
|
787
|
-
*/
|
|
788
|
-
parsedBody: ProjectListResult;
|
|
789
|
-
};
|
|
790
|
-
};
|
|
791
|
-
|
|
792
|
-
/**
|
|
793
|
-
* Contains response data for the listByWorkspaceNext operation.
|
|
794
|
-
*/
|
|
795
|
-
export type ProjectsListByWorkspaceNextResponse = ProjectListResult & {
|
|
796
|
-
/**
|
|
797
|
-
* The underlying HTTP response.
|
|
798
|
-
*/
|
|
799
|
-
_response: msRest.HttpResponse & {
|
|
800
|
-
/**
|
|
801
|
-
* The response body as text (string format)
|
|
802
|
-
*/
|
|
803
|
-
bodyAsText: string;
|
|
804
|
-
/**
|
|
805
|
-
* The response body as parsed JSON or XML
|
|
806
|
-
*/
|
|
807
|
-
parsedBody: ProjectListResult;
|
|
808
|
-
};
|
|
809
|
-
};
|