@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
|
@@ -1,17 +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
|
-
export {
|
|
12
|
-
OperationListResult,
|
|
13
|
-
Operation,
|
|
14
|
-
OperationDisplay,
|
|
15
|
-
ErrorResponse
|
|
16
|
-
} from "../models/mappers";
|
|
17
|
-
|
package/lib/models/parameters.ts
DELETED
|
@@ -1,108 +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 * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
|
|
13
|
-
export const acceptLanguage: msRest.OperationParameter = {
|
|
14
|
-
parameterPath: "acceptLanguage",
|
|
15
|
-
mapper: {
|
|
16
|
-
serializedName: "accept-language",
|
|
17
|
-
defaultValue: 'en-US',
|
|
18
|
-
type: {
|
|
19
|
-
name: "String"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
export const accountName: msRest.OperationURLParameter = {
|
|
24
|
-
parameterPath: "accountName",
|
|
25
|
-
mapper: {
|
|
26
|
-
required: true,
|
|
27
|
-
serializedName: "accountName",
|
|
28
|
-
constraints: {
|
|
29
|
-
MaxLength: 50,
|
|
30
|
-
MinLength: 5,
|
|
31
|
-
Pattern: /^[a-zA-Z0-9]*$/
|
|
32
|
-
},
|
|
33
|
-
type: {
|
|
34
|
-
name: "String"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
export const apiVersion: msRest.OperationQueryParameter = {
|
|
39
|
-
parameterPath: "apiVersion",
|
|
40
|
-
mapper: {
|
|
41
|
-
required: true,
|
|
42
|
-
serializedName: "api-version",
|
|
43
|
-
type: {
|
|
44
|
-
name: "String"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
export const nextPageLink: msRest.OperationURLParameter = {
|
|
49
|
-
parameterPath: "nextPageLink",
|
|
50
|
-
mapper: {
|
|
51
|
-
required: true,
|
|
52
|
-
serializedName: "nextLink",
|
|
53
|
-
type: {
|
|
54
|
-
name: "String"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
skipEncoding: true
|
|
58
|
-
};
|
|
59
|
-
export const projectName: msRest.OperationURLParameter = {
|
|
60
|
-
parameterPath: "projectName",
|
|
61
|
-
mapper: {
|
|
62
|
-
required: true,
|
|
63
|
-
serializedName: "projectName",
|
|
64
|
-
constraints: {
|
|
65
|
-
MaxLength: 50,
|
|
66
|
-
MinLength: 5,
|
|
67
|
-
Pattern: /^[a-zA-Z0-9]*$/
|
|
68
|
-
},
|
|
69
|
-
type: {
|
|
70
|
-
name: "String"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
export const resourceGroupName: msRest.OperationURLParameter = {
|
|
75
|
-
parameterPath: "resourceGroupName",
|
|
76
|
-
mapper: {
|
|
77
|
-
required: true,
|
|
78
|
-
serializedName: "resourceGroupName",
|
|
79
|
-
type: {
|
|
80
|
-
name: "String"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
export const subscriptionId: msRest.OperationURLParameter = {
|
|
85
|
-
parameterPath: "subscriptionId",
|
|
86
|
-
mapper: {
|
|
87
|
-
required: true,
|
|
88
|
-
serializedName: "subscriptionId",
|
|
89
|
-
type: {
|
|
90
|
-
name: "String"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
export const workspaceName: msRest.OperationURLParameter = {
|
|
95
|
-
parameterPath: "workspaceName",
|
|
96
|
-
mapper: {
|
|
97
|
-
required: true,
|
|
98
|
-
serializedName: "workspaceName",
|
|
99
|
-
constraints: {
|
|
100
|
-
MaxLength: 50,
|
|
101
|
-
MinLength: 5,
|
|
102
|
-
Pattern: /^[a-zA-Z0-9]*$/
|
|
103
|
-
},
|
|
104
|
-
type: {
|
|
105
|
-
name: "String"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
};
|
|
@@ -1,22 +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
|
-
export {
|
|
12
|
-
Project,
|
|
13
|
-
Resource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
ErrorResponse,
|
|
16
|
-
ProjectUpdateParameters,
|
|
17
|
-
ProjectListResult,
|
|
18
|
-
Workspace,
|
|
19
|
-
Account,
|
|
20
|
-
StorageAccountProperties
|
|
21
|
-
} from "../models/mappers";
|
|
22
|
-
|
|
@@ -1,22 +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
|
-
export {
|
|
12
|
-
Workspace,
|
|
13
|
-
Resource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
ErrorResponse,
|
|
16
|
-
WorkspaceUpdateParameters,
|
|
17
|
-
WorkspaceListResult,
|
|
18
|
-
Project,
|
|
19
|
-
Account,
|
|
20
|
-
StorageAccountProperties
|
|
21
|
-
} from "../models/mappers";
|
|
22
|
-
|
|
@@ -1,494 +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 * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Models from "../models";
|
|
13
|
-
import * as Mappers from "../models/accountsMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { MLTeamAccountManagementClientContext } from "../mLTeamAccountManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a Accounts. */
|
|
18
|
-
export class Accounts {
|
|
19
|
-
private readonly client: MLTeamAccountManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a Accounts.
|
|
23
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: MLTeamAccountManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Gets the properties of the specified machine learning team account.
|
|
31
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
32
|
-
* account belongs.
|
|
33
|
-
* @param accountName The name of the machine learning team account.
|
|
34
|
-
* @param [options] The optional parameters
|
|
35
|
-
* @returns Promise<Models.AccountsGetResponse>
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
40
|
-
* account belongs.
|
|
41
|
-
* @param accountName The name of the machine learning team account.
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.Account>): void;
|
|
45
|
-
/**
|
|
46
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
47
|
-
* account belongs.
|
|
48
|
-
* @param accountName The name of the machine learning team account.
|
|
49
|
-
* @param options The optional parameters
|
|
50
|
-
* @param callback The callback
|
|
51
|
-
*/
|
|
52
|
-
get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Account>): void;
|
|
53
|
-
get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Account>, callback?: msRest.ServiceCallback<Models.Account>): Promise<Models.AccountsGetResponse> {
|
|
54
|
-
return this.client.sendOperationRequest(
|
|
55
|
-
{
|
|
56
|
-
resourceGroupName,
|
|
57
|
-
accountName,
|
|
58
|
-
options
|
|
59
|
-
},
|
|
60
|
-
getOperationSpec,
|
|
61
|
-
callback) as Promise<Models.AccountsGetResponse>;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Creates or updates a team account with the specified parameters.
|
|
66
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
67
|
-
* account belongs.
|
|
68
|
-
* @param accountName The name of the machine learning team account.
|
|
69
|
-
* @param parameters The parameters for creating or updating a machine learning team account.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<Models.AccountsCreateOrUpdateResponse>
|
|
72
|
-
*/
|
|
73
|
-
createOrUpdate(resourceGroupName: string, accountName: string, parameters: Models.Account, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCreateOrUpdateResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
76
|
-
* account belongs.
|
|
77
|
-
* @param accountName The name of the machine learning team account.
|
|
78
|
-
* @param parameters The parameters for creating or updating a machine learning team account.
|
|
79
|
-
* @param callback The callback
|
|
80
|
-
*/
|
|
81
|
-
createOrUpdate(resourceGroupName: string, accountName: string, parameters: Models.Account, callback: msRest.ServiceCallback<Models.Account>): void;
|
|
82
|
-
/**
|
|
83
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
84
|
-
* account belongs.
|
|
85
|
-
* @param accountName The name of the machine learning team account.
|
|
86
|
-
* @param parameters The parameters for creating or updating a machine learning team account.
|
|
87
|
-
* @param options The optional parameters
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
createOrUpdate(resourceGroupName: string, accountName: string, parameters: Models.Account, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Account>): void;
|
|
91
|
-
createOrUpdate(resourceGroupName: string, accountName: string, parameters: Models.Account, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Account>, callback?: msRest.ServiceCallback<Models.Account>): Promise<Models.AccountsCreateOrUpdateResponse> {
|
|
92
|
-
return this.client.sendOperationRequest(
|
|
93
|
-
{
|
|
94
|
-
resourceGroupName,
|
|
95
|
-
accountName,
|
|
96
|
-
parameters,
|
|
97
|
-
options
|
|
98
|
-
},
|
|
99
|
-
createOrUpdateOperationSpec,
|
|
100
|
-
callback) as Promise<Models.AccountsCreateOrUpdateResponse>;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Deletes a machine learning team account.
|
|
105
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
106
|
-
* account belongs.
|
|
107
|
-
* @param accountName The name of the machine learning team account.
|
|
108
|
-
* @param [options] The optional parameters
|
|
109
|
-
* @returns Promise<msRest.RestResponse>
|
|
110
|
-
*/
|
|
111
|
-
deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
112
|
-
/**
|
|
113
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
114
|
-
* account belongs.
|
|
115
|
-
* @param accountName The name of the machine learning team account.
|
|
116
|
-
* @param callback The callback
|
|
117
|
-
*/
|
|
118
|
-
deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;
|
|
119
|
-
/**
|
|
120
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
121
|
-
* account belongs.
|
|
122
|
-
* @param accountName The name of the machine learning team account.
|
|
123
|
-
* @param options The optional parameters
|
|
124
|
-
* @param callback The callback
|
|
125
|
-
*/
|
|
126
|
-
deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
127
|
-
deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {
|
|
128
|
-
return this.client.sendOperationRequest(
|
|
129
|
-
{
|
|
130
|
-
resourceGroupName,
|
|
131
|
-
accountName,
|
|
132
|
-
options
|
|
133
|
-
},
|
|
134
|
-
deleteMethodOperationSpec,
|
|
135
|
-
callback);
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Updates a machine learning team account with the specified parameters.
|
|
140
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
141
|
-
* account belongs.
|
|
142
|
-
* @param accountName The name of the machine learning team account.
|
|
143
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
144
|
-
* @param [options] The optional parameters
|
|
145
|
-
* @returns Promise<Models.AccountsUpdateResponse>
|
|
146
|
-
*/
|
|
147
|
-
update(resourceGroupName: string, accountName: string, parameters: Models.AccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccountsUpdateResponse>;
|
|
148
|
-
/**
|
|
149
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
150
|
-
* account belongs.
|
|
151
|
-
* @param accountName The name of the machine learning team account.
|
|
152
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
153
|
-
* @param callback The callback
|
|
154
|
-
*/
|
|
155
|
-
update(resourceGroupName: string, accountName: string, parameters: Models.AccountUpdateParameters, callback: msRest.ServiceCallback<Models.Account>): void;
|
|
156
|
-
/**
|
|
157
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
158
|
-
* account belongs.
|
|
159
|
-
* @param accountName The name of the machine learning team account.
|
|
160
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
161
|
-
* @param options The optional parameters
|
|
162
|
-
* @param callback The callback
|
|
163
|
-
*/
|
|
164
|
-
update(resourceGroupName: string, accountName: string, parameters: Models.AccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Account>): void;
|
|
165
|
-
update(resourceGroupName: string, accountName: string, parameters: Models.AccountUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Account>, callback?: msRest.ServiceCallback<Models.Account>): Promise<Models.AccountsUpdateResponse> {
|
|
166
|
-
return this.client.sendOperationRequest(
|
|
167
|
-
{
|
|
168
|
-
resourceGroupName,
|
|
169
|
-
accountName,
|
|
170
|
-
parameters,
|
|
171
|
-
options
|
|
172
|
-
},
|
|
173
|
-
updateOperationSpec,
|
|
174
|
-
callback) as Promise<Models.AccountsUpdateResponse>;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Lists all the available machine learning team accounts under the specified resource group.
|
|
179
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
180
|
-
* account belongs.
|
|
181
|
-
* @param [options] The optional parameters
|
|
182
|
-
* @returns Promise<Models.AccountsListByResourceGroupResponse>
|
|
183
|
-
*/
|
|
184
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupResponse>;
|
|
185
|
-
/**
|
|
186
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
187
|
-
* account belongs.
|
|
188
|
-
* @param callback The callback
|
|
189
|
-
*/
|
|
190
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
191
|
-
/**
|
|
192
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
193
|
-
* account belongs.
|
|
194
|
-
* @param options The optional parameters
|
|
195
|
-
* @param callback The callback
|
|
196
|
-
*/
|
|
197
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
198
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>, callback?: msRest.ServiceCallback<Models.AccountListResult>): Promise<Models.AccountsListByResourceGroupResponse> {
|
|
199
|
-
return this.client.sendOperationRequest(
|
|
200
|
-
{
|
|
201
|
-
resourceGroupName,
|
|
202
|
-
options
|
|
203
|
-
},
|
|
204
|
-
listByResourceGroupOperationSpec,
|
|
205
|
-
callback) as Promise<Models.AccountsListByResourceGroupResponse>;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Lists all the available machine learning team accounts under the specified subscription.
|
|
210
|
-
* @param [options] The optional parameters
|
|
211
|
-
* @returns Promise<Models.AccountsListResponse>
|
|
212
|
-
*/
|
|
213
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.AccountsListResponse>;
|
|
214
|
-
/**
|
|
215
|
-
* @param callback The callback
|
|
216
|
-
*/
|
|
217
|
-
list(callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
218
|
-
/**
|
|
219
|
-
* @param options The optional parameters
|
|
220
|
-
* @param callback The callback
|
|
221
|
-
*/
|
|
222
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
223
|
-
list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>, callback?: msRest.ServiceCallback<Models.AccountListResult>): Promise<Models.AccountsListResponse> {
|
|
224
|
-
return this.client.sendOperationRequest(
|
|
225
|
-
{
|
|
226
|
-
options
|
|
227
|
-
},
|
|
228
|
-
listOperationSpec,
|
|
229
|
-
callback) as Promise<Models.AccountsListResponse>;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* Lists all the available machine learning team accounts under the specified resource group.
|
|
234
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
235
|
-
* @param [options] The optional parameters
|
|
236
|
-
* @returns Promise<Models.AccountsListByResourceGroupNextResponse>
|
|
237
|
-
*/
|
|
238
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupNextResponse>;
|
|
239
|
-
/**
|
|
240
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
241
|
-
* @param callback The callback
|
|
242
|
-
*/
|
|
243
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
244
|
-
/**
|
|
245
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
246
|
-
* @param options The optional parameters
|
|
247
|
-
* @param callback The callback
|
|
248
|
-
*/
|
|
249
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
250
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>, callback?: msRest.ServiceCallback<Models.AccountListResult>): Promise<Models.AccountsListByResourceGroupNextResponse> {
|
|
251
|
-
return this.client.sendOperationRequest(
|
|
252
|
-
{
|
|
253
|
-
nextPageLink,
|
|
254
|
-
options
|
|
255
|
-
},
|
|
256
|
-
listByResourceGroupNextOperationSpec,
|
|
257
|
-
callback) as Promise<Models.AccountsListByResourceGroupNextResponse>;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/**
|
|
261
|
-
* Lists all the available machine learning team accounts under the specified subscription.
|
|
262
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
263
|
-
* @param [options] The optional parameters
|
|
264
|
-
* @returns Promise<Models.AccountsListNextResponse>
|
|
265
|
-
*/
|
|
266
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListNextResponse>;
|
|
267
|
-
/**
|
|
268
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
269
|
-
* @param callback The callback
|
|
270
|
-
*/
|
|
271
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
272
|
-
/**
|
|
273
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
274
|
-
* @param options The optional parameters
|
|
275
|
-
* @param callback The callback
|
|
276
|
-
*/
|
|
277
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccountListResult>): void;
|
|
278
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>, callback?: msRest.ServiceCallback<Models.AccountListResult>): Promise<Models.AccountsListNextResponse> {
|
|
279
|
-
return this.client.sendOperationRequest(
|
|
280
|
-
{
|
|
281
|
-
nextPageLink,
|
|
282
|
-
options
|
|
283
|
-
},
|
|
284
|
-
listNextOperationSpec,
|
|
285
|
-
callback) as Promise<Models.AccountsListNextResponse>;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// Operation Specifications
|
|
290
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
291
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
292
|
-
httpMethod: "GET",
|
|
293
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
294
|
-
urlParameters: [
|
|
295
|
-
Parameters.subscriptionId,
|
|
296
|
-
Parameters.resourceGroupName,
|
|
297
|
-
Parameters.accountName
|
|
298
|
-
],
|
|
299
|
-
queryParameters: [
|
|
300
|
-
Parameters.apiVersion
|
|
301
|
-
],
|
|
302
|
-
headerParameters: [
|
|
303
|
-
Parameters.acceptLanguage
|
|
304
|
-
],
|
|
305
|
-
responses: {
|
|
306
|
-
200: {
|
|
307
|
-
bodyMapper: Mappers.Account
|
|
308
|
-
},
|
|
309
|
-
default: {
|
|
310
|
-
bodyMapper: Mappers.ErrorResponse
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
serializer
|
|
314
|
-
};
|
|
315
|
-
|
|
316
|
-
const createOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
317
|
-
httpMethod: "PUT",
|
|
318
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
319
|
-
urlParameters: [
|
|
320
|
-
Parameters.subscriptionId,
|
|
321
|
-
Parameters.resourceGroupName,
|
|
322
|
-
Parameters.accountName
|
|
323
|
-
],
|
|
324
|
-
queryParameters: [
|
|
325
|
-
Parameters.apiVersion
|
|
326
|
-
],
|
|
327
|
-
headerParameters: [
|
|
328
|
-
Parameters.acceptLanguage
|
|
329
|
-
],
|
|
330
|
-
requestBody: {
|
|
331
|
-
parameterPath: "parameters",
|
|
332
|
-
mapper: {
|
|
333
|
-
...Mappers.Account,
|
|
334
|
-
required: true
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
responses: {
|
|
338
|
-
200: {
|
|
339
|
-
bodyMapper: Mappers.Account
|
|
340
|
-
},
|
|
341
|
-
201: {
|
|
342
|
-
bodyMapper: Mappers.Account
|
|
343
|
-
},
|
|
344
|
-
default: {
|
|
345
|
-
bodyMapper: Mappers.ErrorResponse
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
serializer
|
|
349
|
-
};
|
|
350
|
-
|
|
351
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
352
|
-
httpMethod: "DELETE",
|
|
353
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
354
|
-
urlParameters: [
|
|
355
|
-
Parameters.subscriptionId,
|
|
356
|
-
Parameters.resourceGroupName,
|
|
357
|
-
Parameters.accountName
|
|
358
|
-
],
|
|
359
|
-
queryParameters: [
|
|
360
|
-
Parameters.apiVersion
|
|
361
|
-
],
|
|
362
|
-
headerParameters: [
|
|
363
|
-
Parameters.acceptLanguage
|
|
364
|
-
],
|
|
365
|
-
responses: {
|
|
366
|
-
200: {},
|
|
367
|
-
204: {},
|
|
368
|
-
default: {
|
|
369
|
-
bodyMapper: Mappers.ErrorResponse
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
serializer
|
|
373
|
-
};
|
|
374
|
-
|
|
375
|
-
const updateOperationSpec: msRest.OperationSpec = {
|
|
376
|
-
httpMethod: "PATCH",
|
|
377
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
378
|
-
urlParameters: [
|
|
379
|
-
Parameters.subscriptionId,
|
|
380
|
-
Parameters.resourceGroupName,
|
|
381
|
-
Parameters.accountName
|
|
382
|
-
],
|
|
383
|
-
queryParameters: [
|
|
384
|
-
Parameters.apiVersion
|
|
385
|
-
],
|
|
386
|
-
headerParameters: [
|
|
387
|
-
Parameters.acceptLanguage
|
|
388
|
-
],
|
|
389
|
-
requestBody: {
|
|
390
|
-
parameterPath: "parameters",
|
|
391
|
-
mapper: {
|
|
392
|
-
...Mappers.AccountUpdateParameters,
|
|
393
|
-
required: true
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
responses: {
|
|
397
|
-
200: {
|
|
398
|
-
bodyMapper: Mappers.Account
|
|
399
|
-
},
|
|
400
|
-
default: {
|
|
401
|
-
bodyMapper: Mappers.ErrorResponse
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
serializer
|
|
405
|
-
};
|
|
406
|
-
|
|
407
|
-
const listByResourceGroupOperationSpec: msRest.OperationSpec = {
|
|
408
|
-
httpMethod: "GET",
|
|
409
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts",
|
|
410
|
-
urlParameters: [
|
|
411
|
-
Parameters.subscriptionId,
|
|
412
|
-
Parameters.resourceGroupName
|
|
413
|
-
],
|
|
414
|
-
queryParameters: [
|
|
415
|
-
Parameters.apiVersion
|
|
416
|
-
],
|
|
417
|
-
headerParameters: [
|
|
418
|
-
Parameters.acceptLanguage
|
|
419
|
-
],
|
|
420
|
-
responses: {
|
|
421
|
-
200: {
|
|
422
|
-
bodyMapper: Mappers.AccountListResult
|
|
423
|
-
},
|
|
424
|
-
default: {
|
|
425
|
-
bodyMapper: Mappers.ErrorResponse
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
serializer
|
|
429
|
-
};
|
|
430
|
-
|
|
431
|
-
const listOperationSpec: msRest.OperationSpec = {
|
|
432
|
-
httpMethod: "GET",
|
|
433
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts",
|
|
434
|
-
urlParameters: [
|
|
435
|
-
Parameters.subscriptionId
|
|
436
|
-
],
|
|
437
|
-
queryParameters: [
|
|
438
|
-
Parameters.apiVersion
|
|
439
|
-
],
|
|
440
|
-
headerParameters: [
|
|
441
|
-
Parameters.acceptLanguage
|
|
442
|
-
],
|
|
443
|
-
responses: {
|
|
444
|
-
200: {
|
|
445
|
-
bodyMapper: Mappers.AccountListResult
|
|
446
|
-
},
|
|
447
|
-
default: {
|
|
448
|
-
bodyMapper: Mappers.ErrorResponse
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
serializer
|
|
452
|
-
};
|
|
453
|
-
|
|
454
|
-
const listByResourceGroupNextOperationSpec: msRest.OperationSpec = {
|
|
455
|
-
httpMethod: "GET",
|
|
456
|
-
baseUrl: "https://management.azure.com",
|
|
457
|
-
path: "{nextLink}",
|
|
458
|
-
urlParameters: [
|
|
459
|
-
Parameters.nextPageLink
|
|
460
|
-
],
|
|
461
|
-
headerParameters: [
|
|
462
|
-
Parameters.acceptLanguage
|
|
463
|
-
],
|
|
464
|
-
responses: {
|
|
465
|
-
200: {
|
|
466
|
-
bodyMapper: Mappers.AccountListResult
|
|
467
|
-
},
|
|
468
|
-
default: {
|
|
469
|
-
bodyMapper: Mappers.ErrorResponse
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
serializer
|
|
473
|
-
};
|
|
474
|
-
|
|
475
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
476
|
-
httpMethod: "GET",
|
|
477
|
-
baseUrl: "https://management.azure.com",
|
|
478
|
-
path: "{nextLink}",
|
|
479
|
-
urlParameters: [
|
|
480
|
-
Parameters.nextPageLink
|
|
481
|
-
],
|
|
482
|
-
headerParameters: [
|
|
483
|
-
Parameters.acceptLanguage
|
|
484
|
-
],
|
|
485
|
-
responses: {
|
|
486
|
-
200: {
|
|
487
|
-
bodyMapper: Mappers.AccountListResult
|
|
488
|
-
},
|
|
489
|
-
default: {
|
|
490
|
-
bodyMapper: Mappers.ErrorResponse
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
serializer
|
|
494
|
-
};
|