@azure/arm-visualstudio 3.0.0 → 4.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -78
- package/dist/index.js +1332 -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/checkAvailabilityOfAnAccountName.d.ts +2 -0
- package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.js +33 -0
- package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.js.map +1 -0
- package/dist-esm/samples-dev/createAProjectResource.d.ts +2 -0
- package/dist-esm/samples-dev/createAProjectResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAProjectResource.js +43 -0
- package/dist-esm/samples-dev/createAProjectResource.js.map +1 -0
- package/dist-esm/samples-dev/createAnAccountResource.d.ts +2 -0
- package/dist-esm/samples-dev/createAnAccountResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAnAccountResource.js +32 -0
- package/dist-esm/samples-dev/createAnAccountResource.js.map +1 -0
- package/dist-esm/samples-dev/createAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/createAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAnExtensionResource.js +44 -0
- package/dist-esm/samples-dev/createAnExtensionResource.js.map +1 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.js +31 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.js.map +1 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.js +32 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.js +30 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.js +31 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.js +29 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.js +31 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.js.map +1 -0
- package/dist-esm/samples-dev/getAProjectResource.d.ts +2 -0
- package/dist-esm/samples-dev/getAProjectResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAProjectResource.js +32 -0
- package/dist-esm/samples-dev/getAProjectResource.js.map +1 -0
- package/dist-esm/samples-dev/getAnAccountResource.d.ts +2 -0
- package/dist-esm/samples-dev/getAnAccountResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAnAccountResource.js +31 -0
- package/dist-esm/samples-dev/getAnAccountResource.js.map +1 -0
- package/dist-esm/samples-dev/getAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/getAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAnExtensionResource.js +32 -0
- package/dist-esm/samples-dev/getAnExtensionResource.js.map +1 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.d.ts +2 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.d.ts.map +1 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.js +36 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.js.map +1 -0
- package/dist-esm/samples-dev/updateAProjectResource.d.ts +2 -0
- package/dist-esm/samples-dev/updateAProjectResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateAProjectResource.js +40 -0
- package/dist-esm/samples-dev/updateAProjectResource.js.map +1 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.js +44 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.js.map +1 -0
- package/dist-esm/src/index.d.ts +4 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +11 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +253 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/index.js +1 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +18 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +168 -223
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +21 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +84 -46
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +57 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +185 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +54 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +190 -0
- package/dist-esm/src/operations/extensions.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 +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +42 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +77 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +253 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/accounts.js} +2 -7
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/extensions.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 +10 -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 +69 -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/visualStudioResourceProviderClient.d.ts +21 -0
- package/dist-esm/src/visualStudioResourceProviderClient.d.ts.map +1 -0
- package/dist-esm/src/visualStudioResourceProviderClient.js +54 -0
- package/dist-esm/src/visualStudioResourceProviderClient.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 +79 -33
- package/review/arm-visualstudio.api.md +314 -0
- package/rollup.config.js +181 -30
- package/src/{models/projectsMappers.ts → index.ts} +3 -10
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +224 -547
- package/src/models/mappers.ts +172 -227
- package/src/models/parameters.ts +113 -47
- package/src/operations/accounts.ts +149 -286
- package/src/operations/extensions.ts +130 -231
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +26 -42
- package/src/operations/projects.ts +237 -278
- package/src/operationsInterfaces/accounts.ts +96 -0
- package/src/operationsInterfaces/extensions.ts +91 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/projects.ts +128 -0
- package/src/visualStudioResourceProviderClient.ts +76 -38
- package/tsconfig.json +5 -4
- package/types/arm-visualstudio.d.ts +493 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-visualstudio.js +0 -1546
- package/dist/arm-visualstudio.js.map +0 -1
- package/dist/arm-visualstudio.min.js +0 -1
- package/dist/arm-visualstudio.min.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 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -9
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -579
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -20
- 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.map +0 -1
- package/esm/models/parameters.d.ts +0 -14
- package/esm/models/parameters.d.ts.map +0 -1
- 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 -9
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -147
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -223
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -141
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -199
- package/esm/operations/extensions.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 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -47
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -165
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -243
- package/esm/operations/projects.js.map +0 -1
- package/esm/visualStudioResourceProviderClient.d.ts +0 -27
- package/esm/visualStudioResourceProviderClient.d.ts.map +0 -1
- package/esm/visualStudioResourceProviderClient.js +0 -40
- package/esm/visualStudioResourceProviderClient.js.map +0 -1
- package/esm/visualStudioResourceProviderClientContext.d.ts +0 -22
- package/esm/visualStudioResourceProviderClientContext.d.ts.map +0 -1
- package/esm/visualStudioResourceProviderClientContext.js +0 -60
- package/esm/visualStudioResourceProviderClientContext.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -22
- package/src/models/extensionsMappers.ts +0 -19
- package/src/visualStudioResourceProviderClientContext.ts +0 -67
package/src/models/index.ts
CHANGED
|
@@ -6,616 +6,293 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
/** Container for a list of operations supported by a resource provider. */
|
|
12
|
+
export interface OperationListResult {
|
|
13
|
+
/** A list of operations supported by a resource provider. */
|
|
14
|
+
value?: Operation[];
|
|
15
|
+
}
|
|
13
16
|
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
21
|
-
*/
|
|
22
|
-
readonly id?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Resource location.
|
|
25
|
-
*/
|
|
26
|
-
location?: string;
|
|
27
|
-
/**
|
|
28
|
-
* Resource name.
|
|
29
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
30
|
-
*/
|
|
31
|
-
readonly name?: string;
|
|
32
|
-
/**
|
|
33
|
-
* Resource tags.
|
|
34
|
-
*/
|
|
35
|
-
tags?: { [propertyName: string]: string };
|
|
36
|
-
/**
|
|
37
|
-
* Resource type.
|
|
38
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
39
|
-
*/
|
|
40
|
-
readonly type?: string;
|
|
17
|
+
/** Properties of an operation supported by the resource provider. */
|
|
18
|
+
export interface Operation {
|
|
19
|
+
/** The properties of the resource operation. */
|
|
20
|
+
display?: OperationProperties;
|
|
21
|
+
/** The name of the resource operation. */
|
|
22
|
+
name?: string;
|
|
41
23
|
}
|
|
42
24
|
|
|
43
|
-
/**
|
|
44
|
-
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
25
|
+
/** Properties of an operation supported by the resource provider. */
|
|
26
|
+
export interface OperationProperties {
|
|
27
|
+
/** The description of the resource operation. */
|
|
28
|
+
description?: string;
|
|
29
|
+
/** The operation name. */
|
|
30
|
+
operation?: string;
|
|
31
|
+
/** The provider name. */
|
|
32
|
+
provider?: string;
|
|
33
|
+
/** The resource name. */
|
|
34
|
+
resource?: string;
|
|
51
35
|
}
|
|
52
36
|
|
|
53
|
-
/**
|
|
54
|
-
|
|
55
|
-
*/
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
|
|
59
|
-
*/
|
|
60
|
-
value?: AccountResource[];
|
|
37
|
+
/** The body of a POST request to check name availability. */
|
|
38
|
+
export interface CheckNameAvailabilityParameter {
|
|
39
|
+
/** The name of the resource to check availability for. */
|
|
40
|
+
resourceName?: string;
|
|
41
|
+
/** The type of resource to check availability for. */
|
|
42
|
+
resourceType?: string;
|
|
61
43
|
}
|
|
62
44
|
|
|
63
|
-
/**
|
|
64
|
-
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
|
|
69
|
-
*/
|
|
70
|
-
tags?: { [propertyName: string]: string };
|
|
45
|
+
/** The response to a name availability request. */
|
|
46
|
+
export interface CheckNameAvailabilityResult {
|
|
47
|
+
/** The message describing the detailed reason. */
|
|
48
|
+
message?: string;
|
|
49
|
+
/** The value which indicates whether the provided name is available. */
|
|
50
|
+
nameAvailable?: boolean;
|
|
71
51
|
}
|
|
72
52
|
|
|
73
|
-
/**
|
|
74
|
-
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
53
|
+
/** The response to an account resource list GET request. */
|
|
54
|
+
export interface AccountResourceListResult {
|
|
55
|
+
/** Array of resource details. */
|
|
56
|
+
value?: AccountResource[];
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/** A generic Azure Resource Manager resource. */
|
|
60
|
+
export interface Resource {
|
|
81
61
|
/**
|
|
82
|
-
*
|
|
62
|
+
* Unique identifier of the resource.
|
|
63
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
64
|
*/
|
|
65
|
+
readonly id?: string;
|
|
66
|
+
/** Resource location. */
|
|
84
67
|
location?: string;
|
|
85
68
|
/**
|
|
86
|
-
*
|
|
87
|
-
|
|
88
|
-
operationType?: any;
|
|
89
|
-
/**
|
|
90
|
-
* The custom properties of the resource.
|
|
91
|
-
*/
|
|
92
|
-
properties?: { [propertyName: string]: string };
|
|
93
|
-
/**
|
|
94
|
-
* The custom tags of the resource.
|
|
69
|
+
* Resource name.
|
|
70
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
71
|
*/
|
|
72
|
+
readonly name?: string;
|
|
73
|
+
/** Resource tags. */
|
|
96
74
|
tags?: { [propertyName: string]: string };
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* The body of a POST request to check name availability.
|
|
101
|
-
*/
|
|
102
|
-
export interface CheckNameAvailabilityParameter {
|
|
103
75
|
/**
|
|
104
|
-
*
|
|
105
|
-
|
|
106
|
-
resourceName?: string;
|
|
107
|
-
/**
|
|
108
|
-
* The type of resource to check availability for.
|
|
76
|
+
* Resource type.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
78
|
*/
|
|
110
|
-
|
|
79
|
+
readonly type?: string;
|
|
111
80
|
}
|
|
112
81
|
|
|
113
|
-
/**
|
|
114
|
-
|
|
115
|
-
*/
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* The message describing the detailed reason.
|
|
119
|
-
*/
|
|
120
|
-
message?: string;
|
|
121
|
-
/**
|
|
122
|
-
* The value which indicates whether the provided name is available.
|
|
123
|
-
*/
|
|
124
|
-
nameAvailable?: boolean;
|
|
82
|
+
/** The response to an extension resource list GET request. */
|
|
83
|
+
export interface ExtensionResourceListResult {
|
|
84
|
+
/** Array of extension resource details. */
|
|
85
|
+
value?: ExtensionResource[];
|
|
125
86
|
}
|
|
126
87
|
|
|
127
|
-
/**
|
|
128
|
-
* Plan data for an extension resource.
|
|
129
|
-
*/
|
|
88
|
+
/** Plan data for an extension resource. */
|
|
130
89
|
export interface ExtensionResourcePlan {
|
|
131
|
-
/**
|
|
132
|
-
* Name of the plan.
|
|
133
|
-
*/
|
|
90
|
+
/** Name of the plan. */
|
|
134
91
|
name?: string;
|
|
135
|
-
/**
|
|
136
|
-
* Product name.
|
|
137
|
-
*/
|
|
92
|
+
/** Product name. */
|
|
138
93
|
product?: string;
|
|
139
|
-
/**
|
|
140
|
-
* Optional: the promotion code associated with the plan.
|
|
141
|
-
*/
|
|
94
|
+
/** Optional: the promotion code associated with the plan. */
|
|
142
95
|
promotionCode?: string;
|
|
143
|
-
/**
|
|
144
|
-
* Name of the extension publisher.
|
|
145
|
-
*/
|
|
96
|
+
/** Name of the extension publisher. */
|
|
146
97
|
publisher?: string;
|
|
147
|
-
/**
|
|
148
|
-
* A string that uniquely identifies the plan version.
|
|
149
|
-
*/
|
|
98
|
+
/** A string that uniquely identifies the plan version. */
|
|
150
99
|
version?: string;
|
|
151
100
|
}
|
|
152
101
|
|
|
153
|
-
/**
|
|
154
|
-
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* The extension plan that was purchased.
|
|
159
|
-
*/
|
|
102
|
+
/** The body of an extension resource PUT request. */
|
|
103
|
+
export interface ExtensionResourceRequest {
|
|
104
|
+
/** The Azure region of the Visual Studio account associated with this request (i.e 'southcentralus'.) */
|
|
105
|
+
location?: string;
|
|
106
|
+
/** Extended information about the plan being purchased for this extension resource. */
|
|
160
107
|
plan?: ExtensionResourcePlan;
|
|
161
|
-
/**
|
|
162
|
-
* Resource properties.
|
|
163
|
-
*/
|
|
108
|
+
/** A dictionary of extended properties. This property is currently unused. */
|
|
164
109
|
properties?: { [propertyName: string]: string };
|
|
110
|
+
/** A dictionary of user-defined tags to be stored with the extension resource. */
|
|
111
|
+
tags?: { [propertyName: string]: string };
|
|
165
112
|
}
|
|
166
113
|
|
|
167
|
-
/**
|
|
168
|
-
|
|
169
|
-
*/
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Array of extension resource details.
|
|
173
|
-
*/
|
|
174
|
-
value?: ExtensionResource[];
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* The body of an extension resource PUT request.
|
|
179
|
-
*/
|
|
180
|
-
export interface ExtensionResourceRequest {
|
|
181
|
-
/**
|
|
182
|
-
* The Azure region of the Visual Studio account associated with this request (i.e
|
|
183
|
-
* 'southcentralus'.)
|
|
184
|
-
*/
|
|
114
|
+
/** The body of a PUT request to modify a Visual Studio account resource. */
|
|
115
|
+
export interface AccountResourceRequest {
|
|
116
|
+
/** The account name. */
|
|
117
|
+
accountName?: string;
|
|
118
|
+
/** The Azure instance location. */
|
|
185
119
|
location?: string;
|
|
186
|
-
/**
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
plan?: ExtensionResourcePlan;
|
|
190
|
-
/**
|
|
191
|
-
* A dictionary of extended properties. This property is currently unused.
|
|
192
|
-
*/
|
|
120
|
+
/** The type of the operation. */
|
|
121
|
+
operationType?: AccountResourceRequestOperationType;
|
|
122
|
+
/** The custom properties of the resource. */
|
|
193
123
|
properties?: { [propertyName: string]: string };
|
|
194
|
-
/**
|
|
195
|
-
* A dictionary of user-defined tags to be stored with the extension resource.
|
|
196
|
-
*/
|
|
124
|
+
/** The custom tags of the resource. */
|
|
197
125
|
tags?: { [propertyName: string]: string };
|
|
198
126
|
}
|
|
199
127
|
|
|
200
|
-
/**
|
|
201
|
-
|
|
202
|
-
*/
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* The description of the resource operation.
|
|
206
|
-
*/
|
|
207
|
-
description?: string;
|
|
208
|
-
/**
|
|
209
|
-
* The operation name.
|
|
210
|
-
*/
|
|
211
|
-
operation?: string;
|
|
212
|
-
/**
|
|
213
|
-
* The provider name.
|
|
214
|
-
*/
|
|
215
|
-
provider?: string;
|
|
216
|
-
/**
|
|
217
|
-
* The resource name.
|
|
218
|
-
*/
|
|
219
|
-
resource?: string;
|
|
128
|
+
/** The body of a Patch request to add tags to a Visual Studio account resource. */
|
|
129
|
+
export interface AccountTagRequest {
|
|
130
|
+
/** The custom tags of the resource. */
|
|
131
|
+
tags?: { [propertyName: string]: string };
|
|
220
132
|
}
|
|
221
133
|
|
|
222
|
-
/**
|
|
223
|
-
|
|
224
|
-
*/
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* The properties of the resource operation.
|
|
228
|
-
*/
|
|
229
|
-
display?: OperationProperties;
|
|
230
|
-
/**
|
|
231
|
-
* The name of the resource operation.
|
|
232
|
-
*/
|
|
233
|
-
name?: string;
|
|
134
|
+
/** The response to a request to list Team Services project resources in a resource group/account. */
|
|
135
|
+
export interface ProjectResourceListResult {
|
|
136
|
+
/** List of project resource details. */
|
|
137
|
+
value?: ProjectResource[];
|
|
234
138
|
}
|
|
235
139
|
|
|
236
|
-
/**
|
|
237
|
-
|
|
238
|
-
*/
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
* A list of operations supported by a resource provider.
|
|
242
|
-
*/
|
|
243
|
-
value?: Operation[];
|
|
244
|
-
}
|
|
140
|
+
/** The response to an account resource GET request. */
|
|
141
|
+
export type AccountResource = Resource & {
|
|
142
|
+
/** Resource properties. */
|
|
143
|
+
properties?: { [propertyName: string]: string };
|
|
144
|
+
};
|
|
245
145
|
|
|
246
|
-
/**
|
|
247
|
-
|
|
248
|
-
*/
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* Key/value pair of resource properties.
|
|
252
|
-
*/
|
|
146
|
+
/** The response to an extension resource GET request. */
|
|
147
|
+
export type ExtensionResource = Resource & {
|
|
148
|
+
/** The extension plan that was purchased. */
|
|
149
|
+
plan?: ExtensionResourcePlan;
|
|
150
|
+
/** Resource properties. */
|
|
253
151
|
properties?: { [propertyName: string]: string };
|
|
254
|
-
}
|
|
152
|
+
};
|
|
255
153
|
|
|
256
|
-
/**
|
|
257
|
-
|
|
258
|
-
*/
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
154
|
+
/** A Visual Studio Team Services project resource. */
|
|
155
|
+
export type ProjectResource = Resource & {
|
|
156
|
+
/** Key/value pair of resource properties. */
|
|
157
|
+
properties?: { [propertyName: string]: string };
|
|
158
|
+
};
|
|
159
|
+
/** Defines values for AccountResourceRequestOperationType. */
|
|
160
|
+
export type AccountResourceRequestOperationType =
|
|
161
|
+
| "unknown"
|
|
162
|
+
| "create"
|
|
163
|
+
| "update"
|
|
164
|
+
| "link";
|
|
265
165
|
|
|
266
|
-
/**
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
export interface ProjectsCreateOptionalParams extends msRest.RequestOptionsBase {
|
|
270
|
-
/**
|
|
271
|
-
* This parameter is ignored and should be set to an empty string.
|
|
272
|
-
*/
|
|
273
|
-
validating?: string;
|
|
274
|
-
}
|
|
166
|
+
/** Optional parameters. */
|
|
167
|
+
export interface OperationsListOptionalParams
|
|
168
|
+
extends coreClient.OperationOptions {}
|
|
275
169
|
|
|
276
|
-
/**
|
|
277
|
-
|
|
278
|
-
*/
|
|
279
|
-
export interface ProjectsGetJobStatusOptionalParams extends msRest.RequestOptionsBase {
|
|
280
|
-
/**
|
|
281
|
-
* The job identifier.
|
|
282
|
-
*/
|
|
283
|
-
jobId?: string;
|
|
284
|
-
}
|
|
170
|
+
/** Contains response data for the list operation. */
|
|
171
|
+
export type OperationsListResponse = OperationListResult;
|
|
285
172
|
|
|
286
|
-
/**
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
export interface ProjectsBeginCreateOptionalParams extends msRest.RequestOptionsBase {
|
|
290
|
-
/**
|
|
291
|
-
* This parameter is ignored and should be set to an empty string.
|
|
292
|
-
*/
|
|
293
|
-
validating?: string;
|
|
294
|
-
}
|
|
173
|
+
/** Optional parameters. */
|
|
174
|
+
export interface AccountsCheckNameAvailabilityOptionalParams
|
|
175
|
+
extends coreClient.OperationOptions {}
|
|
295
176
|
|
|
296
|
-
/**
|
|
297
|
-
|
|
298
|
-
*/
|
|
299
|
-
export interface VisualStudioResourceProviderClientOptions extends AzureServiceClientOptions {
|
|
300
|
-
baseUri?: string;
|
|
301
|
-
}
|
|
177
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
178
|
+
export type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
302
179
|
|
|
303
|
-
/**
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export type OperationsListResponse = OperationListResult & {
|
|
307
|
-
/**
|
|
308
|
-
* The underlying HTTP response.
|
|
309
|
-
*/
|
|
310
|
-
_response: msRest.HttpResponse & {
|
|
311
|
-
/**
|
|
312
|
-
* The response body as text (string format)
|
|
313
|
-
*/
|
|
314
|
-
bodyAsText: string;
|
|
315
|
-
|
|
316
|
-
/**
|
|
317
|
-
* The response body as parsed JSON or XML
|
|
318
|
-
*/
|
|
319
|
-
parsedBody: OperationListResult;
|
|
320
|
-
};
|
|
321
|
-
};
|
|
180
|
+
/** Optional parameters. */
|
|
181
|
+
export interface AccountsListByResourceGroupOptionalParams
|
|
182
|
+
extends coreClient.OperationOptions {}
|
|
322
183
|
|
|
323
|
-
/**
|
|
324
|
-
|
|
325
|
-
*/
|
|
326
|
-
export type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {
|
|
327
|
-
/**
|
|
328
|
-
* The underlying HTTP response.
|
|
329
|
-
*/
|
|
330
|
-
_response: msRest.HttpResponse & {
|
|
331
|
-
/**
|
|
332
|
-
* The response body as text (string format)
|
|
333
|
-
*/
|
|
334
|
-
bodyAsText: string;
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* The response body as parsed JSON or XML
|
|
338
|
-
*/
|
|
339
|
-
parsedBody: CheckNameAvailabilityResult;
|
|
340
|
-
};
|
|
341
|
-
};
|
|
184
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
185
|
+
export type AccountsListByResourceGroupResponse = AccountResourceListResult;
|
|
342
186
|
|
|
343
|
-
/**
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
export type AccountsListByResourceGroupResponse = AccountResourceListResult & {
|
|
347
|
-
/**
|
|
348
|
-
* The underlying HTTP response.
|
|
349
|
-
*/
|
|
350
|
-
_response: msRest.HttpResponse & {
|
|
351
|
-
/**
|
|
352
|
-
* The response body as text (string format)
|
|
353
|
-
*/
|
|
354
|
-
bodyAsText: string;
|
|
355
|
-
|
|
356
|
-
/**
|
|
357
|
-
* The response body as parsed JSON or XML
|
|
358
|
-
*/
|
|
359
|
-
parsedBody: AccountResourceListResult;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
187
|
+
/** Optional parameters. */
|
|
188
|
+
export interface AccountsCreateOrUpdateOptionalParams
|
|
189
|
+
extends coreClient.OperationOptions {}
|
|
362
190
|
|
|
363
|
-
/**
|
|
364
|
-
|
|
365
|
-
*/
|
|
366
|
-
export type AccountsCreateOrUpdateResponse = AccountResource & {
|
|
367
|
-
/**
|
|
368
|
-
* The underlying HTTP response.
|
|
369
|
-
*/
|
|
370
|
-
_response: msRest.HttpResponse & {
|
|
371
|
-
/**
|
|
372
|
-
* The response body as text (string format)
|
|
373
|
-
*/
|
|
374
|
-
bodyAsText: string;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* The response body as parsed JSON or XML
|
|
378
|
-
*/
|
|
379
|
-
parsedBody: AccountResource;
|
|
380
|
-
};
|
|
381
|
-
};
|
|
191
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
192
|
+
export type AccountsCreateOrUpdateResponse = AccountResource;
|
|
382
193
|
|
|
383
|
-
/**
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
export type AccountsGetResponse = AccountResource & {
|
|
387
|
-
/**
|
|
388
|
-
* The underlying HTTP response.
|
|
389
|
-
*/
|
|
390
|
-
_response: msRest.HttpResponse & {
|
|
391
|
-
/**
|
|
392
|
-
* The response body as text (string format)
|
|
393
|
-
*/
|
|
394
|
-
bodyAsText: string;
|
|
395
|
-
|
|
396
|
-
/**
|
|
397
|
-
* The response body as parsed JSON or XML
|
|
398
|
-
*/
|
|
399
|
-
parsedBody: AccountResource;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
194
|
+
/** Optional parameters. */
|
|
195
|
+
export interface AccountsDeleteOptionalParams
|
|
196
|
+
extends coreClient.OperationOptions {}
|
|
402
197
|
|
|
403
|
-
/**
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
export type AccountsUpdateResponse = AccountResource & {
|
|
407
|
-
/**
|
|
408
|
-
* The underlying HTTP response.
|
|
409
|
-
*/
|
|
410
|
-
_response: msRest.HttpResponse & {
|
|
411
|
-
/**
|
|
412
|
-
* The response body as text (string format)
|
|
413
|
-
*/
|
|
414
|
-
bodyAsText: string;
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* The response body as parsed JSON or XML
|
|
418
|
-
*/
|
|
419
|
-
parsedBody: AccountResource;
|
|
420
|
-
};
|
|
421
|
-
};
|
|
198
|
+
/** Optional parameters. */
|
|
199
|
+
export interface AccountsGetOptionalParams
|
|
200
|
+
extends coreClient.OperationOptions {}
|
|
422
201
|
|
|
423
|
-
/**
|
|
424
|
-
|
|
425
|
-
*/
|
|
426
|
-
export type ExtensionsListByAccountResponse = ExtensionResourceListResult & {
|
|
427
|
-
/**
|
|
428
|
-
* The underlying HTTP response.
|
|
429
|
-
*/
|
|
430
|
-
_response: msRest.HttpResponse & {
|
|
431
|
-
/**
|
|
432
|
-
* The response body as text (string format)
|
|
433
|
-
*/
|
|
434
|
-
bodyAsText: string;
|
|
435
|
-
|
|
436
|
-
/**
|
|
437
|
-
* The response body as parsed JSON or XML
|
|
438
|
-
*/
|
|
439
|
-
parsedBody: ExtensionResourceListResult;
|
|
440
|
-
};
|
|
441
|
-
};
|
|
202
|
+
/** Contains response data for the get operation. */
|
|
203
|
+
export type AccountsGetResponse = AccountResource;
|
|
442
204
|
|
|
443
|
-
/**
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
export type ExtensionsCreateResponse = ExtensionResource & {
|
|
447
|
-
/**
|
|
448
|
-
* The underlying HTTP response.
|
|
449
|
-
*/
|
|
450
|
-
_response: msRest.HttpResponse & {
|
|
451
|
-
/**
|
|
452
|
-
* The response body as text (string format)
|
|
453
|
-
*/
|
|
454
|
-
bodyAsText: string;
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* The response body as parsed JSON or XML
|
|
458
|
-
*/
|
|
459
|
-
parsedBody: ExtensionResource;
|
|
460
|
-
};
|
|
461
|
-
};
|
|
205
|
+
/** Optional parameters. */
|
|
206
|
+
export interface AccountsUpdateOptionalParams
|
|
207
|
+
extends coreClient.OperationOptions {}
|
|
462
208
|
|
|
463
|
-
/**
|
|
464
|
-
|
|
465
|
-
*/
|
|
466
|
-
export type ExtensionsGetResponse = ExtensionResource & {
|
|
467
|
-
/**
|
|
468
|
-
* The underlying HTTP response.
|
|
469
|
-
*/
|
|
470
|
-
_response: msRest.HttpResponse & {
|
|
471
|
-
/**
|
|
472
|
-
* The response body as text (string format)
|
|
473
|
-
*/
|
|
474
|
-
bodyAsText: string;
|
|
475
|
-
|
|
476
|
-
/**
|
|
477
|
-
* The response body as parsed JSON or XML
|
|
478
|
-
*/
|
|
479
|
-
parsedBody: ExtensionResource;
|
|
480
|
-
};
|
|
481
|
-
};
|
|
209
|
+
/** Contains response data for the update operation. */
|
|
210
|
+
export type AccountsUpdateResponse = AccountResource;
|
|
482
211
|
|
|
483
|
-
/**
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
export type ExtensionsUpdateResponse = ExtensionResource & {
|
|
487
|
-
/**
|
|
488
|
-
* The underlying HTTP response.
|
|
489
|
-
*/
|
|
490
|
-
_response: msRest.HttpResponse & {
|
|
491
|
-
/**
|
|
492
|
-
* The response body as text (string format)
|
|
493
|
-
*/
|
|
494
|
-
bodyAsText: string;
|
|
495
|
-
|
|
496
|
-
/**
|
|
497
|
-
* The response body as parsed JSON or XML
|
|
498
|
-
*/
|
|
499
|
-
parsedBody: ExtensionResource;
|
|
500
|
-
};
|
|
501
|
-
};
|
|
212
|
+
/** Optional parameters. */
|
|
213
|
+
export interface ExtensionsListByAccountOptionalParams
|
|
214
|
+
extends coreClient.OperationOptions {}
|
|
502
215
|
|
|
503
|
-
/**
|
|
504
|
-
|
|
505
|
-
*/
|
|
506
|
-
export type ProjectsListByResourceGroupResponse = ProjectResourceListResult & {
|
|
507
|
-
/**
|
|
508
|
-
* The underlying HTTP response.
|
|
509
|
-
*/
|
|
510
|
-
_response: msRest.HttpResponse & {
|
|
511
|
-
/**
|
|
512
|
-
* The response body as text (string format)
|
|
513
|
-
*/
|
|
514
|
-
bodyAsText: string;
|
|
515
|
-
|
|
516
|
-
/**
|
|
517
|
-
* The response body as parsed JSON or XML
|
|
518
|
-
*/
|
|
519
|
-
parsedBody: ProjectResourceListResult;
|
|
520
|
-
};
|
|
521
|
-
};
|
|
216
|
+
/** Contains response data for the listByAccount operation. */
|
|
217
|
+
export type ExtensionsListByAccountResponse = ExtensionResourceListResult;
|
|
522
218
|
|
|
523
|
-
/**
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
export type ProjectsCreateResponse = ProjectResource & {
|
|
527
|
-
/**
|
|
528
|
-
* The underlying HTTP response.
|
|
529
|
-
*/
|
|
530
|
-
_response: msRest.HttpResponse & {
|
|
531
|
-
/**
|
|
532
|
-
* The response body as text (string format)
|
|
533
|
-
*/
|
|
534
|
-
bodyAsText: string;
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* The response body as parsed JSON or XML
|
|
538
|
-
*/
|
|
539
|
-
parsedBody: ProjectResource;
|
|
540
|
-
};
|
|
541
|
-
};
|
|
219
|
+
/** Optional parameters. */
|
|
220
|
+
export interface ExtensionsCreateOptionalParams
|
|
221
|
+
extends coreClient.OperationOptions {}
|
|
542
222
|
|
|
543
|
-
/**
|
|
544
|
-
|
|
545
|
-
*/
|
|
546
|
-
export type ProjectsGetResponse = ProjectResource & {
|
|
547
|
-
/**
|
|
548
|
-
* The underlying HTTP response.
|
|
549
|
-
*/
|
|
550
|
-
_response: msRest.HttpResponse & {
|
|
551
|
-
/**
|
|
552
|
-
* The response body as text (string format)
|
|
553
|
-
*/
|
|
554
|
-
bodyAsText: string;
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* The response body as parsed JSON or XML
|
|
558
|
-
*/
|
|
559
|
-
parsedBody: ProjectResource;
|
|
560
|
-
};
|
|
561
|
-
};
|
|
223
|
+
/** Contains response data for the create operation. */
|
|
224
|
+
export type ExtensionsCreateResponse = ExtensionResource;
|
|
562
225
|
|
|
563
|
-
/**
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
export type ProjectsUpdateResponse = ProjectResource & {
|
|
567
|
-
/**
|
|
568
|
-
* The underlying HTTP response.
|
|
569
|
-
*/
|
|
570
|
-
_response: msRest.HttpResponse & {
|
|
571
|
-
/**
|
|
572
|
-
* The response body as text (string format)
|
|
573
|
-
*/
|
|
574
|
-
bodyAsText: string;
|
|
575
|
-
|
|
576
|
-
/**
|
|
577
|
-
* The response body as parsed JSON or XML
|
|
578
|
-
*/
|
|
579
|
-
parsedBody: ProjectResource;
|
|
580
|
-
};
|
|
581
|
-
};
|
|
226
|
+
/** Optional parameters. */
|
|
227
|
+
export interface ExtensionsDeleteOptionalParams
|
|
228
|
+
extends coreClient.OperationOptions {}
|
|
582
229
|
|
|
583
|
-
/**
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
export type ProjectsGetJobStatusResponse = ProjectResource & {
|
|
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
|
-
/**
|
|
597
|
-
* The response body as parsed JSON or XML
|
|
598
|
-
*/
|
|
599
|
-
parsedBody: ProjectResource;
|
|
600
|
-
};
|
|
601
|
-
};
|
|
230
|
+
/** Optional parameters. */
|
|
231
|
+
export interface ExtensionsGetOptionalParams
|
|
232
|
+
extends coreClient.OperationOptions {}
|
|
602
233
|
|
|
603
|
-
/**
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
234
|
+
/** Contains response data for the get operation. */
|
|
235
|
+
export type ExtensionsGetResponse = ExtensionResource;
|
|
236
|
+
|
|
237
|
+
/** Optional parameters. */
|
|
238
|
+
export interface ExtensionsUpdateOptionalParams
|
|
239
|
+
extends coreClient.OperationOptions {}
|
|
240
|
+
|
|
241
|
+
/** Contains response data for the update operation. */
|
|
242
|
+
export type ExtensionsUpdateResponse = ExtensionResource;
|
|
243
|
+
|
|
244
|
+
/** Optional parameters. */
|
|
245
|
+
export interface ProjectsListByResourceGroupOptionalParams
|
|
246
|
+
extends coreClient.OperationOptions {}
|
|
247
|
+
|
|
248
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
249
|
+
export type ProjectsListByResourceGroupResponse = ProjectResourceListResult;
|
|
250
|
+
|
|
251
|
+
/** Optional parameters. */
|
|
252
|
+
export interface ProjectsCreateOptionalParams
|
|
253
|
+
extends coreClient.OperationOptions {
|
|
254
|
+
/** This parameter is ignored and should be set to an empty string. */
|
|
255
|
+
validating?: string;
|
|
256
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
257
|
+
updateIntervalInMs?: number;
|
|
258
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
259
|
+
resumeFrom?: string;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
/** Contains response data for the create operation. */
|
|
263
|
+
export type ProjectsCreateResponse = ProjectResource;
|
|
264
|
+
|
|
265
|
+
/** Optional parameters. */
|
|
266
|
+
export interface ProjectsGetOptionalParams
|
|
267
|
+
extends coreClient.OperationOptions {}
|
|
268
|
+
|
|
269
|
+
/** Contains response data for the get operation. */
|
|
270
|
+
export type ProjectsGetResponse = ProjectResource;
|
|
271
|
+
|
|
272
|
+
/** Optional parameters. */
|
|
273
|
+
export interface ProjectsUpdateOptionalParams
|
|
274
|
+
extends coreClient.OperationOptions {}
|
|
275
|
+
|
|
276
|
+
/** Contains response data for the update operation. */
|
|
277
|
+
export type ProjectsUpdateResponse = ProjectResource;
|
|
278
|
+
|
|
279
|
+
/** Optional parameters. */
|
|
280
|
+
export interface ProjectsGetJobStatusOptionalParams
|
|
281
|
+
extends coreClient.OperationOptions {
|
|
282
|
+
/** The job identifier. */
|
|
283
|
+
jobId?: string;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
/** Contains response data for the getJobStatus operation. */
|
|
287
|
+
export type ProjectsGetJobStatusResponse = ProjectResource;
|
|
288
|
+
|
|
289
|
+
/** Optional parameters. */
|
|
290
|
+
export interface VisualStudioResourceProviderClientOptionalParams
|
|
291
|
+
extends coreClient.ServiceClientOptions {
|
|
292
|
+
/** server parameter */
|
|
293
|
+
$host?: string;
|
|
294
|
+
/** Api Version */
|
|
295
|
+
apiVersion?: string;
|
|
296
|
+
/** Overrides client endpoint. */
|
|
297
|
+
endpoint?: string;
|
|
298
|
+
}
|