@azure/arm-workspaces 0.1.0 → 1.0.0-alpha.20220131.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 +1009 -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/listWorkspaceKeys.d.ts +2 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.js +31 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.js.map +1 -0
- package/dist-esm/samples-dev/resyncStorageKeys.d.ts +2 -0
- package/dist-esm/samples-dev/resyncStorageKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/resyncStorageKeys.js +31 -0
- package/dist-esm/samples-dev/resyncStorageKeys.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 +38 -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 +31 -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 +31 -0
- package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.js +43 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.js +44 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.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 +36 -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/machineLearningWorkspacesManagementClient.d.ts +19 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.js +52 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +190 -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 +12 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +177 -167
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +12 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +102 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +10 -0
- 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/workspaces.d.ts +106 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +423 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/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/workspaces.d.ts +68 -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 +86 -25
- package/review/arm-workspaces.api.md +206 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/machineLearningWorkspacesManagementClient.ts +77 -0
- package/src/models/index.ts +237 -0
- package/{lib → src}/models/mappers.ts +177 -166
- package/src/models/parameters.ts +120 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/operations.ts +98 -0
- package/src/operations/workspaces.ts +532 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/workspaces.ts +123 -0
- package/tsconfig.json +6 -5
- package/types/arm-workspaces.d.ts +316 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-workspaces.js +0 -980
- package/dist/arm-workspaces.js.map +0 -1
- package/dist/arm-workspaces.min.js +0 -1
- package/dist/arm-workspaces.min.js.map +0 -1
- package/esm/machineLearningWorkspacesManagementClient.d.ts +0 -19
- package/esm/machineLearningWorkspacesManagementClient.d.ts.map +0 -1
- package/esm/machineLearningWorkspacesManagementClient.js +0 -34
- package/esm/machineLearningWorkspacesManagementClient.js.map +0 -1
- package/esm/machineLearningWorkspacesManagementClientContext.d.ts +0 -16
- package/esm/machineLearningWorkspacesManagementClientContext.d.ts.map +0 -1
- package/esm/machineLearningWorkspacesManagementClientContext.js +0 -56
- package/esm/machineLearningWorkspacesManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -417
- 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 -13
- 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 -8
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -71
- package/esm/models/parameters.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/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- 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/workspaces.d.ts +0 -235
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -329
- package/esm/operations/workspaces.js.map +0 -1
- package/lib/machineLearningWorkspacesManagementClient.ts +0 -44
- package/lib/machineLearningWorkspacesManagementClientContext.ts +0 -62
- package/lib/models/index.ts +0 -446
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -73
- package/lib/models/workspacesMappers.ts +0 -20
- package/lib/operations/operations.ts +0 -74
- package/lib/operations/workspaces.ts +0 -609
|
@@ -1,74 +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/operationsMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { MachineLearningWorkspacesManagementClientContext } from "../machineLearningWorkspacesManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a Operations. */
|
|
18
|
-
export class Operations {
|
|
19
|
-
private readonly client: MachineLearningWorkspacesManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a Operations.
|
|
23
|
-
* @param {MachineLearningWorkspacesManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: MachineLearningWorkspacesManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Lists all of the available Azure Machine Learning Studio REST API operations.
|
|
31
|
-
* @param [options] The optional parameters
|
|
32
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
33
|
-
*/
|
|
34
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* @param callback The callback
|
|
37
|
-
*/
|
|
38
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
39
|
-
/**
|
|
40
|
-
* @param options The optional parameters
|
|
41
|
-
* @param callback The callback
|
|
42
|
-
*/
|
|
43
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
44
|
-
list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {
|
|
45
|
-
return this.client.sendOperationRequest(
|
|
46
|
-
{
|
|
47
|
-
options
|
|
48
|
-
},
|
|
49
|
-
listOperationSpec,
|
|
50
|
-
callback) as Promise<Models.OperationsListResponse>;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// Operation Specifications
|
|
55
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
56
|
-
const listOperationSpec: msRest.OperationSpec = {
|
|
57
|
-
httpMethod: "GET",
|
|
58
|
-
path: "providers/Microsoft.MachineLearning/operations",
|
|
59
|
-
queryParameters: [
|
|
60
|
-
Parameters.apiVersion
|
|
61
|
-
],
|
|
62
|
-
headerParameters: [
|
|
63
|
-
Parameters.acceptLanguage
|
|
64
|
-
],
|
|
65
|
-
responses: {
|
|
66
|
-
200: {
|
|
67
|
-
bodyMapper: Mappers.OperationListResult
|
|
68
|
-
},
|
|
69
|
-
default: {
|
|
70
|
-
bodyMapper: Mappers.ErrorResponse
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
serializer
|
|
74
|
-
};
|
|
@@ -1,609 +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/workspacesMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { MachineLearningWorkspacesManagementClientContext } from "../machineLearningWorkspacesManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a Workspaces. */
|
|
18
|
-
export class Workspaces {
|
|
19
|
-
private readonly client: MachineLearningWorkspacesManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a Workspaces.
|
|
23
|
-
* @param {MachineLearningWorkspacesManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: MachineLearningWorkspacesManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Gets the properties of the specified machine learning workspace.
|
|
31
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
32
|
-
* belongs.
|
|
33
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
34
|
-
* @param [options] The optional parameters
|
|
35
|
-
* @returns Promise<Models.WorkspacesGetResponse>
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
40
|
-
* belongs.
|
|
41
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
get(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
45
|
-
/**
|
|
46
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
47
|
-
* belongs.
|
|
48
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
49
|
-
* @param options The optional parameters
|
|
50
|
-
* @param callback The callback
|
|
51
|
-
*/
|
|
52
|
-
get(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
53
|
-
get(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Workspace>, callback?: msRest.ServiceCallback<Models.Workspace>): Promise<Models.WorkspacesGetResponse> {
|
|
54
|
-
return this.client.sendOperationRequest(
|
|
55
|
-
{
|
|
56
|
-
resourceGroupName,
|
|
57
|
-
workspaceName,
|
|
58
|
-
options
|
|
59
|
-
},
|
|
60
|
-
getOperationSpec,
|
|
61
|
-
callback) as Promise<Models.WorkspacesGetResponse>;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Creates or updates a workspace with the specified parameters.
|
|
66
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
67
|
-
* belongs.
|
|
68
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
69
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<Models.WorkspacesCreateOrUpdateResponse>
|
|
72
|
-
*/
|
|
73
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Models.Workspace, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesCreateOrUpdateResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
76
|
-
* belongs.
|
|
77
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
78
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
79
|
-
* @param callback The callback
|
|
80
|
-
*/
|
|
81
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Models.Workspace, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
82
|
-
/**
|
|
83
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
84
|
-
* belongs.
|
|
85
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
86
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
87
|
-
* @param options The optional parameters
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Models.Workspace, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
91
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Models.Workspace, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Workspace>, callback?: msRest.ServiceCallback<Models.Workspace>): Promise<Models.WorkspacesCreateOrUpdateResponse> {
|
|
92
|
-
return this.client.sendOperationRequest(
|
|
93
|
-
{
|
|
94
|
-
resourceGroupName,
|
|
95
|
-
workspaceName,
|
|
96
|
-
parameters,
|
|
97
|
-
options
|
|
98
|
-
},
|
|
99
|
-
createOrUpdateOperationSpec,
|
|
100
|
-
callback) as Promise<Models.WorkspacesCreateOrUpdateResponse>;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Deletes a machine learning workspace.
|
|
105
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
106
|
-
* belongs.
|
|
107
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
108
|
-
* @param [options] The optional parameters
|
|
109
|
-
* @returns Promise<msRest.RestResponse>
|
|
110
|
-
*/
|
|
111
|
-
deleteMethod(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
112
|
-
/**
|
|
113
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
114
|
-
* belongs.
|
|
115
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
116
|
-
* @param callback The callback
|
|
117
|
-
*/
|
|
118
|
-
deleteMethod(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<void>): void;
|
|
119
|
-
/**
|
|
120
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
121
|
-
* belongs.
|
|
122
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
123
|
-
* @param options The optional parameters
|
|
124
|
-
* @param callback The callback
|
|
125
|
-
*/
|
|
126
|
-
deleteMethod(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
127
|
-
deleteMethod(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {
|
|
128
|
-
return this.client.sendOperationRequest(
|
|
129
|
-
{
|
|
130
|
-
resourceGroupName,
|
|
131
|
-
workspaceName,
|
|
132
|
-
options
|
|
133
|
-
},
|
|
134
|
-
deleteMethodOperationSpec,
|
|
135
|
-
callback);
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Updates a machine learning workspace with the specified parameters.
|
|
140
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
141
|
-
* belongs.
|
|
142
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
143
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
144
|
-
* @param [options] The optional parameters
|
|
145
|
-
* @returns Promise<Models.WorkspacesUpdateResponse>
|
|
146
|
-
*/
|
|
147
|
-
update(resourceGroupName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesUpdateResponse>;
|
|
148
|
-
/**
|
|
149
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
150
|
-
* belongs.
|
|
151
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
152
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
153
|
-
* @param callback The callback
|
|
154
|
-
*/
|
|
155
|
-
update(resourceGroupName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
156
|
-
/**
|
|
157
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
158
|
-
* belongs.
|
|
159
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
160
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
161
|
-
* @param options The optional parameters
|
|
162
|
-
* @param callback The callback
|
|
163
|
-
*/
|
|
164
|
-
update(resourceGroupName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
165
|
-
update(resourceGroupName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Workspace>, callback?: msRest.ServiceCallback<Models.Workspace>): Promise<Models.WorkspacesUpdateResponse> {
|
|
166
|
-
return this.client.sendOperationRequest(
|
|
167
|
-
{
|
|
168
|
-
resourceGroupName,
|
|
169
|
-
workspaceName,
|
|
170
|
-
parameters,
|
|
171
|
-
options
|
|
172
|
-
},
|
|
173
|
-
updateOperationSpec,
|
|
174
|
-
callback) as Promise<Models.WorkspacesUpdateResponse>;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Resync storage keys associated with this workspace.
|
|
179
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
180
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
181
|
-
* belongs.
|
|
182
|
-
* @param [options] The optional parameters
|
|
183
|
-
* @returns Promise<msRest.RestResponse>
|
|
184
|
-
*/
|
|
185
|
-
resyncStorageKeys(workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
186
|
-
/**
|
|
187
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
188
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
189
|
-
* belongs.
|
|
190
|
-
* @param callback The callback
|
|
191
|
-
*/
|
|
192
|
-
resyncStorageKeys(workspaceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<void>): void;
|
|
193
|
-
/**
|
|
194
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
195
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
196
|
-
* belongs.
|
|
197
|
-
* @param options The optional parameters
|
|
198
|
-
* @param callback The callback
|
|
199
|
-
*/
|
|
200
|
-
resyncStorageKeys(workspaceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
201
|
-
resyncStorageKeys(workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {
|
|
202
|
-
return this.client.sendOperationRequest(
|
|
203
|
-
{
|
|
204
|
-
workspaceName,
|
|
205
|
-
resourceGroupName,
|
|
206
|
-
options
|
|
207
|
-
},
|
|
208
|
-
resyncStorageKeysOperationSpec,
|
|
209
|
-
callback);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* List the authorization keys associated with this workspace.
|
|
214
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
215
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
216
|
-
* belongs.
|
|
217
|
-
* @param [options] The optional parameters
|
|
218
|
-
* @returns Promise<Models.WorkspacesListWorkspaceKeysResponse>
|
|
219
|
-
*/
|
|
220
|
-
listWorkspaceKeys(workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListWorkspaceKeysResponse>;
|
|
221
|
-
/**
|
|
222
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
223
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
224
|
-
* belongs.
|
|
225
|
-
* @param callback The callback
|
|
226
|
-
*/
|
|
227
|
-
listWorkspaceKeys(workspaceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.WorkspaceKeysResponse>): void;
|
|
228
|
-
/**
|
|
229
|
-
* @param workspaceName The name of the machine learning workspace.
|
|
230
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
231
|
-
* belongs.
|
|
232
|
-
* @param options The optional parameters
|
|
233
|
-
* @param callback The callback
|
|
234
|
-
*/
|
|
235
|
-
listWorkspaceKeys(workspaceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceKeysResponse>): void;
|
|
236
|
-
listWorkspaceKeys(workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkspaceKeysResponse>, callback?: msRest.ServiceCallback<Models.WorkspaceKeysResponse>): Promise<Models.WorkspacesListWorkspaceKeysResponse> {
|
|
237
|
-
return this.client.sendOperationRequest(
|
|
238
|
-
{
|
|
239
|
-
workspaceName,
|
|
240
|
-
resourceGroupName,
|
|
241
|
-
options
|
|
242
|
-
},
|
|
243
|
-
listWorkspaceKeysOperationSpec,
|
|
244
|
-
callback) as Promise<Models.WorkspacesListWorkspaceKeysResponse>;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
/**
|
|
248
|
-
* Lists all the available machine learning workspaces under the specified resource group.
|
|
249
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
250
|
-
* belongs.
|
|
251
|
-
* @param [options] The optional parameters
|
|
252
|
-
* @returns Promise<Models.WorkspacesListByResourceGroupResponse>
|
|
253
|
-
*/
|
|
254
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByResourceGroupResponse>;
|
|
255
|
-
/**
|
|
256
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
257
|
-
* belongs.
|
|
258
|
-
* @param callback The callback
|
|
259
|
-
*/
|
|
260
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
261
|
-
/**
|
|
262
|
-
* @param resourceGroupName The name of the resource group to which the machine learning workspace
|
|
263
|
-
* belongs.
|
|
264
|
-
* @param options The optional parameters
|
|
265
|
-
* @param callback The callback
|
|
266
|
-
*/
|
|
267
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
268
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkspaceListResult>, callback?: msRest.ServiceCallback<Models.WorkspaceListResult>): Promise<Models.WorkspacesListByResourceGroupResponse> {
|
|
269
|
-
return this.client.sendOperationRequest(
|
|
270
|
-
{
|
|
271
|
-
resourceGroupName,
|
|
272
|
-
options
|
|
273
|
-
},
|
|
274
|
-
listByResourceGroupOperationSpec,
|
|
275
|
-
callback) as Promise<Models.WorkspacesListByResourceGroupResponse>;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* Lists all the available machine learning workspaces under the specified subscription.
|
|
280
|
-
* @param [options] The optional parameters
|
|
281
|
-
* @returns Promise<Models.WorkspacesListResponse>
|
|
282
|
-
*/
|
|
283
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListResponse>;
|
|
284
|
-
/**
|
|
285
|
-
* @param callback The callback
|
|
286
|
-
*/
|
|
287
|
-
list(callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
288
|
-
/**
|
|
289
|
-
* @param options The optional parameters
|
|
290
|
-
* @param callback The callback
|
|
291
|
-
*/
|
|
292
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
293
|
-
list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkspaceListResult>, callback?: msRest.ServiceCallback<Models.WorkspaceListResult>): Promise<Models.WorkspacesListResponse> {
|
|
294
|
-
return this.client.sendOperationRequest(
|
|
295
|
-
{
|
|
296
|
-
options
|
|
297
|
-
},
|
|
298
|
-
listOperationSpec,
|
|
299
|
-
callback) as Promise<Models.WorkspacesListResponse>;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
* Lists all the available machine learning workspaces under the specified resource group.
|
|
304
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
305
|
-
* @param [options] The optional parameters
|
|
306
|
-
* @returns Promise<Models.WorkspacesListByResourceGroupNextResponse>
|
|
307
|
-
*/
|
|
308
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByResourceGroupNextResponse>;
|
|
309
|
-
/**
|
|
310
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
311
|
-
* @param callback The callback
|
|
312
|
-
*/
|
|
313
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
314
|
-
/**
|
|
315
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
316
|
-
* @param options The optional parameters
|
|
317
|
-
* @param callback The callback
|
|
318
|
-
*/
|
|
319
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
320
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkspaceListResult>, callback?: msRest.ServiceCallback<Models.WorkspaceListResult>): Promise<Models.WorkspacesListByResourceGroupNextResponse> {
|
|
321
|
-
return this.client.sendOperationRequest(
|
|
322
|
-
{
|
|
323
|
-
nextPageLink,
|
|
324
|
-
options
|
|
325
|
-
},
|
|
326
|
-
listByResourceGroupNextOperationSpec,
|
|
327
|
-
callback) as Promise<Models.WorkspacesListByResourceGroupNextResponse>;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* Lists all the available machine learning workspaces under the specified subscription.
|
|
332
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
333
|
-
* @param [options] The optional parameters
|
|
334
|
-
* @returns Promise<Models.WorkspacesListNextResponse>
|
|
335
|
-
*/
|
|
336
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListNextResponse>;
|
|
337
|
-
/**
|
|
338
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
339
|
-
* @param callback The callback
|
|
340
|
-
*/
|
|
341
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
342
|
-
/**
|
|
343
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
344
|
-
* @param options The optional parameters
|
|
345
|
-
* @param callback The callback
|
|
346
|
-
*/
|
|
347
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
348
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkspaceListResult>, callback?: msRest.ServiceCallback<Models.WorkspaceListResult>): Promise<Models.WorkspacesListNextResponse> {
|
|
349
|
-
return this.client.sendOperationRequest(
|
|
350
|
-
{
|
|
351
|
-
nextPageLink,
|
|
352
|
-
options
|
|
353
|
-
},
|
|
354
|
-
listNextOperationSpec,
|
|
355
|
-
callback) as Promise<Models.WorkspacesListNextResponse>;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// Operation Specifications
|
|
360
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
361
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
362
|
-
httpMethod: "GET",
|
|
363
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}",
|
|
364
|
-
urlParameters: [
|
|
365
|
-
Parameters.subscriptionId,
|
|
366
|
-
Parameters.resourceGroupName,
|
|
367
|
-
Parameters.workspaceName
|
|
368
|
-
],
|
|
369
|
-
queryParameters: [
|
|
370
|
-
Parameters.apiVersion
|
|
371
|
-
],
|
|
372
|
-
headerParameters: [
|
|
373
|
-
Parameters.acceptLanguage
|
|
374
|
-
],
|
|
375
|
-
responses: {
|
|
376
|
-
200: {
|
|
377
|
-
bodyMapper: Mappers.Workspace
|
|
378
|
-
},
|
|
379
|
-
default: {
|
|
380
|
-
bodyMapper: Mappers.ErrorResponse
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
serializer
|
|
384
|
-
};
|
|
385
|
-
|
|
386
|
-
const createOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
387
|
-
httpMethod: "PUT",
|
|
388
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}",
|
|
389
|
-
urlParameters: [
|
|
390
|
-
Parameters.subscriptionId,
|
|
391
|
-
Parameters.resourceGroupName,
|
|
392
|
-
Parameters.workspaceName
|
|
393
|
-
],
|
|
394
|
-
queryParameters: [
|
|
395
|
-
Parameters.apiVersion
|
|
396
|
-
],
|
|
397
|
-
headerParameters: [
|
|
398
|
-
Parameters.acceptLanguage
|
|
399
|
-
],
|
|
400
|
-
requestBody: {
|
|
401
|
-
parameterPath: "parameters",
|
|
402
|
-
mapper: {
|
|
403
|
-
...Mappers.Workspace,
|
|
404
|
-
required: true
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
responses: {
|
|
408
|
-
200: {
|
|
409
|
-
bodyMapper: Mappers.Workspace
|
|
410
|
-
},
|
|
411
|
-
default: {
|
|
412
|
-
bodyMapper: Mappers.ErrorResponse
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
serializer
|
|
416
|
-
};
|
|
417
|
-
|
|
418
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
419
|
-
httpMethod: "DELETE",
|
|
420
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}",
|
|
421
|
-
urlParameters: [
|
|
422
|
-
Parameters.subscriptionId,
|
|
423
|
-
Parameters.resourceGroupName,
|
|
424
|
-
Parameters.workspaceName
|
|
425
|
-
],
|
|
426
|
-
queryParameters: [
|
|
427
|
-
Parameters.apiVersion
|
|
428
|
-
],
|
|
429
|
-
headerParameters: [
|
|
430
|
-
Parameters.acceptLanguage
|
|
431
|
-
],
|
|
432
|
-
responses: {
|
|
433
|
-
200: {},
|
|
434
|
-
204: {},
|
|
435
|
-
default: {
|
|
436
|
-
bodyMapper: Mappers.ErrorResponse
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
serializer
|
|
440
|
-
};
|
|
441
|
-
|
|
442
|
-
const updateOperationSpec: msRest.OperationSpec = {
|
|
443
|
-
httpMethod: "PATCH",
|
|
444
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}",
|
|
445
|
-
urlParameters: [
|
|
446
|
-
Parameters.subscriptionId,
|
|
447
|
-
Parameters.resourceGroupName,
|
|
448
|
-
Parameters.workspaceName
|
|
449
|
-
],
|
|
450
|
-
queryParameters: [
|
|
451
|
-
Parameters.apiVersion
|
|
452
|
-
],
|
|
453
|
-
headerParameters: [
|
|
454
|
-
Parameters.acceptLanguage
|
|
455
|
-
],
|
|
456
|
-
requestBody: {
|
|
457
|
-
parameterPath: "parameters",
|
|
458
|
-
mapper: {
|
|
459
|
-
...Mappers.WorkspaceUpdateParameters,
|
|
460
|
-
required: true
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
responses: {
|
|
464
|
-
200: {
|
|
465
|
-
bodyMapper: Mappers.Workspace
|
|
466
|
-
},
|
|
467
|
-
default: {
|
|
468
|
-
bodyMapper: Mappers.ErrorResponse
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
serializer
|
|
472
|
-
};
|
|
473
|
-
|
|
474
|
-
const resyncStorageKeysOperationSpec: msRest.OperationSpec = {
|
|
475
|
-
httpMethod: "POST",
|
|
476
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/resyncStorageKeys",
|
|
477
|
-
urlParameters: [
|
|
478
|
-
Parameters.subscriptionId,
|
|
479
|
-
Parameters.workspaceName,
|
|
480
|
-
Parameters.resourceGroupName
|
|
481
|
-
],
|
|
482
|
-
queryParameters: [
|
|
483
|
-
Parameters.apiVersion
|
|
484
|
-
],
|
|
485
|
-
headerParameters: [
|
|
486
|
-
Parameters.acceptLanguage
|
|
487
|
-
],
|
|
488
|
-
responses: {
|
|
489
|
-
200: {},
|
|
490
|
-
default: {
|
|
491
|
-
bodyMapper: Mappers.ErrorResponse
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
serializer
|
|
495
|
-
};
|
|
496
|
-
|
|
497
|
-
const listWorkspaceKeysOperationSpec: msRest.OperationSpec = {
|
|
498
|
-
httpMethod: "POST",
|
|
499
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces/{workspaceName}/listWorkspaceKeys",
|
|
500
|
-
urlParameters: [
|
|
501
|
-
Parameters.subscriptionId,
|
|
502
|
-
Parameters.workspaceName,
|
|
503
|
-
Parameters.resourceGroupName
|
|
504
|
-
],
|
|
505
|
-
queryParameters: [
|
|
506
|
-
Parameters.apiVersion
|
|
507
|
-
],
|
|
508
|
-
headerParameters: [
|
|
509
|
-
Parameters.acceptLanguage
|
|
510
|
-
],
|
|
511
|
-
responses: {
|
|
512
|
-
200: {
|
|
513
|
-
bodyMapper: Mappers.WorkspaceKeysResponse
|
|
514
|
-
},
|
|
515
|
-
default: {
|
|
516
|
-
bodyMapper: Mappers.ErrorResponse
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
serializer
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
const listByResourceGroupOperationSpec: msRest.OperationSpec = {
|
|
523
|
-
httpMethod: "GET",
|
|
524
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/workspaces",
|
|
525
|
-
urlParameters: [
|
|
526
|
-
Parameters.subscriptionId,
|
|
527
|
-
Parameters.resourceGroupName
|
|
528
|
-
],
|
|
529
|
-
queryParameters: [
|
|
530
|
-
Parameters.apiVersion
|
|
531
|
-
],
|
|
532
|
-
headerParameters: [
|
|
533
|
-
Parameters.acceptLanguage
|
|
534
|
-
],
|
|
535
|
-
responses: {
|
|
536
|
-
200: {
|
|
537
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
538
|
-
},
|
|
539
|
-
default: {
|
|
540
|
-
bodyMapper: Mappers.ErrorResponse
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
serializer
|
|
544
|
-
};
|
|
545
|
-
|
|
546
|
-
const listOperationSpec: msRest.OperationSpec = {
|
|
547
|
-
httpMethod: "GET",
|
|
548
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/workspaces",
|
|
549
|
-
urlParameters: [
|
|
550
|
-
Parameters.subscriptionId
|
|
551
|
-
],
|
|
552
|
-
queryParameters: [
|
|
553
|
-
Parameters.apiVersion
|
|
554
|
-
],
|
|
555
|
-
headerParameters: [
|
|
556
|
-
Parameters.acceptLanguage
|
|
557
|
-
],
|
|
558
|
-
responses: {
|
|
559
|
-
200: {
|
|
560
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
561
|
-
},
|
|
562
|
-
default: {
|
|
563
|
-
bodyMapper: Mappers.ErrorResponse
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
serializer
|
|
567
|
-
};
|
|
568
|
-
|
|
569
|
-
const listByResourceGroupNextOperationSpec: msRest.OperationSpec = {
|
|
570
|
-
httpMethod: "GET",
|
|
571
|
-
baseUrl: "https://management.azure.com",
|
|
572
|
-
path: "{nextLink}",
|
|
573
|
-
urlParameters: [
|
|
574
|
-
Parameters.nextPageLink
|
|
575
|
-
],
|
|
576
|
-
headerParameters: [
|
|
577
|
-
Parameters.acceptLanguage
|
|
578
|
-
],
|
|
579
|
-
responses: {
|
|
580
|
-
200: {
|
|
581
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
582
|
-
},
|
|
583
|
-
default: {
|
|
584
|
-
bodyMapper: Mappers.ErrorResponse
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
serializer
|
|
588
|
-
};
|
|
589
|
-
|
|
590
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
591
|
-
httpMethod: "GET",
|
|
592
|
-
baseUrl: "https://management.azure.com",
|
|
593
|
-
path: "{nextLink}",
|
|
594
|
-
urlParameters: [
|
|
595
|
-
Parameters.nextPageLink
|
|
596
|
-
],
|
|
597
|
-
headerParameters: [
|
|
598
|
-
Parameters.acceptLanguage
|
|
599
|
-
],
|
|
600
|
-
responses: {
|
|
601
|
-
200: {
|
|
602
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
603
|
-
},
|
|
604
|
-
default: {
|
|
605
|
-
bodyMapper: Mappers.ErrorResponse
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
serializer
|
|
609
|
-
};
|