@azure-rest/developer-devcenter 1.0.0-beta.2 → 1.0.0
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/README.md +11 -10
- package/dist/browser/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/browser/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/browser/azureDeveloperDevCenter.js +29 -0
- package/dist/browser/azureDeveloperDevCenter.js.map +1 -0
- package/dist/browser/clientDefinitions.d.ts +191 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +35 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +111 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +47 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +338 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +43 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src/generated → dist/browser}/paginateHelper.js +4 -17
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +65 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +83 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +97 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +547 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/commonjs/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/commonjs/azureDeveloperDevCenter.js +32 -0
- package/dist/commonjs/azureDeveloperDevCenter.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +191 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +35 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +114 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +47 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +338 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +43 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +73 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +65 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +83 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +100 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +547 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/esm/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/esm/azureDeveloperDevCenter.js +29 -0
- package/dist/esm/azureDeveloperDevCenter.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +191 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +35 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +111 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +47 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +338 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +43 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +70 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +65 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +83 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +97 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +547 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/react-native/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/react-native/azureDeveloperDevCenter.js +29 -0
- package/dist/react-native/azureDeveloperDevCenter.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +191 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +35 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +111 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +47 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +338 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +43 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +70 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +65 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +83 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +97 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +547 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +115 -94
- package/review/developer-devcenter.api.md +910 -967
- package/dist/index.js +0 -323
- package/dist/index.js.map +0 -1
- package/dist-esm/src/generated/azureDevCenter.js +0 -26
- package/dist-esm/src/generated/azureDevCenter.js.map +0 -1
- package/dist-esm/src/generated/clientDefinitions.js.map +0 -1
- package/dist-esm/src/generated/index.js +0 -14
- package/dist-esm/src/generated/index.js.map +0 -1
- package/dist-esm/src/generated/isUnexpected.js +0 -155
- package/dist-esm/src/generated/isUnexpected.js.map +0 -1
- package/dist-esm/src/generated/models.js.map +0 -1
- package/dist-esm/src/generated/outputModels.js.map +0 -1
- package/dist-esm/src/generated/paginateHelper.js.map +0 -1
- package/dist-esm/src/generated/parameters.js.map +0 -1
- package/dist-esm/src/generated/pollingHelper.js +0 -51
- package/dist-esm/src/generated/pollingHelper.js.map +0 -1
- package/dist-esm/src/generated/responses.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/types/developer-devcenter.d.ts +0 -1735
- /package/{dist-esm/src/generated → dist/browser}/clientDefinitions.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/models.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/outputModels.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/parameters.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/responses.js +0 -0
|
@@ -1,1735 +0,0 @@
|
|
|
1
|
-
import { Client } from '@azure-rest/core-client';
|
|
2
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
3
|
-
import { HttpResponse } from '@azure-rest/core-client';
|
|
4
|
-
import { LroEngineOptions } from '@azure/core-lro';
|
|
5
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
6
|
-
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
7
|
-
import { PollerLike } from '@azure/core-lro';
|
|
8
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
9
|
-
import { RawHttpHeaders } from '@azure/core-rest-pipeline';
|
|
10
|
-
import { RequestParameters } from '@azure-rest/core-client';
|
|
11
|
-
import { StreamableMethod } from '@azure-rest/core-client';
|
|
12
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
13
|
-
|
|
14
|
-
/** Action request */
|
|
15
|
-
export declare interface ActionRequest {
|
|
16
|
-
/** The Catalog Item action id to execute */
|
|
17
|
-
actionId: string;
|
|
18
|
-
/** Parameters object for the Action */
|
|
19
|
-
parameters?: Record<string, unknown>;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export declare type AzureDevCenterClient = Client & {
|
|
23
|
-
path: Routes;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
/** An action that can be taken on a catalog item. */
|
|
27
|
-
export declare interface CatalogItemActionOutput {
|
|
28
|
-
/** Unique identifier of the action */
|
|
29
|
-
id?: string;
|
|
30
|
-
/** Display name of the action */
|
|
31
|
-
name?: string;
|
|
32
|
-
/** Description of the action */
|
|
33
|
-
description?: string;
|
|
34
|
-
/** JSON schema defining the parameters specific to the custom action */
|
|
35
|
-
parametersSchema?: string;
|
|
36
|
-
/** Input parameters passed to the action */
|
|
37
|
-
parameters?: Array<CatalogItemParameterOutput>;
|
|
38
|
-
/** The action type. */
|
|
39
|
-
type?: "Custom" | "Deploy" | "Delete";
|
|
40
|
-
/** Name of the custom action type */
|
|
41
|
-
typeName?: string;
|
|
42
|
-
/** The container image to use to execute the action */
|
|
43
|
-
runner?: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/** Results of the catalog item list operation. */
|
|
47
|
-
export declare interface CatalogItemListResultOutput {
|
|
48
|
-
/** Current page of results. */
|
|
49
|
-
value: Array<CatalogItemOutput>;
|
|
50
|
-
/** URL to get the next set of results if there are any. */
|
|
51
|
-
nextLink?: string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/** A catalog item. */
|
|
55
|
-
export declare interface CatalogItemOutput {
|
|
56
|
-
/** Unique identifier of the catalog item. */
|
|
57
|
-
id?: string;
|
|
58
|
-
/** Name of the catalog item. */
|
|
59
|
-
name?: string;
|
|
60
|
-
/** Name of the catalog. */
|
|
61
|
-
catalogName?: string;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/** Properties of an Catalog Item parameter */
|
|
65
|
-
export declare interface CatalogItemParameterOutput {
|
|
66
|
-
/** Unique ID of the parameter */
|
|
67
|
-
id?: string;
|
|
68
|
-
/** Display name of the parameter */
|
|
69
|
-
name?: string;
|
|
70
|
-
/** Description of the parameter */
|
|
71
|
-
description?: string;
|
|
72
|
-
/** Default value of the parameter */
|
|
73
|
-
default?: Record<string, unknown>;
|
|
74
|
-
/** A string of one of the basic JSON types (number, integer, null, array, object, boolean, string) */
|
|
75
|
-
type?: "array" | "boolean" | "integer" | "null" | "number" | "object" | "string";
|
|
76
|
-
/** Whether or not this parameter is read-only. If true, default should have a value. */
|
|
77
|
-
readOnly?: boolean;
|
|
78
|
-
/** Whether or not this parameter is required */
|
|
79
|
-
required?: boolean;
|
|
80
|
-
/** An array of allowed values */
|
|
81
|
-
allowed?: Array<Record<string, unknown>>;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/** Results of the catalog item list operation. */
|
|
85
|
-
export declare interface CatalogItemVersionListResultOutput {
|
|
86
|
-
/** Current page of results. */
|
|
87
|
-
value: Array<CatalogItemVersionOutput>;
|
|
88
|
-
/** URL to get the next set of results if there are any. */
|
|
89
|
-
nextLink?: string;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/** A catalog item version. */
|
|
93
|
-
export declare interface CatalogItemVersionOutput {
|
|
94
|
-
/** Unique identifier of the catalog item. */
|
|
95
|
-
catalogItemId?: string;
|
|
96
|
-
/** Name of the catalog item. */
|
|
97
|
-
catalogItemName?: string;
|
|
98
|
-
/** Name of the catalog. */
|
|
99
|
-
catalogName?: string;
|
|
100
|
-
/** The version of the catalog item. */
|
|
101
|
-
version?: string;
|
|
102
|
-
/** A short summary of the catalog item. */
|
|
103
|
-
summary?: string;
|
|
104
|
-
/** A long description of the catalog item. */
|
|
105
|
-
description?: string;
|
|
106
|
-
/** Path to the catalog item entrypoint file. */
|
|
107
|
-
templatePath?: string;
|
|
108
|
-
/** JSON schema defining the parameters object passed to actions */
|
|
109
|
-
parametersSchema?: string;
|
|
110
|
-
/** Input parameters passed to actions */
|
|
111
|
-
parameters?: Array<CatalogItemParameterOutput>;
|
|
112
|
-
/** Custom actions for the catalog item. */
|
|
113
|
-
actions?: Array<CatalogItemActionOutput>;
|
|
114
|
-
/** The default container image to use to execute actions */
|
|
115
|
-
runner?: string;
|
|
116
|
-
/** Defines whether the specific catalog item version can be used. */
|
|
117
|
-
status?: "Enabled" | "Disabled";
|
|
118
|
-
/** Whether the version is eligible to be the latest version. */
|
|
119
|
-
eligibleForLatestVersion?: boolean;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/** An error response from the service. */
|
|
123
|
-
export declare interface CloudErrorBodyOutput {
|
|
124
|
-
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
125
|
-
code: string;
|
|
126
|
-
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
127
|
-
message: string;
|
|
128
|
-
/** The target of the particular error. For example, the name of the property in error. */
|
|
129
|
-
target?: string;
|
|
130
|
-
/** A list of additional details about the error. */
|
|
131
|
-
details?: Array<CloudErrorBodyOutput>;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/** An error response from the service. */
|
|
135
|
-
export declare interface CloudErrorOutput {
|
|
136
|
-
/** Error body */
|
|
137
|
-
error: CloudErrorBodyOutput;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/**
|
|
141
|
-
* Initialize a new instance of the class AzureDevCenterClient class.
|
|
142
|
-
* @param endpoint type: string The DevCenter-specific URI to operate on.
|
|
143
|
-
* @param credentials type: TokenCredential
|
|
144
|
-
*/
|
|
145
|
-
declare function createClient(endpoint: string, credentials: TokenCredential, options?: ClientOptions): AzureDevCenterClient;
|
|
146
|
-
export default createClient;
|
|
147
|
-
|
|
148
|
-
/** A DevBox Dev Box */
|
|
149
|
-
export declare interface DevBox {
|
|
150
|
-
/** Display name for the Dev Box */
|
|
151
|
-
name?: string;
|
|
152
|
-
/** Name of the project this Dev Box belongs to */
|
|
153
|
-
projectName?: string;
|
|
154
|
-
/** The name of the Dev Box pool this machine belongs to. */
|
|
155
|
-
poolName: string;
|
|
156
|
-
/** Indicates whether hibernate is enabled/disabled or unknown. */
|
|
157
|
-
hibernateSupport?: "Disabled" | "Enabled";
|
|
158
|
-
/** The current provisioning state of the Dev Box. */
|
|
159
|
-
provisioningState?: string;
|
|
160
|
-
/** The current action state of the Dev Box. This is state is based on previous action performed by user. */
|
|
161
|
-
actionState?: string;
|
|
162
|
-
/** The current power state of the Dev Box. */
|
|
163
|
-
powerState?: "Unknown" | "Deallocated" | "PoweredOff" | "Running" | "Hibernated";
|
|
164
|
-
/** A unique identifier for the Dev Box. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). */
|
|
165
|
-
uniqueId?: string;
|
|
166
|
-
/** Provisioning or action error details. Populated only for error states. */
|
|
167
|
-
errorDetails?: ProvisioningError;
|
|
168
|
-
/** Azure region where this Dev Box is located. This will be the same region as the Virtual Network it is attached to. */
|
|
169
|
-
location?: string;
|
|
170
|
-
/** The operating system type of this Dev Box. */
|
|
171
|
-
osType?: "Windows";
|
|
172
|
-
/** The AAD object id of the user this Dev Box is assigned to. */
|
|
173
|
-
user?: string;
|
|
174
|
-
/** Information about the Dev Box's hardware resources */
|
|
175
|
-
hardwareProfile?: HardwareProfile;
|
|
176
|
-
/** Storage settings for this Dev Box */
|
|
177
|
-
storageProfile?: StorageProfile;
|
|
178
|
-
/** Information about the image used for this Dev Box */
|
|
179
|
-
imageReference?: ImageReference;
|
|
180
|
-
/** Creation time of this Dev Box */
|
|
181
|
-
createdTime?: Date | string;
|
|
182
|
-
/** Indicates whether the owner of the Dev Box is a local administrator. */
|
|
183
|
-
localAdministrator?: "Enabled" | "Disabled";
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/** Creates or updates a Dev Box. */
|
|
187
|
-
export declare interface DevBoxesCreateDevBox200Response extends HttpResponse {
|
|
188
|
-
status: "200";
|
|
189
|
-
body: DevBoxOutput;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/** Creates or updates a Dev Box. */
|
|
193
|
-
export declare interface DevBoxesCreateDevBox201Response extends HttpResponse {
|
|
194
|
-
status: "201";
|
|
195
|
-
body: DevBoxOutput;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
export declare interface DevBoxesCreateDevBoxBodyParam {
|
|
199
|
-
/** Represents a environment. */
|
|
200
|
-
body: DevBox;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
export declare interface DevBoxesCreateDevBoxDefaultHeaders {
|
|
204
|
-
/** The error code for specific error that occurred. */
|
|
205
|
-
"x-ms-error-code"?: string;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/** Creates or updates a Dev Box. */
|
|
209
|
-
export declare interface DevBoxesCreateDevBoxDefaultResponse extends HttpResponse {
|
|
210
|
-
status: string;
|
|
211
|
-
body: CloudErrorOutput;
|
|
212
|
-
headers: RawHttpHeaders & DevBoxesCreateDevBoxDefaultHeaders;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
export declare interface DevBoxesCreateDevBoxMediaTypesParam {
|
|
216
|
-
/** Request content type */
|
|
217
|
-
contentType?: "application/json";
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
export declare type DevBoxesCreateDevBoxParameters = DevBoxesCreateDevBoxMediaTypesParam & DevBoxesCreateDevBoxBodyParam & RequestParameters;
|
|
221
|
-
|
|
222
|
-
export declare interface DevBoxesDelayUpcomingAction {
|
|
223
|
-
/** Delays an Upcoming Action. */
|
|
224
|
-
post(options: DevBoxesDelayUpcomingActionParameters): StreamableMethod<DevBoxesDelayUpcomingAction200Response | DevBoxesDelayUpcomingActionDefaultResponse>;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/** Delays an Upcoming Action. */
|
|
228
|
-
export declare interface DevBoxesDelayUpcomingAction200Response extends HttpResponse {
|
|
229
|
-
status: "200";
|
|
230
|
-
body: UpcomingActionOutput;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export declare interface DevBoxesDelayUpcomingActionDefaultHeaders {
|
|
234
|
-
/** The error code for specific error that occurred. */
|
|
235
|
-
"x-ms-error-code"?: string;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/** Delays an Upcoming Action. */
|
|
239
|
-
export declare interface DevBoxesDelayUpcomingActionDefaultResponse extends HttpResponse {
|
|
240
|
-
status: string;
|
|
241
|
-
body: CloudErrorOutput;
|
|
242
|
-
headers: RawHttpHeaders & DevBoxesDelayUpcomingActionDefaultHeaders;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
export declare type DevBoxesDelayUpcomingActionParameters = DevBoxesDelayUpcomingActionQueryParam & RequestParameters;
|
|
246
|
-
|
|
247
|
-
export declare interface DevBoxesDelayUpcomingActionQueryParam {
|
|
248
|
-
queryParameters: DevBoxesDelayUpcomingActionQueryParamProperties;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
export declare interface DevBoxesDelayUpcomingActionQueryParamProperties {
|
|
252
|
-
/** The delayed action time (UTC). */
|
|
253
|
-
delayUntil: Date | string;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
export declare interface DevBoxesDeleteDevBox202Headers {
|
|
257
|
-
/** URL to query for status of the operation. */
|
|
258
|
-
"operation-location"?: string;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/** Deletes a Dev Box. */
|
|
262
|
-
export declare interface DevBoxesDeleteDevBox202Response extends HttpResponse {
|
|
263
|
-
status: "202";
|
|
264
|
-
body: Record<string, unknown>;
|
|
265
|
-
headers: RawHttpHeaders & DevBoxesDeleteDevBox202Headers;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/** Deletes a Dev Box. */
|
|
269
|
-
export declare interface DevBoxesDeleteDevBox204Response extends HttpResponse {
|
|
270
|
-
status: "204";
|
|
271
|
-
body: Record<string, unknown>;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
export declare interface DevBoxesDeleteDevBoxDefaultHeaders {
|
|
275
|
-
/** The error code for specific error that occurred. */
|
|
276
|
-
"x-ms-error-code"?: string;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
/** Deletes a Dev Box. */
|
|
280
|
-
export declare interface DevBoxesDeleteDevBoxDefaultResponse extends HttpResponse {
|
|
281
|
-
status: string;
|
|
282
|
-
body: CloudErrorOutput;
|
|
283
|
-
headers: RawHttpHeaders & DevBoxesDeleteDevBoxDefaultHeaders;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
export declare type DevBoxesDeleteDevBoxParameters = RequestParameters;
|
|
287
|
-
|
|
288
|
-
export declare interface DevBoxesGetDevBoxByUser {
|
|
289
|
-
/** Gets a Dev Box */
|
|
290
|
-
get(options?: DevBoxesGetDevBoxByUserParameters): StreamableMethod<DevBoxesGetDevBoxByUser200Response | DevBoxesGetDevBoxByUserDefaultResponse>;
|
|
291
|
-
/** Creates or updates a Dev Box. */
|
|
292
|
-
put(options: DevBoxesCreateDevBoxParameters): StreamableMethod<DevBoxesCreateDevBox200Response | DevBoxesCreateDevBox201Response | DevBoxesCreateDevBoxDefaultResponse>;
|
|
293
|
-
/** Deletes a Dev Box. */
|
|
294
|
-
delete(options?: DevBoxesDeleteDevBoxParameters): StreamableMethod<DevBoxesDeleteDevBox202Response | DevBoxesDeleteDevBox204Response | DevBoxesDeleteDevBoxDefaultResponse>;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/** Gets a Dev Box */
|
|
298
|
-
export declare interface DevBoxesGetDevBoxByUser200Response extends HttpResponse {
|
|
299
|
-
status: "200";
|
|
300
|
-
body: DevBoxOutput;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
export declare interface DevBoxesGetDevBoxByUserDefaultHeaders {
|
|
304
|
-
/** The error code for specific error that occurred. */
|
|
305
|
-
"x-ms-error-code"?: string;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
/** Gets a Dev Box */
|
|
309
|
-
export declare interface DevBoxesGetDevBoxByUserDefaultResponse extends HttpResponse {
|
|
310
|
-
status: string;
|
|
311
|
-
body: CloudErrorOutput;
|
|
312
|
-
headers: RawHttpHeaders & DevBoxesGetDevBoxByUserDefaultHeaders;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
export declare type DevBoxesGetDevBoxByUserParameters = RequestParameters;
|
|
316
|
-
|
|
317
|
-
export declare interface DevBoxesGetPool {
|
|
318
|
-
/** Gets a pool */
|
|
319
|
-
get(options?: DevBoxesGetPoolParameters): StreamableMethod<DevBoxesGetPool200Response | DevBoxesGetPoolDefaultResponse>;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/** Gets a pool */
|
|
323
|
-
export declare interface DevBoxesGetPool200Response extends HttpResponse {
|
|
324
|
-
status: "200";
|
|
325
|
-
body: PoolOutput;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
export declare interface DevBoxesGetPoolDefaultHeaders {
|
|
329
|
-
/** The error code for specific error that occurred. */
|
|
330
|
-
"x-ms-error-code"?: string;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
/** Gets a pool */
|
|
334
|
-
export declare interface DevBoxesGetPoolDefaultResponse extends HttpResponse {
|
|
335
|
-
status: string;
|
|
336
|
-
body: CloudErrorOutput;
|
|
337
|
-
headers: RawHttpHeaders & DevBoxesGetPoolDefaultHeaders;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
export declare type DevBoxesGetPoolParameters = RequestParameters;
|
|
341
|
-
|
|
342
|
-
export declare interface DevBoxesGetRemoteConnection {
|
|
343
|
-
/** Gets RDP Connection info */
|
|
344
|
-
get(options?: DevBoxesGetRemoteConnectionParameters): StreamableMethod<DevBoxesGetRemoteConnection200Response | DevBoxesGetRemoteConnectionDefaultResponse>;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
/** Gets RDP Connection info */
|
|
348
|
-
export declare interface DevBoxesGetRemoteConnection200Response extends HttpResponse {
|
|
349
|
-
status: "200";
|
|
350
|
-
body: RemoteConnectionOutput;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export declare interface DevBoxesGetRemoteConnectionDefaultHeaders {
|
|
354
|
-
/** The error code for specific error that occurred. */
|
|
355
|
-
"x-ms-error-code"?: string;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
/** Gets RDP Connection info */
|
|
359
|
-
export declare interface DevBoxesGetRemoteConnectionDefaultResponse extends HttpResponse {
|
|
360
|
-
status: string;
|
|
361
|
-
body: CloudErrorOutput;
|
|
362
|
-
headers: RawHttpHeaders & DevBoxesGetRemoteConnectionDefaultHeaders;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
export declare type DevBoxesGetRemoteConnectionParameters = RequestParameters;
|
|
366
|
-
|
|
367
|
-
export declare interface DevBoxesGetScheduleByPool {
|
|
368
|
-
/** Gets a schedule. */
|
|
369
|
-
get(options?: DevBoxesGetScheduleByPoolParameters): StreamableMethod<DevBoxesGetScheduleByPool200Response | DevBoxesGetScheduleByPoolDefaultResponse>;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/** Gets a schedule. */
|
|
373
|
-
export declare interface DevBoxesGetScheduleByPool200Response extends HttpResponse {
|
|
374
|
-
status: "200";
|
|
375
|
-
body: ScheduleOutput;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
export declare interface DevBoxesGetScheduleByPoolDefaultHeaders {
|
|
379
|
-
/** The error code for specific error that occurred. */
|
|
380
|
-
"x-ms-error-code"?: string;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/** Gets a schedule. */
|
|
384
|
-
export declare interface DevBoxesGetScheduleByPoolDefaultResponse extends HttpResponse {
|
|
385
|
-
status: string;
|
|
386
|
-
body: CloudErrorOutput;
|
|
387
|
-
headers: RawHttpHeaders & DevBoxesGetScheduleByPoolDefaultHeaders;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
export declare type DevBoxesGetScheduleByPoolParameters = RequestParameters;
|
|
391
|
-
|
|
392
|
-
export declare interface DevBoxesGetUpcomingAction {
|
|
393
|
-
/** Gets an Upcoming Action. */
|
|
394
|
-
get(options?: DevBoxesGetUpcomingActionParameters): StreamableMethod<DevBoxesGetUpcomingAction200Response | DevBoxesGetUpcomingActionDefaultResponse>;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
/** Gets an Upcoming Action. */
|
|
398
|
-
export declare interface DevBoxesGetUpcomingAction200Response extends HttpResponse {
|
|
399
|
-
status: "200";
|
|
400
|
-
body: UpcomingActionOutput;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
export declare interface DevBoxesGetUpcomingActionDefaultHeaders {
|
|
404
|
-
/** The error code for specific error that occurred. */
|
|
405
|
-
"x-ms-error-code"?: string;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
/** Gets an Upcoming Action. */
|
|
409
|
-
export declare interface DevBoxesGetUpcomingActionDefaultResponse extends HttpResponse {
|
|
410
|
-
status: string;
|
|
411
|
-
body: CloudErrorOutput;
|
|
412
|
-
headers: RawHttpHeaders & DevBoxesGetUpcomingActionDefaultHeaders;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
export declare type DevBoxesGetUpcomingActionParameters = RequestParameters;
|
|
416
|
-
|
|
417
|
-
export declare interface DevBoxesListDevBoxesByUser {
|
|
418
|
-
/** Lists Dev Boxes in the project for a particular user. */
|
|
419
|
-
get(options?: DevBoxesListDevBoxesByUserParameters): StreamableMethod<DevBoxesListDevBoxesByUser200Response | DevBoxesListDevBoxesByUserDefaultResponse>;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
/** Lists Dev Boxes in the project for a particular user. */
|
|
423
|
-
export declare interface DevBoxesListDevBoxesByUser200Response extends HttpResponse {
|
|
424
|
-
status: "200";
|
|
425
|
-
body: DevBoxListResultOutput;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
export declare interface DevBoxesListDevBoxesByUserDefaultHeaders {
|
|
429
|
-
/** The error code for specific error that occurred. */
|
|
430
|
-
"x-ms-error-code"?: string;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/** Lists Dev Boxes in the project for a particular user. */
|
|
434
|
-
export declare interface DevBoxesListDevBoxesByUserDefaultResponse extends HttpResponse {
|
|
435
|
-
status: string;
|
|
436
|
-
body: CloudErrorOutput;
|
|
437
|
-
headers: RawHttpHeaders & DevBoxesListDevBoxesByUserDefaultHeaders;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
export declare type DevBoxesListDevBoxesByUserParameters = DevBoxesListDevBoxesByUserQueryParam & RequestParameters;
|
|
441
|
-
|
|
442
|
-
export declare interface DevBoxesListDevBoxesByUserQueryParam {
|
|
443
|
-
queryParameters?: DevBoxesListDevBoxesByUserQueryParamProperties;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
export declare interface DevBoxesListDevBoxesByUserQueryParamProperties {
|
|
447
|
-
/** An OData filter clause to apply to the operation. */
|
|
448
|
-
filter?: string;
|
|
449
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
450
|
-
top?: number;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
export declare interface DevBoxesListPools {
|
|
454
|
-
/** Lists available pools */
|
|
455
|
-
get(options?: DevBoxesListPoolsParameters): StreamableMethod<DevBoxesListPools200Response | DevBoxesListPoolsDefaultResponse>;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
/** Lists available pools */
|
|
459
|
-
export declare interface DevBoxesListPools200Response extends HttpResponse {
|
|
460
|
-
status: "200";
|
|
461
|
-
body: PoolListResultOutput;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
export declare interface DevBoxesListPoolsDefaultHeaders {
|
|
465
|
-
/** The error code for specific error that occurred. */
|
|
466
|
-
"x-ms-error-code"?: string;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
/** Lists available pools */
|
|
470
|
-
export declare interface DevBoxesListPoolsDefaultResponse extends HttpResponse {
|
|
471
|
-
status: string;
|
|
472
|
-
body: CloudErrorOutput;
|
|
473
|
-
headers: RawHttpHeaders & DevBoxesListPoolsDefaultHeaders;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
export declare type DevBoxesListPoolsParameters = DevBoxesListPoolsQueryParam & RequestParameters;
|
|
477
|
-
|
|
478
|
-
export declare interface DevBoxesListPoolsQueryParam {
|
|
479
|
-
queryParameters?: DevBoxesListPoolsQueryParamProperties;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
export declare interface DevBoxesListPoolsQueryParamProperties {
|
|
483
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
484
|
-
top?: number;
|
|
485
|
-
/** An OData filter clause to apply to the operation. */
|
|
486
|
-
filter?: string;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
export declare interface DevBoxesListSchedulesByPool {
|
|
490
|
-
/** Lists available schedules for a pool. */
|
|
491
|
-
get(options?: DevBoxesListSchedulesByPoolParameters): StreamableMethod<DevBoxesListSchedulesByPool200Response | DevBoxesListSchedulesByPoolDefaultResponse>;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
/** Lists available schedules for a pool. */
|
|
495
|
-
export declare interface DevBoxesListSchedulesByPool200Response extends HttpResponse {
|
|
496
|
-
status: "200";
|
|
497
|
-
body: ScheduleListResultOutput;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
export declare interface DevBoxesListSchedulesByPoolDefaultHeaders {
|
|
501
|
-
/** The error code for specific error that occurred. */
|
|
502
|
-
"x-ms-error-code"?: string;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
/** Lists available schedules for a pool. */
|
|
506
|
-
export declare interface DevBoxesListSchedulesByPoolDefaultResponse extends HttpResponse {
|
|
507
|
-
status: string;
|
|
508
|
-
body: CloudErrorOutput;
|
|
509
|
-
headers: RawHttpHeaders & DevBoxesListSchedulesByPoolDefaultHeaders;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
export declare type DevBoxesListSchedulesByPoolParameters = DevBoxesListSchedulesByPoolQueryParam & RequestParameters;
|
|
513
|
-
|
|
514
|
-
export declare interface DevBoxesListSchedulesByPoolQueryParam {
|
|
515
|
-
queryParameters?: DevBoxesListSchedulesByPoolQueryParamProperties;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
export declare interface DevBoxesListSchedulesByPoolQueryParamProperties {
|
|
519
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
520
|
-
top?: number;
|
|
521
|
-
/** An OData filter clause to apply to the operation. */
|
|
522
|
-
filter?: string;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
export declare interface DevBoxesListUpcomingActions {
|
|
526
|
-
/** Lists upcoming actions on a Dev Box. */
|
|
527
|
-
get(options?: DevBoxesListUpcomingActionsParameters): StreamableMethod<DevBoxesListUpcomingActions200Response | DevBoxesListUpcomingActionsDefaultResponse>;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
/** Lists upcoming actions on a Dev Box. */
|
|
531
|
-
export declare interface DevBoxesListUpcomingActions200Response extends HttpResponse {
|
|
532
|
-
status: "200";
|
|
533
|
-
body: UpcomingActionsListResultOutput;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
export declare interface DevBoxesListUpcomingActionsDefaultHeaders {
|
|
537
|
-
/** The error code for specific error that occurred. */
|
|
538
|
-
"x-ms-error-code"?: string;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
/** Lists upcoming actions on a Dev Box. */
|
|
542
|
-
export declare interface DevBoxesListUpcomingActionsDefaultResponse extends HttpResponse {
|
|
543
|
-
status: string;
|
|
544
|
-
body: CloudErrorOutput;
|
|
545
|
-
headers: RawHttpHeaders & DevBoxesListUpcomingActionsDefaultHeaders;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
export declare type DevBoxesListUpcomingActionsParameters = RequestParameters;
|
|
549
|
-
|
|
550
|
-
export declare interface DevBoxesSkipUpcomingAction {
|
|
551
|
-
/** Skips an Upcoming Action. */
|
|
552
|
-
post(options?: DevBoxesSkipUpcomingActionParameters): StreamableMethod<DevBoxesSkipUpcomingAction204Response | DevBoxesSkipUpcomingActionDefaultResponse>;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
/** Skips an Upcoming Action. */
|
|
556
|
-
export declare interface DevBoxesSkipUpcomingAction204Response extends HttpResponse {
|
|
557
|
-
status: "204";
|
|
558
|
-
body: Record<string, unknown>;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
export declare interface DevBoxesSkipUpcomingActionDefaultHeaders {
|
|
562
|
-
/** The error code for specific error that occurred. */
|
|
563
|
-
"x-ms-error-code"?: string;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
/** Skips an Upcoming Action. */
|
|
567
|
-
export declare interface DevBoxesSkipUpcomingActionDefaultResponse extends HttpResponse {
|
|
568
|
-
status: string;
|
|
569
|
-
body: CloudErrorOutput;
|
|
570
|
-
headers: RawHttpHeaders & DevBoxesSkipUpcomingActionDefaultHeaders;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
export declare type DevBoxesSkipUpcomingActionParameters = RequestParameters;
|
|
574
|
-
|
|
575
|
-
export declare interface DevBoxesStartDevBox {
|
|
576
|
-
/** Starts a Dev Box */
|
|
577
|
-
post(options?: DevBoxesStartDevBoxParameters): StreamableMethod<DevBoxesStartDevBox202Response | DevBoxesStartDevBoxDefaultResponse>;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
export declare interface DevBoxesStartDevBox202Headers {
|
|
581
|
-
/** URL to query for status of the operation. */
|
|
582
|
-
"operation-location"?: string;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/** Starts a Dev Box */
|
|
586
|
-
export declare interface DevBoxesStartDevBox202Response extends HttpResponse {
|
|
587
|
-
status: "202";
|
|
588
|
-
body: Record<string, unknown>;
|
|
589
|
-
headers: RawHttpHeaders & DevBoxesStartDevBox202Headers;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
export declare interface DevBoxesStartDevBoxDefaultHeaders {
|
|
593
|
-
/** The error code for specific error that occurred. */
|
|
594
|
-
"x-ms-error-code"?: string;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
/** Starts a Dev Box */
|
|
598
|
-
export declare interface DevBoxesStartDevBoxDefaultResponse extends HttpResponse {
|
|
599
|
-
status: string;
|
|
600
|
-
body: CloudErrorOutput;
|
|
601
|
-
headers: RawHttpHeaders & DevBoxesStartDevBoxDefaultHeaders;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
export declare type DevBoxesStartDevBoxParameters = RequestParameters;
|
|
605
|
-
|
|
606
|
-
export declare interface DevBoxesStopDevBox {
|
|
607
|
-
/** Stops a Dev Box */
|
|
608
|
-
post(options?: DevBoxesStopDevBoxParameters): StreamableMethod<DevBoxesStopDevBox202Response | DevBoxesStopDevBoxDefaultResponse>;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
export declare interface DevBoxesStopDevBox202Headers {
|
|
612
|
-
/** URL to query for status of the operation. */
|
|
613
|
-
"operation-location"?: string;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
/** Stops a Dev Box */
|
|
617
|
-
export declare interface DevBoxesStopDevBox202Response extends HttpResponse {
|
|
618
|
-
status: "202";
|
|
619
|
-
body: Record<string, unknown>;
|
|
620
|
-
headers: RawHttpHeaders & DevBoxesStopDevBox202Headers;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
export declare interface DevBoxesStopDevBoxDefaultHeaders {
|
|
624
|
-
/** The error code for specific error that occurred. */
|
|
625
|
-
"x-ms-error-code"?: string;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
/** Stops a Dev Box */
|
|
629
|
-
export declare interface DevBoxesStopDevBoxDefaultResponse extends HttpResponse {
|
|
630
|
-
status: string;
|
|
631
|
-
body: CloudErrorOutput;
|
|
632
|
-
headers: RawHttpHeaders & DevBoxesStopDevBoxDefaultHeaders;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export declare type DevBoxesStopDevBoxParameters = DevBoxesStopDevBoxQueryParam & RequestParameters;
|
|
636
|
-
|
|
637
|
-
export declare interface DevBoxesStopDevBoxQueryParam {
|
|
638
|
-
queryParameters?: DevBoxesStopDevBoxQueryParamProperties;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
export declare interface DevBoxesStopDevBoxQueryParamProperties {
|
|
642
|
-
/** Optional parameter to hibernate the dev box. */
|
|
643
|
-
hibernate?: boolean;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
/** The Dev Box list result */
|
|
647
|
-
export declare interface DevBoxListResultOutput {
|
|
648
|
-
/** The list of DevBox Dev Boxes */
|
|
649
|
-
value: Array<DevBoxOutput>;
|
|
650
|
-
/** The URL to get the next set of results. */
|
|
651
|
-
nextLink?: string;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
/** A DevBox Dev Box */
|
|
655
|
-
export declare interface DevBoxOutput {
|
|
656
|
-
/** Display name for the Dev Box */
|
|
657
|
-
name?: string;
|
|
658
|
-
/** Name of the project this Dev Box belongs to */
|
|
659
|
-
projectName?: string;
|
|
660
|
-
/** The name of the Dev Box pool this machine belongs to. */
|
|
661
|
-
poolName: string;
|
|
662
|
-
/** Indicates whether hibernate is enabled/disabled or unknown. */
|
|
663
|
-
hibernateSupport?: "Disabled" | "Enabled";
|
|
664
|
-
/** The current provisioning state of the Dev Box. */
|
|
665
|
-
provisioningState?: string;
|
|
666
|
-
/** The current action state of the Dev Box. This is state is based on previous action performed by user. */
|
|
667
|
-
actionState?: string;
|
|
668
|
-
/** The current power state of the Dev Box. */
|
|
669
|
-
powerState?: "Unknown" | "Deallocated" | "PoweredOff" | "Running" | "Hibernated";
|
|
670
|
-
/** A unique identifier for the Dev Box. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). */
|
|
671
|
-
uniqueId?: string;
|
|
672
|
-
/** Provisioning or action error details. Populated only for error states. */
|
|
673
|
-
errorDetails?: ProvisioningErrorOutput;
|
|
674
|
-
/** Azure region where this Dev Box is located. This will be the same region as the Virtual Network it is attached to. */
|
|
675
|
-
location?: string;
|
|
676
|
-
/** The operating system type of this Dev Box. */
|
|
677
|
-
osType?: "Windows";
|
|
678
|
-
/** The AAD object id of the user this Dev Box is assigned to. */
|
|
679
|
-
user?: string;
|
|
680
|
-
/** Information about the Dev Box's hardware resources */
|
|
681
|
-
hardwareProfile?: HardwareProfileOutput;
|
|
682
|
-
/** Storage settings for this Dev Box */
|
|
683
|
-
storageProfile?: StorageProfileOutput;
|
|
684
|
-
/** Information about the image used for this Dev Box */
|
|
685
|
-
imageReference?: ImageReferenceOutput;
|
|
686
|
-
/** Creation time of this Dev Box */
|
|
687
|
-
createdTime?: string;
|
|
688
|
-
/** Indicates whether the owner of the Dev Box is a local administrator. */
|
|
689
|
-
localAdministrator?: "Enabled" | "Disabled";
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
export declare interface DevCenterGetProject {
|
|
693
|
-
/** Gets a project. */
|
|
694
|
-
get(options?: DevCenterGetProjectParameters): StreamableMethod<DevCenterGetProject200Response | DevCenterGetProjectDefaultResponse>;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/** Gets a project. */
|
|
698
|
-
export declare interface DevCenterGetProject200Response extends HttpResponse {
|
|
699
|
-
status: "200";
|
|
700
|
-
body: ProjectOutput;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
/** Gets a project. */
|
|
704
|
-
export declare interface DevCenterGetProjectDefaultResponse extends HttpResponse {
|
|
705
|
-
status: string;
|
|
706
|
-
body: CloudErrorOutput;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
export declare type DevCenterGetProjectParameters = RequestParameters;
|
|
710
|
-
|
|
711
|
-
export declare interface DevCenterListAllDevBoxes {
|
|
712
|
-
/** Lists Dev Boxes that the caller has access to in the DevCenter. */
|
|
713
|
-
get(options?: DevCenterListAllDevBoxesParameters): StreamableMethod<DevCenterListAllDevBoxes200Response | DevCenterListAllDevBoxesDefaultResponse>;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
/** Lists Dev Boxes that the caller has access to in the DevCenter. */
|
|
717
|
-
export declare interface DevCenterListAllDevBoxes200Response extends HttpResponse {
|
|
718
|
-
status: "200";
|
|
719
|
-
body: DevBoxListResultOutput;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
export declare interface DevCenterListAllDevBoxesByUser {
|
|
723
|
-
/** Lists Dev Boxes in the Dev Center for a particular user. */
|
|
724
|
-
get(options?: DevCenterListAllDevBoxesByUserParameters): StreamableMethod<DevCenterListAllDevBoxesByUser200Response | DevCenterListAllDevBoxesByUserDefaultResponse>;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
/** Lists Dev Boxes in the Dev Center for a particular user. */
|
|
728
|
-
export declare interface DevCenterListAllDevBoxesByUser200Response extends HttpResponse {
|
|
729
|
-
status: "200";
|
|
730
|
-
body: DevBoxListResultOutput;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
export declare interface DevCenterListAllDevBoxesByUserDefaultHeaders {
|
|
734
|
-
/** The error code for specific error that occurred. */
|
|
735
|
-
"x-ms-error-code"?: string;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/** Lists Dev Boxes in the Dev Center for a particular user. */
|
|
739
|
-
export declare interface DevCenterListAllDevBoxesByUserDefaultResponse extends HttpResponse {
|
|
740
|
-
status: string;
|
|
741
|
-
body: CloudErrorOutput;
|
|
742
|
-
headers: RawHttpHeaders & DevCenterListAllDevBoxesByUserDefaultHeaders;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export declare type DevCenterListAllDevBoxesByUserParameters = DevCenterListAllDevBoxesByUserQueryParam & RequestParameters;
|
|
746
|
-
|
|
747
|
-
export declare interface DevCenterListAllDevBoxesByUserQueryParam {
|
|
748
|
-
queryParameters?: DevCenterListAllDevBoxesByUserQueryParamProperties;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export declare interface DevCenterListAllDevBoxesByUserQueryParamProperties {
|
|
752
|
-
/** An OData filter clause to apply to the operation. */
|
|
753
|
-
filter?: string;
|
|
754
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
755
|
-
top?: number;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
export declare interface DevCenterListAllDevBoxesDefaultHeaders {
|
|
759
|
-
/** The error code for specific error that occurred. */
|
|
760
|
-
"x-ms-error-code"?: string;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
/** Lists Dev Boxes that the caller has access to in the DevCenter. */
|
|
764
|
-
export declare interface DevCenterListAllDevBoxesDefaultResponse extends HttpResponse {
|
|
765
|
-
status: string;
|
|
766
|
-
body: CloudErrorOutput;
|
|
767
|
-
headers: RawHttpHeaders & DevCenterListAllDevBoxesDefaultHeaders;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
export declare type DevCenterListAllDevBoxesParameters = DevCenterListAllDevBoxesQueryParam & RequestParameters;
|
|
771
|
-
|
|
772
|
-
export declare interface DevCenterListAllDevBoxesQueryParam {
|
|
773
|
-
queryParameters?: DevCenterListAllDevBoxesQueryParamProperties;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
export declare interface DevCenterListAllDevBoxesQueryParamProperties {
|
|
777
|
-
/** An OData filter clause to apply to the operation. */
|
|
778
|
-
filter?: string;
|
|
779
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
780
|
-
top?: number;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
export declare interface DevCenterListProjects {
|
|
784
|
-
/** Lists all projects. */
|
|
785
|
-
get(options?: DevCenterListProjectsParameters): StreamableMethod<DevCenterListProjects200Response | DevCenterListProjectsDefaultResponse>;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
/** Lists all projects. */
|
|
789
|
-
export declare interface DevCenterListProjects200Response extends HttpResponse {
|
|
790
|
-
status: "200";
|
|
791
|
-
body: ProjectListResultOutput;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
/** Lists all projects. */
|
|
795
|
-
export declare interface DevCenterListProjectsDefaultResponse extends HttpResponse {
|
|
796
|
-
status: string;
|
|
797
|
-
body: CloudErrorOutput;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
export declare type DevCenterListProjectsParameters = DevCenterListProjectsQueryParam & RequestParameters;
|
|
801
|
-
|
|
802
|
-
export declare interface DevCenterListProjectsQueryParam {
|
|
803
|
-
queryParameters?: DevCenterListProjectsQueryParamProperties;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
export declare interface DevCenterListProjectsQueryParamProperties {
|
|
807
|
-
/** An OData filter clause to apply to the operation. */
|
|
808
|
-
filter?: string;
|
|
809
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
810
|
-
top?: number;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
/** Properties of an environment. */
|
|
814
|
-
export declare interface Environment extends EnvironmentUpdateProperties {
|
|
815
|
-
/** Environment name. */
|
|
816
|
-
name?: string;
|
|
817
|
-
/** Environment type. */
|
|
818
|
-
environmentType: string;
|
|
819
|
-
/** The AAD object id of the owner of this Environment. */
|
|
820
|
-
user?: string;
|
|
821
|
-
/** The provisioning state of the environment. */
|
|
822
|
-
provisioningState?: string;
|
|
823
|
-
/** The identifier of the resource group containing the environment's resources. */
|
|
824
|
-
resourceGroupId?: string;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
/** Results of the environment list operation. */
|
|
828
|
-
export declare interface EnvironmentListResultOutput {
|
|
829
|
-
/** Current page of results. */
|
|
830
|
-
value: Array<EnvironmentOutput>;
|
|
831
|
-
/** URL to get the next set of results if there are any. */
|
|
832
|
-
nextLink?: string;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
/** Properties of an environment. */
|
|
836
|
-
export declare interface EnvironmentOutput extends EnvironmentUpdatePropertiesOutput {
|
|
837
|
-
/** Environment name. */
|
|
838
|
-
name?: string;
|
|
839
|
-
/** Environment type. */
|
|
840
|
-
environmentType: string;
|
|
841
|
-
/** The AAD object id of the owner of this Environment. */
|
|
842
|
-
user?: string;
|
|
843
|
-
/** The provisioning state of the environment. */
|
|
844
|
-
provisioningState?: string;
|
|
845
|
-
/** The identifier of the resource group containing the environment's resources. */
|
|
846
|
-
resourceGroupId?: string;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
/** Creates or updates an environment. */
|
|
850
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironment200Response extends HttpResponse {
|
|
851
|
-
status: "200";
|
|
852
|
-
body: EnvironmentOutput;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironment201Headers {
|
|
856
|
-
/** URL to query for status of the operation. */
|
|
857
|
-
"operation-location"?: string;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
/** Creates or updates an environment. */
|
|
861
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironment201Response extends HttpResponse {
|
|
862
|
-
status: "201";
|
|
863
|
-
body: EnvironmentOutput;
|
|
864
|
-
headers: RawHttpHeaders & EnvironmentsCreateOrUpdateEnvironment201Headers;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironmentBodyParam {
|
|
868
|
-
/** Represents a environment. */
|
|
869
|
-
body: Environment;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironmentDefaultHeaders {
|
|
873
|
-
/** The error code for specific error that occurred. */
|
|
874
|
-
"x-ms-error-code"?: string;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
/** Creates or updates an environment. */
|
|
878
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironmentDefaultResponse extends HttpResponse {
|
|
879
|
-
status: string;
|
|
880
|
-
body: CloudErrorOutput;
|
|
881
|
-
headers: RawHttpHeaders & EnvironmentsCreateOrUpdateEnvironmentDefaultHeaders;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
export declare interface EnvironmentsCreateOrUpdateEnvironmentMediaTypesParam {
|
|
885
|
-
/** Request content type */
|
|
886
|
-
contentType?: "application/json";
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
export declare type EnvironmentsCreateOrUpdateEnvironmentParameters = EnvironmentsCreateOrUpdateEnvironmentMediaTypesParam & EnvironmentsCreateOrUpdateEnvironmentBodyParam & RequestParameters;
|
|
890
|
-
|
|
891
|
-
export declare interface EnvironmentsCustomEnvironmentAction {
|
|
892
|
-
/** Executes a custom action */
|
|
893
|
-
post(options: EnvironmentsCustomEnvironmentActionParameters): StreamableMethod<EnvironmentsCustomEnvironmentAction200Response | EnvironmentsCustomEnvironmentAction202Response | EnvironmentsCustomEnvironmentActionDefaultResponse>;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
/** Executes a custom action */
|
|
897
|
-
export declare interface EnvironmentsCustomEnvironmentAction200Response extends HttpResponse {
|
|
898
|
-
status: "200";
|
|
899
|
-
body: Record<string, unknown>;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
export declare interface EnvironmentsCustomEnvironmentAction202Headers {
|
|
903
|
-
/** URL to query for status of the operation. */
|
|
904
|
-
"operation-location"?: string;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
/** Executes a custom action */
|
|
908
|
-
export declare interface EnvironmentsCustomEnvironmentAction202Response extends HttpResponse {
|
|
909
|
-
status: "202";
|
|
910
|
-
body: Record<string, unknown>;
|
|
911
|
-
headers: RawHttpHeaders & EnvironmentsCustomEnvironmentAction202Headers;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
export declare interface EnvironmentsCustomEnvironmentActionBodyParam {
|
|
915
|
-
/** Action properties overriding the environment's default values. */
|
|
916
|
-
body: ActionRequest;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
export declare interface EnvironmentsCustomEnvironmentActionDefaultHeaders {
|
|
920
|
-
/** The error code for specific error that occurred. */
|
|
921
|
-
"x-ms-error-code"?: string;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
/** Executes a custom action */
|
|
925
|
-
export declare interface EnvironmentsCustomEnvironmentActionDefaultResponse extends HttpResponse {
|
|
926
|
-
status: string;
|
|
927
|
-
body: CloudErrorOutput;
|
|
928
|
-
headers: RawHttpHeaders & EnvironmentsCustomEnvironmentActionDefaultHeaders;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
export declare interface EnvironmentsCustomEnvironmentActionMediaTypesParam {
|
|
932
|
-
/** Request content type */
|
|
933
|
-
contentType?: "application/json";
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
export declare type EnvironmentsCustomEnvironmentActionParameters = EnvironmentsCustomEnvironmentActionMediaTypesParam & EnvironmentsCustomEnvironmentActionBodyParam & RequestParameters;
|
|
937
|
-
|
|
938
|
-
/** Deletes an environment and all its associated resources */
|
|
939
|
-
export declare interface EnvironmentsDeleteEnvironment200Response extends HttpResponse {
|
|
940
|
-
status: "200";
|
|
941
|
-
body: Record<string, unknown>;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
export declare interface EnvironmentsDeleteEnvironment202Headers {
|
|
945
|
-
/** URL to query for status of the operation. */
|
|
946
|
-
"operation-location"?: string;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
/** Deletes an environment and all its associated resources */
|
|
950
|
-
export declare interface EnvironmentsDeleteEnvironment202Response extends HttpResponse {
|
|
951
|
-
status: "202";
|
|
952
|
-
body: Record<string, unknown>;
|
|
953
|
-
headers: RawHttpHeaders & EnvironmentsDeleteEnvironment202Headers;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
/** Deletes an environment and all its associated resources */
|
|
957
|
-
export declare interface EnvironmentsDeleteEnvironment204Response extends HttpResponse {
|
|
958
|
-
status: "204";
|
|
959
|
-
body: Record<string, unknown>;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
export declare interface EnvironmentsDeleteEnvironmentDefaultHeaders {
|
|
963
|
-
/** The error code for specific error that occurred. */
|
|
964
|
-
"x-ms-error-code"?: string;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/** Deletes an environment and all its associated resources */
|
|
968
|
-
export declare interface EnvironmentsDeleteEnvironmentDefaultResponse extends HttpResponse {
|
|
969
|
-
status: string;
|
|
970
|
-
body: CloudErrorOutput;
|
|
971
|
-
headers: RawHttpHeaders & EnvironmentsDeleteEnvironmentDefaultHeaders;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
export declare type EnvironmentsDeleteEnvironmentParameters = RequestParameters;
|
|
975
|
-
|
|
976
|
-
export declare interface EnvironmentsDeployEnvironmentAction {
|
|
977
|
-
/** Executes a deploy action */
|
|
978
|
-
post(options: EnvironmentsDeployEnvironmentActionParameters): StreamableMethod<EnvironmentsDeployEnvironmentAction200Response | EnvironmentsDeployEnvironmentAction202Response | EnvironmentsDeployEnvironmentActionDefaultResponse>;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
/** Executes a deploy action */
|
|
982
|
-
export declare interface EnvironmentsDeployEnvironmentAction200Response extends HttpResponse {
|
|
983
|
-
status: "200";
|
|
984
|
-
body: Record<string, unknown>;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
export declare interface EnvironmentsDeployEnvironmentAction202Headers {
|
|
988
|
-
/** URL to query for status of the operation. */
|
|
989
|
-
"operation-location"?: string;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** Executes a deploy action */
|
|
993
|
-
export declare interface EnvironmentsDeployEnvironmentAction202Response extends HttpResponse {
|
|
994
|
-
status: "202";
|
|
995
|
-
body: Record<string, unknown>;
|
|
996
|
-
headers: RawHttpHeaders & EnvironmentsDeployEnvironmentAction202Headers;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
export declare interface EnvironmentsDeployEnvironmentActionBodyParam {
|
|
1000
|
-
/** Action properties overriding the environment's default values. */
|
|
1001
|
-
body: ActionRequest;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export declare interface EnvironmentsDeployEnvironmentActionDefaultHeaders {
|
|
1005
|
-
/** The error code for specific error that occurred. */
|
|
1006
|
-
"x-ms-error-code"?: string;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
/** Executes a deploy action */
|
|
1010
|
-
export declare interface EnvironmentsDeployEnvironmentActionDefaultResponse extends HttpResponse {
|
|
1011
|
-
status: string;
|
|
1012
|
-
body: CloudErrorOutput;
|
|
1013
|
-
headers: RawHttpHeaders & EnvironmentsDeployEnvironmentActionDefaultHeaders;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
export declare interface EnvironmentsDeployEnvironmentActionMediaTypesParam {
|
|
1017
|
-
/** Request content type */
|
|
1018
|
-
contentType?: "application/json";
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
export declare type EnvironmentsDeployEnvironmentActionParameters = EnvironmentsDeployEnvironmentActionMediaTypesParam & EnvironmentsDeployEnvironmentActionBodyParam & RequestParameters;
|
|
1022
|
-
|
|
1023
|
-
export declare interface EnvironmentsGetCatalogItem {
|
|
1024
|
-
/** Get a catalog item from a project. */
|
|
1025
|
-
get(options?: EnvironmentsGetCatalogItemParameters): StreamableMethod<EnvironmentsGetCatalogItem200Response | EnvironmentsGetCatalogItemDefaultResponse>;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
/** Get a catalog item from a project. */
|
|
1029
|
-
export declare interface EnvironmentsGetCatalogItem200Response extends HttpResponse {
|
|
1030
|
-
status: "200";
|
|
1031
|
-
body: CatalogItemOutput;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
export declare interface EnvironmentsGetCatalogItemDefaultHeaders {
|
|
1035
|
-
/** The error code for specific error that occurred. */
|
|
1036
|
-
"x-ms-error-code"?: string;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
/** Get a catalog item from a project. */
|
|
1040
|
-
export declare interface EnvironmentsGetCatalogItemDefaultResponse extends HttpResponse {
|
|
1041
|
-
status: string;
|
|
1042
|
-
body: CloudErrorOutput;
|
|
1043
|
-
headers: RawHttpHeaders & EnvironmentsGetCatalogItemDefaultHeaders;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
export declare type EnvironmentsGetCatalogItemParameters = RequestParameters;
|
|
1047
|
-
|
|
1048
|
-
export declare interface EnvironmentsGetCatalogItemVersion {
|
|
1049
|
-
/** Get a specific catalog item version from a project. */
|
|
1050
|
-
get(options?: EnvironmentsGetCatalogItemVersionParameters): StreamableMethod<EnvironmentsGetCatalogItemVersion200Response | EnvironmentsGetCatalogItemVersionDefaultResponse>;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
/** Get a specific catalog item version from a project. */
|
|
1054
|
-
export declare interface EnvironmentsGetCatalogItemVersion200Response extends HttpResponse {
|
|
1055
|
-
status: "200";
|
|
1056
|
-
body: CatalogItemVersionOutput;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
export declare interface EnvironmentsGetCatalogItemVersionDefaultHeaders {
|
|
1060
|
-
/** The error code for specific error that occurred. */
|
|
1061
|
-
"x-ms-error-code"?: string;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/** Get a specific catalog item version from a project. */
|
|
1065
|
-
export declare interface EnvironmentsGetCatalogItemVersionDefaultResponse extends HttpResponse {
|
|
1066
|
-
status: string;
|
|
1067
|
-
body: CloudErrorOutput;
|
|
1068
|
-
headers: RawHttpHeaders & EnvironmentsGetCatalogItemVersionDefaultHeaders;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
export declare type EnvironmentsGetCatalogItemVersionParameters = RequestParameters;
|
|
1072
|
-
|
|
1073
|
-
export declare interface EnvironmentsGetEnvironmentByUser {
|
|
1074
|
-
/** Gets an environment */
|
|
1075
|
-
get(options?: EnvironmentsGetEnvironmentByUserParameters): StreamableMethod<EnvironmentsGetEnvironmentByUser200Response | EnvironmentsGetEnvironmentByUserDefaultResponse>;
|
|
1076
|
-
/** Creates or updates an environment. */
|
|
1077
|
-
put(options: EnvironmentsCreateOrUpdateEnvironmentParameters): StreamableMethod<EnvironmentsCreateOrUpdateEnvironment200Response | EnvironmentsCreateOrUpdateEnvironment201Response | EnvironmentsCreateOrUpdateEnvironmentDefaultResponse>;
|
|
1078
|
-
/** Partially updates an environment */
|
|
1079
|
-
patch(options: EnvironmentsUpdateEnvironmentParameters): StreamableMethod<EnvironmentsUpdateEnvironment200Response | EnvironmentsUpdateEnvironmentDefaultResponse>;
|
|
1080
|
-
/** Deletes an environment and all its associated resources */
|
|
1081
|
-
delete(options?: EnvironmentsDeleteEnvironmentParameters): StreamableMethod<EnvironmentsDeleteEnvironment200Response | EnvironmentsDeleteEnvironment202Response | EnvironmentsDeleteEnvironment204Response | EnvironmentsDeleteEnvironmentDefaultResponse>;
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
/** Gets an environment */
|
|
1085
|
-
export declare interface EnvironmentsGetEnvironmentByUser200Response extends HttpResponse {
|
|
1086
|
-
status: "200";
|
|
1087
|
-
body: EnvironmentOutput;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
export declare interface EnvironmentsGetEnvironmentByUserDefaultHeaders {
|
|
1091
|
-
/** The error code for specific error that occurred. */
|
|
1092
|
-
"x-ms-error-code"?: string;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/** Gets an environment */
|
|
1096
|
-
export declare interface EnvironmentsGetEnvironmentByUserDefaultResponse extends HttpResponse {
|
|
1097
|
-
status: string;
|
|
1098
|
-
body: CloudErrorOutput;
|
|
1099
|
-
headers: RawHttpHeaders & EnvironmentsGetEnvironmentByUserDefaultHeaders;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
export declare type EnvironmentsGetEnvironmentByUserParameters = RequestParameters;
|
|
1103
|
-
|
|
1104
|
-
export declare interface EnvironmentsListCatalogItems {
|
|
1105
|
-
/** Lists latest version of all catalog items available for a project. */
|
|
1106
|
-
get(options?: EnvironmentsListCatalogItemsParameters): StreamableMethod<EnvironmentsListCatalogItems200Response | EnvironmentsListCatalogItemsDefaultResponse>;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
/** Lists latest version of all catalog items available for a project. */
|
|
1110
|
-
export declare interface EnvironmentsListCatalogItems200Response extends HttpResponse {
|
|
1111
|
-
status: "200";
|
|
1112
|
-
body: CatalogItemListResultOutput;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
export declare interface EnvironmentsListCatalogItemsDefaultHeaders {
|
|
1116
|
-
/** The error code for specific error that occurred. */
|
|
1117
|
-
"x-ms-error-code"?: string;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
/** Lists latest version of all catalog items available for a project. */
|
|
1121
|
-
export declare interface EnvironmentsListCatalogItemsDefaultResponse extends HttpResponse {
|
|
1122
|
-
status: string;
|
|
1123
|
-
body: CloudErrorOutput;
|
|
1124
|
-
headers: RawHttpHeaders & EnvironmentsListCatalogItemsDefaultHeaders;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
export declare type EnvironmentsListCatalogItemsParameters = EnvironmentsListCatalogItemsQueryParam & RequestParameters;
|
|
1128
|
-
|
|
1129
|
-
export declare interface EnvironmentsListCatalogItemsQueryParam {
|
|
1130
|
-
queryParameters?: EnvironmentsListCatalogItemsQueryParamProperties;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
export declare interface EnvironmentsListCatalogItemsQueryParamProperties {
|
|
1134
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
1135
|
-
top?: number;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
export declare interface EnvironmentsListCatalogItemVersions {
|
|
1139
|
-
/** List all versions of a catalog item from a project. */
|
|
1140
|
-
get(options?: EnvironmentsListCatalogItemVersionsParameters): StreamableMethod<EnvironmentsListCatalogItemVersions200Response | EnvironmentsListCatalogItemVersionsDefaultResponse>;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
/** List all versions of a catalog item from a project. */
|
|
1144
|
-
export declare interface EnvironmentsListCatalogItemVersions200Response extends HttpResponse {
|
|
1145
|
-
status: "200";
|
|
1146
|
-
body: CatalogItemVersionListResultOutput;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
export declare interface EnvironmentsListCatalogItemVersionsDefaultHeaders {
|
|
1150
|
-
/** The error code for specific error that occurred. */
|
|
1151
|
-
"x-ms-error-code"?: string;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
/** List all versions of a catalog item from a project. */
|
|
1155
|
-
export declare interface EnvironmentsListCatalogItemVersionsDefaultResponse extends HttpResponse {
|
|
1156
|
-
status: string;
|
|
1157
|
-
body: CloudErrorOutput;
|
|
1158
|
-
headers: RawHttpHeaders & EnvironmentsListCatalogItemVersionsDefaultHeaders;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
export declare type EnvironmentsListCatalogItemVersionsParameters = EnvironmentsListCatalogItemVersionsQueryParam & RequestParameters;
|
|
1162
|
-
|
|
1163
|
-
export declare interface EnvironmentsListCatalogItemVersionsQueryParam {
|
|
1164
|
-
queryParameters?: EnvironmentsListCatalogItemVersionsQueryParamProperties;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
export declare interface EnvironmentsListCatalogItemVersionsQueryParamProperties {
|
|
1168
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
1169
|
-
top?: number;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
export declare interface EnvironmentsListEnvironments {
|
|
1173
|
-
/** Lists the environments for a project. */
|
|
1174
|
-
get(options?: EnvironmentsListEnvironmentsParameters): StreamableMethod<EnvironmentsListEnvironments200Response | EnvironmentsListEnvironmentsDefaultResponse>;
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
/** Lists the environments for a project. */
|
|
1178
|
-
export declare interface EnvironmentsListEnvironments200Response extends HttpResponse {
|
|
1179
|
-
status: "200";
|
|
1180
|
-
body: EnvironmentListResultOutput;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
export declare interface EnvironmentsListEnvironmentsByUser {
|
|
1184
|
-
/** Lists the environments for a project and user. */
|
|
1185
|
-
get(options?: EnvironmentsListEnvironmentsByUserParameters): StreamableMethod<EnvironmentsListEnvironmentsByUser200Response | EnvironmentsListEnvironmentsByUserDefaultResponse>;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
/** Lists the environments for a project and user. */
|
|
1189
|
-
export declare interface EnvironmentsListEnvironmentsByUser200Response extends HttpResponse {
|
|
1190
|
-
status: "200";
|
|
1191
|
-
body: EnvironmentListResultOutput;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
export declare interface EnvironmentsListEnvironmentsByUserDefaultHeaders {
|
|
1195
|
-
/** The error code for specific error that occurred. */
|
|
1196
|
-
"x-ms-error-code"?: string;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
/** Lists the environments for a project and user. */
|
|
1200
|
-
export declare interface EnvironmentsListEnvironmentsByUserDefaultResponse extends HttpResponse {
|
|
1201
|
-
status: string;
|
|
1202
|
-
body: CloudErrorOutput;
|
|
1203
|
-
headers: RawHttpHeaders & EnvironmentsListEnvironmentsByUserDefaultHeaders;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
export declare type EnvironmentsListEnvironmentsByUserParameters = EnvironmentsListEnvironmentsByUserQueryParam & RequestParameters;
|
|
1207
|
-
|
|
1208
|
-
export declare interface EnvironmentsListEnvironmentsByUserQueryParam {
|
|
1209
|
-
queryParameters?: EnvironmentsListEnvironmentsByUserQueryParamProperties;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
export declare interface EnvironmentsListEnvironmentsByUserQueryParamProperties {
|
|
1213
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
1214
|
-
top?: number;
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
export declare interface EnvironmentsListEnvironmentsDefaultHeaders {
|
|
1218
|
-
/** The error code for specific error that occurred. */
|
|
1219
|
-
"x-ms-error-code"?: string;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
/** Lists the environments for a project. */
|
|
1223
|
-
export declare interface EnvironmentsListEnvironmentsDefaultResponse extends HttpResponse {
|
|
1224
|
-
status: string;
|
|
1225
|
-
body: CloudErrorOutput;
|
|
1226
|
-
headers: RawHttpHeaders & EnvironmentsListEnvironmentsDefaultHeaders;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
export declare type EnvironmentsListEnvironmentsParameters = EnvironmentsListEnvironmentsQueryParam & RequestParameters;
|
|
1230
|
-
|
|
1231
|
-
export declare interface EnvironmentsListEnvironmentsQueryParam {
|
|
1232
|
-
queryParameters?: EnvironmentsListEnvironmentsQueryParamProperties;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
export declare interface EnvironmentsListEnvironmentsQueryParamProperties {
|
|
1236
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
1237
|
-
top?: number;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
export declare interface EnvironmentsListEnvironmentTypes {
|
|
1241
|
-
/** Lists all environment types configured for a project. */
|
|
1242
|
-
get(options?: EnvironmentsListEnvironmentTypesParameters): StreamableMethod<EnvironmentsListEnvironmentTypes200Response | EnvironmentsListEnvironmentTypesDefaultResponse>;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
/** Lists all environment types configured for a project. */
|
|
1246
|
-
export declare interface EnvironmentsListEnvironmentTypes200Response extends HttpResponse {
|
|
1247
|
-
status: "200";
|
|
1248
|
-
body: EnvironmentTypeListResultOutput;
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
export declare interface EnvironmentsListEnvironmentTypesDefaultHeaders {
|
|
1252
|
-
/** The error code for specific error that occurred. */
|
|
1253
|
-
"x-ms-error-code"?: string;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
/** Lists all environment types configured for a project. */
|
|
1257
|
-
export declare interface EnvironmentsListEnvironmentTypesDefaultResponse extends HttpResponse {
|
|
1258
|
-
status: string;
|
|
1259
|
-
body: CloudErrorOutput;
|
|
1260
|
-
headers: RawHttpHeaders & EnvironmentsListEnvironmentTypesDefaultHeaders;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
export declare type EnvironmentsListEnvironmentTypesParameters = EnvironmentsListEnvironmentTypesQueryParam & RequestParameters;
|
|
1264
|
-
|
|
1265
|
-
export declare interface EnvironmentsListEnvironmentTypesQueryParam {
|
|
1266
|
-
queryParameters?: EnvironmentsListEnvironmentTypesQueryParamProperties;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
export declare interface EnvironmentsListEnvironmentTypesQueryParamProperties {
|
|
1270
|
-
/** The maximum number of resources to return from the operation. Example: 'top=10'. */
|
|
1271
|
-
top?: number;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
/** Partially updates an environment */
|
|
1275
|
-
export declare interface EnvironmentsUpdateEnvironment200Response extends HttpResponse {
|
|
1276
|
-
status: "200";
|
|
1277
|
-
body: EnvironmentOutput;
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
export declare interface EnvironmentsUpdateEnvironmentBodyParam {
|
|
1281
|
-
/** Updatable environment properties. */
|
|
1282
|
-
body: EnvironmentUpdateProperties;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
export declare interface EnvironmentsUpdateEnvironmentDefaultHeaders {
|
|
1286
|
-
/** The error code for specific error that occurred. */
|
|
1287
|
-
"x-ms-error-code"?: string;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
/** Partially updates an environment */
|
|
1291
|
-
export declare interface EnvironmentsUpdateEnvironmentDefaultResponse extends HttpResponse {
|
|
1292
|
-
status: string;
|
|
1293
|
-
body: CloudErrorOutput;
|
|
1294
|
-
headers: RawHttpHeaders & EnvironmentsUpdateEnvironmentDefaultHeaders;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
export declare interface EnvironmentsUpdateEnvironmentMediaTypesParam {
|
|
1298
|
-
/** Request content type */
|
|
1299
|
-
contentType?: "application/merge-patch+json";
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
export declare type EnvironmentsUpdateEnvironmentParameters = EnvironmentsUpdateEnvironmentMediaTypesParam & EnvironmentsUpdateEnvironmentBodyParam & RequestParameters;
|
|
1303
|
-
|
|
1304
|
-
/** Result of the environment type list operation. */
|
|
1305
|
-
export declare interface EnvironmentTypeListResultOutput {
|
|
1306
|
-
/** Current page of results. */
|
|
1307
|
-
value: Array<EnvironmentTypeOutput>;
|
|
1308
|
-
/** URL to get the next set of results if there are any. */
|
|
1309
|
-
nextLink?: string;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
/** Properties of an environment type. */
|
|
1313
|
-
export declare interface EnvironmentTypeOutput {
|
|
1314
|
-
/** Name of the environment type */
|
|
1315
|
-
name?: string;
|
|
1316
|
-
/** Id of a subscription or management group that the environment type will be mapped to. The environment's resources will be deployed into this subscription or management group. */
|
|
1317
|
-
deploymentTargetId?: string;
|
|
1318
|
-
/** Defines whether this Environment Type can be used in this Project. */
|
|
1319
|
-
status?: "Enabled" | "Disabled";
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
/** Properties of an environment. These properties can be updated after the resource has been created. */
|
|
1323
|
-
export declare interface EnvironmentUpdateProperties {
|
|
1324
|
-
/** Description of the Environment. */
|
|
1325
|
-
description?: string;
|
|
1326
|
-
/** Name of the catalog. */
|
|
1327
|
-
catalogName?: string;
|
|
1328
|
-
/** Name of the catalog item. */
|
|
1329
|
-
catalogItemName?: string;
|
|
1330
|
-
/** Parameters object for the deploy action */
|
|
1331
|
-
parameters?: Record<string, unknown>;
|
|
1332
|
-
/** Set of supported scheduled tasks to help manage cost. */
|
|
1333
|
-
scheduledTasks?: Record<string, ScheduledTask>;
|
|
1334
|
-
/** Key value pairs that will be applied to resources deployed in this environment as tags. */
|
|
1335
|
-
tags?: Record<string, string>;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
/** Properties of an environment. These properties can be updated after the resource has been created. */
|
|
1339
|
-
export declare interface EnvironmentUpdatePropertiesOutput {
|
|
1340
|
-
/** Description of the Environment. */
|
|
1341
|
-
description?: string;
|
|
1342
|
-
/** Name of the catalog. */
|
|
1343
|
-
catalogName?: string;
|
|
1344
|
-
/** Name of the catalog item. */
|
|
1345
|
-
catalogItemName?: string;
|
|
1346
|
-
/** Parameters object for the deploy action */
|
|
1347
|
-
parameters?: Record<string, unknown>;
|
|
1348
|
-
/** Set of supported scheduled tasks to help manage cost. */
|
|
1349
|
-
scheduledTasks?: Record<string, ScheduledTaskOutput>;
|
|
1350
|
-
/** Key value pairs that will be applied to resources deployed in this environment as tags. */
|
|
1351
|
-
tags?: Record<string, string>;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
/**
|
|
1355
|
-
* Helper type to extract the type of an array
|
|
1356
|
-
*/
|
|
1357
|
-
export declare type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
|
|
1358
|
-
|
|
1359
|
-
/**
|
|
1360
|
-
* Helper function that builds a Poller object to help polling a long running operation.
|
|
1361
|
-
* @param client - Client to use for sending the request to get additional pages.
|
|
1362
|
-
* @param initialResponse - The initial response.
|
|
1363
|
-
* @param options - Options to set a resume state or custom polling interval.
|
|
1364
|
-
* @returns - A poller object to poll for operation state updates and eventually get the final response.
|
|
1365
|
-
*/
|
|
1366
|
-
export declare function getLongRunningPoller<TResult extends HttpResponse>(client: Client, initialResponse: TResult, options?: LroEngineOptions<TResult, PollOperationState<TResult>>): PollerLike<PollOperationState<TResult>, TResult>;
|
|
1367
|
-
|
|
1368
|
-
/**
|
|
1369
|
-
* The type of a custom function that defines how to get a page and a link to the next one if any.
|
|
1370
|
-
*/
|
|
1371
|
-
export declare type GetPage<TPage> = (pageLink: string, maxPageSize?: number) => Promise<{
|
|
1372
|
-
page: TPage;
|
|
1373
|
-
nextPageLink?: string;
|
|
1374
|
-
}>;
|
|
1375
|
-
|
|
1376
|
-
/** Hardware specifications for the Dev Box. */
|
|
1377
|
-
export declare interface HardwareProfile {
|
|
1378
|
-
/** The name of the SKU */
|
|
1379
|
-
skuName?: string;
|
|
1380
|
-
/** The number of vCPUs available for the Dev Box. */
|
|
1381
|
-
vCPUs?: number;
|
|
1382
|
-
/** The amount of memory available for the Dev Box. */
|
|
1383
|
-
memoryGB?: number;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/** Hardware specifications for the Dev Box. */
|
|
1387
|
-
export declare interface HardwareProfileOutput {
|
|
1388
|
-
/** The name of the SKU */
|
|
1389
|
-
skuName?: string;
|
|
1390
|
-
/** The number of vCPUs available for the Dev Box. */
|
|
1391
|
-
vCPUs?: number;
|
|
1392
|
-
/** The amount of memory available for the Dev Box. */
|
|
1393
|
-
memoryGB?: number;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
/** Specifies information about the image used */
|
|
1397
|
-
export declare interface ImageReference {
|
|
1398
|
-
/** The name of the image used. */
|
|
1399
|
-
name?: string;
|
|
1400
|
-
/** The version of the image. */
|
|
1401
|
-
version?: string;
|
|
1402
|
-
/** The operating system of the image. */
|
|
1403
|
-
operatingSystem?: string;
|
|
1404
|
-
/** The operating system build number of the image. */
|
|
1405
|
-
osBuildNumber?: string;
|
|
1406
|
-
/** The datetime that the backing image version was published. */
|
|
1407
|
-
publishedDate?: Date | string;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
/** Specifies information about the image used */
|
|
1411
|
-
export declare interface ImageReferenceOutput {
|
|
1412
|
-
/** The name of the image used. */
|
|
1413
|
-
name?: string;
|
|
1414
|
-
/** The version of the image. */
|
|
1415
|
-
version?: string;
|
|
1416
|
-
/** The operating system of the image. */
|
|
1417
|
-
operatingSystem?: string;
|
|
1418
|
-
/** The operating system build number of the image. */
|
|
1419
|
-
osBuildNumber?: string;
|
|
1420
|
-
/** The datetime that the backing image version was published. */
|
|
1421
|
-
publishedDate?: string;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
export declare function isUnexpected(response: DevCenterListProjects200Response | DevCenterListProjectsDefaultResponse): response is DevCenterListProjectsDefaultResponse;
|
|
1425
|
-
|
|
1426
|
-
export declare function isUnexpected(response: DevCenterGetProject200Response | DevCenterGetProjectDefaultResponse): response is DevCenterGetProjectDefaultResponse;
|
|
1427
|
-
|
|
1428
|
-
export declare function isUnexpected(response: DevCenterListAllDevBoxes200Response | DevCenterListAllDevBoxesDefaultResponse): response is DevCenterListAllDevBoxesDefaultResponse;
|
|
1429
|
-
|
|
1430
|
-
export declare function isUnexpected(response: DevCenterListAllDevBoxesByUser200Response | DevCenterListAllDevBoxesByUserDefaultResponse): response is DevCenterListAllDevBoxesByUserDefaultResponse;
|
|
1431
|
-
|
|
1432
|
-
export declare function isUnexpected(response: DevBoxesListPools200Response | DevBoxesListPoolsDefaultResponse): response is DevBoxesListPoolsDefaultResponse;
|
|
1433
|
-
|
|
1434
|
-
export declare function isUnexpected(response: DevBoxesGetPool200Response | DevBoxesGetPoolDefaultResponse): response is DevBoxesGetPoolDefaultResponse;
|
|
1435
|
-
|
|
1436
|
-
export declare function isUnexpected(response: DevBoxesListSchedulesByPool200Response | DevBoxesListSchedulesByPoolDefaultResponse): response is DevBoxesListSchedulesByPoolDefaultResponse;
|
|
1437
|
-
|
|
1438
|
-
export declare function isUnexpected(response: DevBoxesGetScheduleByPool200Response | DevBoxesGetScheduleByPoolDefaultResponse): response is DevBoxesGetScheduleByPoolDefaultResponse;
|
|
1439
|
-
|
|
1440
|
-
export declare function isUnexpected(response: DevBoxesListDevBoxesByUser200Response | DevBoxesListDevBoxesByUserDefaultResponse): response is DevBoxesListDevBoxesByUserDefaultResponse;
|
|
1441
|
-
|
|
1442
|
-
export declare function isUnexpected(response: DevBoxesGetDevBoxByUser200Response | DevBoxesGetDevBoxByUserDefaultResponse): response is DevBoxesGetDevBoxByUserDefaultResponse;
|
|
1443
|
-
|
|
1444
|
-
export declare function isUnexpected(response: DevBoxesCreateDevBox200Response | DevBoxesCreateDevBox201Response | DevBoxesCreateDevBoxDefaultResponse): response is DevBoxesCreateDevBoxDefaultResponse;
|
|
1445
|
-
|
|
1446
|
-
export declare function isUnexpected(response: DevBoxesDeleteDevBox202Response | DevBoxesDeleteDevBox204Response | DevBoxesDeleteDevBoxDefaultResponse): response is DevBoxesDeleteDevBoxDefaultResponse;
|
|
1447
|
-
|
|
1448
|
-
export declare function isUnexpected(response: DevBoxesStartDevBox202Response | DevBoxesStartDevBoxDefaultResponse): response is DevBoxesStartDevBoxDefaultResponse;
|
|
1449
|
-
|
|
1450
|
-
export declare function isUnexpected(response: DevBoxesStopDevBox202Response | DevBoxesStopDevBoxDefaultResponse): response is DevBoxesStopDevBoxDefaultResponse;
|
|
1451
|
-
|
|
1452
|
-
export declare function isUnexpected(response: DevBoxesGetRemoteConnection200Response | DevBoxesGetRemoteConnectionDefaultResponse): response is DevBoxesGetRemoteConnectionDefaultResponse;
|
|
1453
|
-
|
|
1454
|
-
export declare function isUnexpected(response: DevBoxesListUpcomingActions200Response | DevBoxesListUpcomingActionsDefaultResponse): response is DevBoxesListUpcomingActionsDefaultResponse;
|
|
1455
|
-
|
|
1456
|
-
export declare function isUnexpected(response: DevBoxesGetUpcomingAction200Response | DevBoxesGetUpcomingActionDefaultResponse): response is DevBoxesGetUpcomingActionDefaultResponse;
|
|
1457
|
-
|
|
1458
|
-
export declare function isUnexpected(response: DevBoxesSkipUpcomingAction204Response | DevBoxesSkipUpcomingActionDefaultResponse): response is DevBoxesSkipUpcomingActionDefaultResponse;
|
|
1459
|
-
|
|
1460
|
-
export declare function isUnexpected(response: DevBoxesDelayUpcomingAction200Response | DevBoxesDelayUpcomingActionDefaultResponse): response is DevBoxesDelayUpcomingActionDefaultResponse;
|
|
1461
|
-
|
|
1462
|
-
export declare function isUnexpected(response: EnvironmentsListEnvironments200Response | EnvironmentsListEnvironmentsDefaultResponse): response is EnvironmentsListEnvironmentsDefaultResponse;
|
|
1463
|
-
|
|
1464
|
-
export declare function isUnexpected(response: EnvironmentsListEnvironmentsByUser200Response | EnvironmentsListEnvironmentsByUserDefaultResponse): response is EnvironmentsListEnvironmentsByUserDefaultResponse;
|
|
1465
|
-
|
|
1466
|
-
export declare function isUnexpected(response: EnvironmentsGetEnvironmentByUser200Response | EnvironmentsGetEnvironmentByUserDefaultResponse): response is EnvironmentsGetEnvironmentByUserDefaultResponse;
|
|
1467
|
-
|
|
1468
|
-
export declare function isUnexpected(response: EnvironmentsCreateOrUpdateEnvironment200Response | EnvironmentsCreateOrUpdateEnvironment201Response | EnvironmentsCreateOrUpdateEnvironmentDefaultResponse): response is EnvironmentsCreateOrUpdateEnvironmentDefaultResponse;
|
|
1469
|
-
|
|
1470
|
-
export declare function isUnexpected(response: EnvironmentsUpdateEnvironment200Response | EnvironmentsUpdateEnvironmentDefaultResponse): response is EnvironmentsUpdateEnvironmentDefaultResponse;
|
|
1471
|
-
|
|
1472
|
-
export declare function isUnexpected(response: EnvironmentsDeleteEnvironment200Response | EnvironmentsDeleteEnvironment202Response | EnvironmentsDeleteEnvironment204Response | EnvironmentsDeleteEnvironmentDefaultResponse): response is EnvironmentsDeleteEnvironmentDefaultResponse;
|
|
1473
|
-
|
|
1474
|
-
export declare function isUnexpected(response: EnvironmentsDeployEnvironmentAction200Response | EnvironmentsDeployEnvironmentAction202Response | EnvironmentsDeployEnvironmentActionDefaultResponse): response is EnvironmentsDeployEnvironmentActionDefaultResponse;
|
|
1475
|
-
|
|
1476
|
-
export declare function isUnexpected(response: EnvironmentsCustomEnvironmentAction200Response | EnvironmentsCustomEnvironmentAction202Response | EnvironmentsCustomEnvironmentActionDefaultResponse): response is EnvironmentsCustomEnvironmentActionDefaultResponse;
|
|
1477
|
-
|
|
1478
|
-
export declare function isUnexpected(response: EnvironmentsListCatalogItems200Response | EnvironmentsListCatalogItemsDefaultResponse): response is EnvironmentsListCatalogItemsDefaultResponse;
|
|
1479
|
-
|
|
1480
|
-
export declare function isUnexpected(response: EnvironmentsGetCatalogItem200Response | EnvironmentsGetCatalogItemDefaultResponse): response is EnvironmentsGetCatalogItemDefaultResponse;
|
|
1481
|
-
|
|
1482
|
-
export declare function isUnexpected(response: EnvironmentsListCatalogItemVersions200Response | EnvironmentsListCatalogItemVersionsDefaultResponse): response is EnvironmentsListCatalogItemVersionsDefaultResponse;
|
|
1483
|
-
|
|
1484
|
-
export declare function isUnexpected(response: EnvironmentsGetCatalogItemVersion200Response | EnvironmentsGetCatalogItemVersionDefaultResponse): response is EnvironmentsGetCatalogItemVersionDefaultResponse;
|
|
1485
|
-
|
|
1486
|
-
export declare function isUnexpected(response: EnvironmentsListEnvironmentTypes200Response | EnvironmentsListEnvironmentTypesDefaultResponse): response is EnvironmentsListEnvironmentTypesDefaultResponse;
|
|
1487
|
-
|
|
1488
|
-
/** Settings for the operating system disk. */
|
|
1489
|
-
export declare interface OSDisk {
|
|
1490
|
-
/** The size of the OS Disk in gigabytes. */
|
|
1491
|
-
diskSizeGB?: number;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
/** Settings for the operating system disk. */
|
|
1495
|
-
export declare interface OSDiskOutput {
|
|
1496
|
-
/** The size of the OS Disk in gigabytes. */
|
|
1497
|
-
diskSizeGB?: number;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
/**
|
|
1501
|
-
* Helper to paginate results from an initial response that follows the specification of Autorest `x-ms-pageable` extension
|
|
1502
|
-
* @param client - Client to use for sending the next page requests
|
|
1503
|
-
* @param initialResponse - Initial response containing the nextLink and current page of elements
|
|
1504
|
-
* @param customGetPage - Optional - Function to define how to extract the page and next link to be used to paginate the results
|
|
1505
|
-
* @returns - PagedAsyncIterableIterator to iterate the elements
|
|
1506
|
-
*/
|
|
1507
|
-
export declare function paginate<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions<TResponse>): PagedAsyncIterableIterator<PaginateReturn<TResponse>>;
|
|
1508
|
-
|
|
1509
|
-
/**
|
|
1510
|
-
* Helper type to infer the Type of the paged elements from the response type
|
|
1511
|
-
* This type is generated based on the swagger information for x-ms-pageable
|
|
1512
|
-
* specifically on the itemName property which indicates the property of the response
|
|
1513
|
-
* where the page items are found. The default value is `value`.
|
|
1514
|
-
* This type will allow us to provide strongly typed Iterator based on the response we get as second parameter
|
|
1515
|
-
*/
|
|
1516
|
-
export declare type PaginateReturn<TResult> = TResult extends {
|
|
1517
|
-
body: {
|
|
1518
|
-
value?: infer TPage;
|
|
1519
|
-
};
|
|
1520
|
-
} ? GetArrayType<TPage> : Array<unknown>;
|
|
1521
|
-
|
|
1522
|
-
/**
|
|
1523
|
-
* Options for the paging helper
|
|
1524
|
-
*/
|
|
1525
|
-
export declare interface PagingOptions<TResponse> {
|
|
1526
|
-
/**
|
|
1527
|
-
* Custom function to extract pagination details for crating the PagedAsyncIterableIterator
|
|
1528
|
-
*/
|
|
1529
|
-
customGetPage?: GetPage<PaginateReturn<TResponse>[]>;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
/** The Pool list result */
|
|
1533
|
-
export declare interface PoolListResultOutput {
|
|
1534
|
-
/** Current page of results */
|
|
1535
|
-
value: Array<PoolOutput>;
|
|
1536
|
-
/** The URL to get the next set of results. */
|
|
1537
|
-
nextLink?: string;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
/** A pool of Dev Boxes. */
|
|
1541
|
-
export declare interface PoolOutput {
|
|
1542
|
-
/** Pool name */
|
|
1543
|
-
name?: string;
|
|
1544
|
-
/** Azure region where Dev Boxes in the pool are located */
|
|
1545
|
-
location?: string;
|
|
1546
|
-
/** The operating system type of Dev Boxes in this pool */
|
|
1547
|
-
osType?: "Windows";
|
|
1548
|
-
/** Hardware settings for the Dev Boxes created in this pool */
|
|
1549
|
-
hardwareProfile?: HardwareProfileOutput;
|
|
1550
|
-
/** Indicates whether hibernate is enabled/disabled or unknown. */
|
|
1551
|
-
hibernateSupport?: "Disabled" | "Enabled";
|
|
1552
|
-
/** Storage settings for Dev Box created in this pool */
|
|
1553
|
-
storageProfile?: StorageProfileOutput;
|
|
1554
|
-
/** Image settings for Dev Boxes create in this pool */
|
|
1555
|
-
imageReference?: ImageReferenceOutput;
|
|
1556
|
-
/** Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes. */
|
|
1557
|
-
localAdministrator?: "Enabled" | "Disabled";
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
/** Results of the project list operation. */
|
|
1561
|
-
export declare interface ProjectListResultOutput {
|
|
1562
|
-
/** Current page of results. */
|
|
1563
|
-
value: Array<ProjectOutput>;
|
|
1564
|
-
/** URL to get the next set of results if there are any. */
|
|
1565
|
-
nextLink?: string;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
/** Project details. */
|
|
1569
|
-
export declare interface ProjectOutput {
|
|
1570
|
-
/** Name of the project */
|
|
1571
|
-
name?: string;
|
|
1572
|
-
/** Description of the project. */
|
|
1573
|
-
description?: string;
|
|
1574
|
-
}
|
|
1575
|
-
|
|
1576
|
-
/** Error details */
|
|
1577
|
-
export declare interface ProvisioningError {
|
|
1578
|
-
/** The error code. */
|
|
1579
|
-
code?: string;
|
|
1580
|
-
/** The error message. */
|
|
1581
|
-
message?: string;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
/** Error details */
|
|
1585
|
-
export declare interface ProvisioningErrorOutput {
|
|
1586
|
-
/** The error code. */
|
|
1587
|
-
code?: string;
|
|
1588
|
-
/** The error message. */
|
|
1589
|
-
message?: string;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
/** Provides RDP connection information */
|
|
1593
|
-
export declare interface RemoteConnectionOutput {
|
|
1594
|
-
/** URL to open a browser based RDP session */
|
|
1595
|
-
webUrl?: string;
|
|
1596
|
-
/** Link to open a Remote Desktop session */
|
|
1597
|
-
rdpConnectionUrl?: string;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
export declare interface Routes {
|
|
1601
|
-
/** Resource for '/projects' has methods for the following verbs: get */
|
|
1602
|
-
(path: "/projects"): DevCenterListProjects;
|
|
1603
|
-
/** Resource for '/projects/\{projectName\}' has methods for the following verbs: get */
|
|
1604
|
-
(path: "/projects/{projectName}", projectName: string): DevCenterGetProject;
|
|
1605
|
-
/** Resource for '/devboxes' has methods for the following verbs: get */
|
|
1606
|
-
(path: "/devboxes"): DevCenterListAllDevBoxes;
|
|
1607
|
-
/** Resource for '/users/\{userId\}/devboxes' has methods for the following verbs: get */
|
|
1608
|
-
(path: "/users/{userId}/devboxes", userId: string): DevCenterListAllDevBoxesByUser;
|
|
1609
|
-
/** Resource for '/projects/\{projectName\}/pools' has methods for the following verbs: get */
|
|
1610
|
-
(path: "/projects/{projectName}/pools", projectName: string): DevBoxesListPools;
|
|
1611
|
-
/** Resource for '/projects/\{projectName\}/pools/\{poolName\}' has methods for the following verbs: get */
|
|
1612
|
-
(path: "/projects/{projectName}/pools/{poolName}", projectName: string, poolName: string): DevBoxesGetPool;
|
|
1613
|
-
/** Resource for '/projects/\{projectName\}/pools/\{poolName\}/schedules' has methods for the following verbs: get */
|
|
1614
|
-
(path: "/projects/{projectName}/pools/{poolName}/schedules", projectName: string, poolName: string): DevBoxesListSchedulesByPool;
|
|
1615
|
-
/** Resource for '/projects/\{projectName\}/pools/\{poolName\}/schedules/\{scheduleName\}' has methods for the following verbs: get */
|
|
1616
|
-
(path: "/projects/{projectName}/pools/{poolName}/schedules/{scheduleName}", projectName: string, poolName: string, scheduleName: string): DevBoxesGetScheduleByPool;
|
|
1617
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes' has methods for the following verbs: get */
|
|
1618
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes", projectName: string, userId: string): DevBoxesListDevBoxesByUser;
|
|
1619
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}' has methods for the following verbs: get, put, delete */
|
|
1620
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}", projectName: string, userId: string, devBoxName: string): DevBoxesGetDevBoxByUser;
|
|
1621
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}:start' has methods for the following verbs: post */
|
|
1622
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:start", projectName: string, userId: string, devBoxName: string): DevBoxesStartDevBox;
|
|
1623
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}:stop' has methods for the following verbs: post */
|
|
1624
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}:stop", projectName: string, userId: string, devBoxName: string): DevBoxesStopDevBox;
|
|
1625
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}/remoteConnection' has methods for the following verbs: get */
|
|
1626
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/remoteConnection", projectName: string, userId: string, devBoxName: string): DevBoxesGetRemoteConnection;
|
|
1627
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}/upcomingActions' has methods for the following verbs: get */
|
|
1628
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions", projectName: string, userId: string, devBoxName: string): DevBoxesListUpcomingActions;
|
|
1629
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}/upcomingActions/\{upcomingActionId\}' has methods for the following verbs: get */
|
|
1630
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}", projectName: string, userId: string, devBoxName: string, upcomingActionId: string): DevBoxesGetUpcomingAction;
|
|
1631
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}/upcomingActions/\{upcomingActionId\}:skip' has methods for the following verbs: post */
|
|
1632
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:skip", projectName: string, userId: string, devBoxName: string, upcomingActionId: string): DevBoxesSkipUpcomingAction;
|
|
1633
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/devboxes/\{devBoxName\}/upcomingActions/\{upcomingActionId\}:delay' has methods for the following verbs: post */
|
|
1634
|
-
(path: "/projects/{projectName}/users/{userId}/devboxes/{devBoxName}/upcomingActions/{upcomingActionId}:delay", projectName: string, userId: string, devBoxName: string, upcomingActionId: string): DevBoxesDelayUpcomingAction;
|
|
1635
|
-
/** Resource for '/projects/\{projectName\}/environments' has methods for the following verbs: get */
|
|
1636
|
-
(path: "/projects/{projectName}/environments", projectName: string): EnvironmentsListEnvironments;
|
|
1637
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/environments' has methods for the following verbs: get */
|
|
1638
|
-
(path: "/projects/{projectName}/users/{userId}/environments", projectName: string, userId: string): EnvironmentsListEnvironmentsByUser;
|
|
1639
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/environments/\{environmentName\}' has methods for the following verbs: get, put, patch, delete */
|
|
1640
|
-
(path: "/projects/{projectName}/users/{userId}/environments/{environmentName}", projectName: string, userId: string, environmentName: string): EnvironmentsGetEnvironmentByUser;
|
|
1641
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/environments/\{environmentName\}:deploy' has methods for the following verbs: post */
|
|
1642
|
-
(path: "/projects/{projectName}/users/{userId}/environments/{environmentName}:deploy", projectName: string, userId: string, environmentName: string): EnvironmentsDeployEnvironmentAction;
|
|
1643
|
-
/** Resource for '/projects/\{projectName\}/users/\{userId\}/environments/\{environmentName\}:custom' has methods for the following verbs: post */
|
|
1644
|
-
(path: "/projects/{projectName}/users/{userId}/environments/{environmentName}:custom", projectName: string, userId: string, environmentName: string): EnvironmentsCustomEnvironmentAction;
|
|
1645
|
-
/** Resource for '/projects/\{projectName\}/catalogItems' has methods for the following verbs: get */
|
|
1646
|
-
(path: "/projects/{projectName}/catalogItems", projectName: string): EnvironmentsListCatalogItems;
|
|
1647
|
-
/** Resource for '/projects/\{projectName\}/catalogItems/\{catalogItemId\}' has methods for the following verbs: get */
|
|
1648
|
-
(path: "/projects/{projectName}/catalogItems/{catalogItemId}", projectName: string, catalogItemId: string): EnvironmentsGetCatalogItem;
|
|
1649
|
-
/** Resource for '/projects/\{projectName\}/catalogItems/\{catalogItemId\}/versions' has methods for the following verbs: get */
|
|
1650
|
-
(path: "/projects/{projectName}/catalogItems/{catalogItemId}/versions", projectName: string, catalogItemId: string): EnvironmentsListCatalogItemVersions;
|
|
1651
|
-
/** Resource for '/projects/\{projectName\}/catalogItems/\{catalogItemId\}/versions/\{version\}' has methods for the following verbs: get */
|
|
1652
|
-
(path: "/projects/{projectName}/catalogItems/{catalogItemId}/versions/{version}", projectName: string, catalogItemId: string, version: string): EnvironmentsGetCatalogItemVersion;
|
|
1653
|
-
/** Resource for '/projects/\{projectName\}/environmentTypes' has methods for the following verbs: get */
|
|
1654
|
-
(path: "/projects/{projectName}/environmentTypes", projectName: string): EnvironmentsListEnvironmentTypes;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
/** Scheduled task to auto-expire an environment. */
|
|
1658
|
-
export declare interface ScheduledTask {
|
|
1659
|
-
/** Supported type this scheduled task represents. */
|
|
1660
|
-
type: "AutoExpire";
|
|
1661
|
-
/** Indicates whether or not this scheduled task is enabled. */
|
|
1662
|
-
enabled?: "Enabled" | "Disabled";
|
|
1663
|
-
/** Date/time by which the environment should expire */
|
|
1664
|
-
startTime: Date | string;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
/** Scheduled task to auto-expire an environment. */
|
|
1668
|
-
export declare interface ScheduledTaskOutput {
|
|
1669
|
-
/** Supported type this scheduled task represents. */
|
|
1670
|
-
type: "AutoExpire";
|
|
1671
|
-
/** Indicates whether or not this scheduled task is enabled. */
|
|
1672
|
-
enabled?: "Enabled" | "Disabled";
|
|
1673
|
-
/** Date/time by which the environment should expire */
|
|
1674
|
-
startTime: string;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
/** The Schedule list result */
|
|
1678
|
-
export declare interface ScheduleListResultOutput {
|
|
1679
|
-
/** Current page of results */
|
|
1680
|
-
value: Array<ScheduleOutput>;
|
|
1681
|
-
/** The URL to get the next set of results. */
|
|
1682
|
-
nextLink?: string;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
/** A Schedule to execute action. */
|
|
1686
|
-
export declare interface ScheduleOutput {
|
|
1687
|
-
/** Display name for the Schedule */
|
|
1688
|
-
name?: string;
|
|
1689
|
-
/** Supported type this scheduled task represents. */
|
|
1690
|
-
type?: "StopDevBox";
|
|
1691
|
-
/** The frequency of this scheduled task. */
|
|
1692
|
-
frequency?: "Daily";
|
|
1693
|
-
/** The target time to trigger the action. The format is HH:MM. */
|
|
1694
|
-
time?: string;
|
|
1695
|
-
/** The IANA timezone id at which the schedule should execute. */
|
|
1696
|
-
timeZone?: string;
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
/** Storage settings for the Dev Box's disks */
|
|
1700
|
-
export declare interface StorageProfile {
|
|
1701
|
-
/** Settings for the operating system disk. */
|
|
1702
|
-
osDisk?: OSDisk;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
/** Storage settings for the Dev Box's disks */
|
|
1706
|
-
export declare interface StorageProfileOutput {
|
|
1707
|
-
/** Settings for the operating system disk. */
|
|
1708
|
-
osDisk?: OSDiskOutput;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
/** An upcoming Action. */
|
|
1712
|
-
export declare interface UpcomingActionOutput {
|
|
1713
|
-
/** Uniquely identifies the action. */
|
|
1714
|
-
id?: string;
|
|
1715
|
-
/** The action that will be taken. */
|
|
1716
|
-
actionType?: "Stop";
|
|
1717
|
-
/** The reason for this action. */
|
|
1718
|
-
reason?: "Schedule";
|
|
1719
|
-
/** The target time the action will be triggered (UTC). */
|
|
1720
|
-
scheduledTime?: string;
|
|
1721
|
-
/** The original scheduled time for the action (UTC). */
|
|
1722
|
-
originalScheduledTime?: string;
|
|
1723
|
-
/** The id of the resource which triggered this action */
|
|
1724
|
-
sourceId?: string;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
/** The Upcoming Action list result */
|
|
1728
|
-
export declare interface UpcomingActionsListResultOutput {
|
|
1729
|
-
/** Current page of results */
|
|
1730
|
-
value: Array<UpcomingActionOutput>;
|
|
1731
|
-
/** The URL to get the next set of results. */
|
|
1732
|
-
nextLink?: string;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
export { }
|