@azure/arm-databricks 2.0.0 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +66 -82
- package/dist/index.js +3186 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClient.d.ts +20 -0
- package/dist-esm/src/azureDatabricksManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClient.js +27 -0
- package/dist-esm/src/azureDatabricksManagementClient.js.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.d.ts +16 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.js +49 -0
- package/dist-esm/src/azureDatabricksManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +839 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +94 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +44 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +578 -549
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +17 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +77 -51
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +14 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +22 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +65 -0
- package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +347 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +169 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/vNetPeering.d.ts +81 -0
- package/dist-esm/src/operations/vNetPeering.d.ts.map +1 -0
- package/dist-esm/src/operations/vNetPeering.js +338 -0
- package/dist-esm/src/operations/vNetPeering.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +107 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +500 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js} +2 -9
- package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -2
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.js +9 -0
- package/dist-esm/src/operationsInterfaces/vNetPeering.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
- package/dist-esm/test/databricks_examples.d.ts +2 -0
- package/dist-esm/test/databricks_examples.d.ts.map +1 -0
- package/dist-esm/test/databricks_examples.js +100 -0
- package/dist-esm/test/databricks_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-databricks.api.md +742 -0
- package/rollup.config.js +181 -30
- package/src/azureDatabricksManagementClient.ts +42 -39
- package/src/azureDatabricksManagementClientContext.ts +45 -40
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +712 -1127
- package/src/models/mappers.ts +585 -552
- package/src/models/parameters.ts +101 -52
- package/src/operations/index.ts +2 -2
- package/src/operations/operations.ts +82 -70
- package/src/operations/outboundNetworkDependenciesEndpoints.ts +85 -0
- package/src/operations/privateEndpointConnections.ts +326 -184
- package/src/operations/privateLinkResources.ts +141 -123
- package/src/operations/vNetPeering.ts +349 -199
- package/src/operations/workspaces.ts +503 -308
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +3 -3
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +29 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/vNetPeering.ts +109 -0
- package/src/operationsInterfaces/workspaces.ts +139 -0
- package/tsconfig.json +3 -3
- package/types/arm-databricks.d.ts +1198 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-databricks.js +0 -2791
- package/dist/arm-databricks.js.map +0 -1
- package/dist/arm-databricks.min.js +0 -1
- package/dist/arm-databricks.min.js.map +0 -1
- package/esm/azureDatabricksManagementClient.d.ts +0 -28
- package/esm/azureDatabricksManagementClient.d.ts.map +0 -1
- package/esm/azureDatabricksManagementClient.js +0 -41
- package/esm/azureDatabricksManagementClient.js.map +0 -1
- package/esm/azureDatabricksManagementClientContext.d.ts +0 -21
- package/esm/azureDatabricksManagementClientContext.d.ts.map +0 -1
- package/esm/azureDatabricksManagementClientContext.js +0 -59
- package/esm/azureDatabricksManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1273
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -43
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/vNetPeeringMappers.d.ts +0 -2
- package/esm/models/vNetPeeringMappers.d.ts.map +0 -1
- package/esm/models/vNetPeeringMappers.js +0 -9
- package/esm/models/vNetPeeringMappers.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -9
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -122
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -240
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -79
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/vNetPeering.d.ts +0 -115
- package/esm/operations/vNetPeering.d.ts.map +0 -1
- package/esm/operations/vNetPeering.js +0 -237
- package/esm/operations/vNetPeering.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -156
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -337
- package/esm/operations/workspaces.js.map +0 -1
- package/src/models/privateEndpointConnectionsMappers.ts +0 -43
- package/src/models/privateLinkResourcesMappers.ts +0 -43
- package/src/models/vNetPeeringMappers.ts +0 -43
- package/src/models/workspacesMappers.ts +0 -44
|
@@ -0,0 +1,742 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-databricks"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AddressSpace {
|
|
15
|
+
addressPrefixes?: string[];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public (undocumented)
|
|
19
|
+
export class AzureDatabricksManagementClient extends AzureDatabricksManagementClientContext {
|
|
20
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureDatabricksManagementClientOptionalParams);
|
|
21
|
+
// (undocumented)
|
|
22
|
+
operations: Operations;
|
|
23
|
+
// (undocumented)
|
|
24
|
+
outboundNetworkDependenciesEndpoints: OutboundNetworkDependenciesEndpoints;
|
|
25
|
+
// (undocumented)
|
|
26
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
27
|
+
// (undocumented)
|
|
28
|
+
privateLinkResources: PrivateLinkResources;
|
|
29
|
+
// (undocumented)
|
|
30
|
+
vNetPeering: VNetPeering;
|
|
31
|
+
// (undocumented)
|
|
32
|
+
workspaces: Workspaces;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// @public (undocumented)
|
|
36
|
+
export class AzureDatabricksManagementClientContext extends coreClient.ServiceClient {
|
|
37
|
+
// (undocumented)
|
|
38
|
+
$host: string;
|
|
39
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureDatabricksManagementClientOptionalParams);
|
|
40
|
+
// (undocumented)
|
|
41
|
+
apiVersion: string;
|
|
42
|
+
// (undocumented)
|
|
43
|
+
subscriptionId: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface AzureDatabricksManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
48
|
+
$host?: string;
|
|
49
|
+
apiVersion?: string;
|
|
50
|
+
endpoint?: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export interface CreatedBy {
|
|
55
|
+
readonly applicationId?: string;
|
|
56
|
+
readonly oid?: string;
|
|
57
|
+
readonly puid?: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export type CreatedByType = string;
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export type CustomParameterType = string;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface Encryption {
|
|
68
|
+
keyName?: string;
|
|
69
|
+
keySource?: KeySource;
|
|
70
|
+
keyVaultUri?: string;
|
|
71
|
+
keyVersion?: string;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// @public
|
|
75
|
+
export interface EncryptionEntitiesDefinition {
|
|
76
|
+
managedServices?: EncryptionV2;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export type EncryptionKeySource = string;
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface EncryptionV2 {
|
|
84
|
+
keySource: EncryptionKeySource;
|
|
85
|
+
keyVaultProperties?: EncryptionV2KeyVaultProperties;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface EncryptionV2KeyVaultProperties {
|
|
90
|
+
keyName: string;
|
|
91
|
+
keyVaultUri: string;
|
|
92
|
+
keyVersion: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface EndpointDependency {
|
|
97
|
+
domainName?: string;
|
|
98
|
+
endpointDetails?: EndpointDetail[];
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// @public
|
|
102
|
+
export interface EndpointDetail {
|
|
103
|
+
ipAddress?: string;
|
|
104
|
+
isAccessible?: boolean;
|
|
105
|
+
latency?: number;
|
|
106
|
+
port?: number;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export interface ErrorDetail {
|
|
111
|
+
code: string;
|
|
112
|
+
message: string;
|
|
113
|
+
target?: string;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export interface ErrorInfo {
|
|
118
|
+
code: string;
|
|
119
|
+
details?: ErrorDetail[];
|
|
120
|
+
innererror?: string;
|
|
121
|
+
message: string;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface ErrorResponse {
|
|
126
|
+
error: ErrorInfo;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export type GroupIdInformation = Resource & {
|
|
131
|
+
properties: GroupIdInformationProperties;
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export interface GroupIdInformationProperties {
|
|
136
|
+
groupId?: string;
|
|
137
|
+
requiredMembers?: string[];
|
|
138
|
+
requiredZoneNames?: string[];
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export type KeySource = string;
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export enum KnownCreatedByType {
|
|
146
|
+
// (undocumented)
|
|
147
|
+
Application = "Application",
|
|
148
|
+
// (undocumented)
|
|
149
|
+
Key = "Key",
|
|
150
|
+
// (undocumented)
|
|
151
|
+
ManagedIdentity = "ManagedIdentity",
|
|
152
|
+
// (undocumented)
|
|
153
|
+
User = "User"
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export enum KnownCustomParameterType {
|
|
158
|
+
// (undocumented)
|
|
159
|
+
Bool = "Bool",
|
|
160
|
+
// (undocumented)
|
|
161
|
+
Object = "Object",
|
|
162
|
+
// (undocumented)
|
|
163
|
+
String = "String"
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// @public
|
|
167
|
+
export enum KnownEncryptionKeySource {
|
|
168
|
+
// (undocumented)
|
|
169
|
+
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export enum KnownKeySource {
|
|
174
|
+
// (undocumented)
|
|
175
|
+
Default = "Default",
|
|
176
|
+
// (undocumented)
|
|
177
|
+
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export enum KnownPeeringProvisioningState {
|
|
182
|
+
// (undocumented)
|
|
183
|
+
Deleting = "Deleting",
|
|
184
|
+
// (undocumented)
|
|
185
|
+
Failed = "Failed",
|
|
186
|
+
// (undocumented)
|
|
187
|
+
Succeeded = "Succeeded",
|
|
188
|
+
// (undocumented)
|
|
189
|
+
Updating = "Updating"
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export enum KnownPeeringState {
|
|
194
|
+
// (undocumented)
|
|
195
|
+
Connected = "Connected",
|
|
196
|
+
// (undocumented)
|
|
197
|
+
Disconnected = "Disconnected",
|
|
198
|
+
// (undocumented)
|
|
199
|
+
Initiated = "Initiated"
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
204
|
+
// (undocumented)
|
|
205
|
+
Creating = "Creating",
|
|
206
|
+
// (undocumented)
|
|
207
|
+
Deleting = "Deleting",
|
|
208
|
+
// (undocumented)
|
|
209
|
+
Failed = "Failed",
|
|
210
|
+
// (undocumented)
|
|
211
|
+
Succeeded = "Succeeded",
|
|
212
|
+
// (undocumented)
|
|
213
|
+
Updating = "Updating"
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// @public
|
|
217
|
+
export enum KnownPrivateLinkServiceConnectionStatus {
|
|
218
|
+
// (undocumented)
|
|
219
|
+
Approved = "Approved",
|
|
220
|
+
// (undocumented)
|
|
221
|
+
Disconnected = "Disconnected",
|
|
222
|
+
// (undocumented)
|
|
223
|
+
Pending = "Pending",
|
|
224
|
+
// (undocumented)
|
|
225
|
+
Rejected = "Rejected"
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export enum KnownProvisioningState {
|
|
230
|
+
// (undocumented)
|
|
231
|
+
Accepted = "Accepted",
|
|
232
|
+
// (undocumented)
|
|
233
|
+
Canceled = "Canceled",
|
|
234
|
+
// (undocumented)
|
|
235
|
+
Created = "Created",
|
|
236
|
+
// (undocumented)
|
|
237
|
+
Creating = "Creating",
|
|
238
|
+
// (undocumented)
|
|
239
|
+
Deleted = "Deleted",
|
|
240
|
+
// (undocumented)
|
|
241
|
+
Deleting = "Deleting",
|
|
242
|
+
// (undocumented)
|
|
243
|
+
Failed = "Failed",
|
|
244
|
+
// (undocumented)
|
|
245
|
+
Ready = "Ready",
|
|
246
|
+
// (undocumented)
|
|
247
|
+
Running = "Running",
|
|
248
|
+
// (undocumented)
|
|
249
|
+
Succeeded = "Succeeded",
|
|
250
|
+
// (undocumented)
|
|
251
|
+
Updating = "Updating"
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export enum KnownPublicNetworkAccess {
|
|
256
|
+
// (undocumented)
|
|
257
|
+
Disabled = "Disabled",
|
|
258
|
+
// (undocumented)
|
|
259
|
+
Enabled = "Enabled"
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export enum KnownRequiredNsgRules {
|
|
264
|
+
// (undocumented)
|
|
265
|
+
AllRules = "AllRules",
|
|
266
|
+
// (undocumented)
|
|
267
|
+
NoAzureDatabricksRules = "NoAzureDatabricksRules",
|
|
268
|
+
// (undocumented)
|
|
269
|
+
NoAzureServiceRules = "NoAzureServiceRules"
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export interface ManagedIdentityConfiguration {
|
|
274
|
+
readonly principalId?: string;
|
|
275
|
+
readonly tenantId?: string;
|
|
276
|
+
readonly type?: string;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
// @public
|
|
280
|
+
export interface Operation {
|
|
281
|
+
display?: OperationDisplay;
|
|
282
|
+
name?: string;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export interface OperationDisplay {
|
|
287
|
+
operation?: string;
|
|
288
|
+
provider?: string;
|
|
289
|
+
resource?: string;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// @public
|
|
293
|
+
export interface OperationListResult {
|
|
294
|
+
nextLink?: string;
|
|
295
|
+
value?: Operation[];
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export interface Operations {
|
|
300
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
// @public
|
|
304
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
309
|
+
|
|
310
|
+
// @public
|
|
311
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export type OperationsListResponse = OperationListResult;
|
|
316
|
+
|
|
317
|
+
// @public
|
|
318
|
+
export interface OutboundEnvironmentEndpoint {
|
|
319
|
+
category?: string;
|
|
320
|
+
endpoints?: EndpointDependency[];
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export interface OutboundNetworkDependenciesEndpoints {
|
|
325
|
+
list(resourceGroupName: string, workspaceName: string, options?: OutboundNetworkDependenciesEndpointsListOptionalParams): Promise<OutboundNetworkDependenciesEndpointsListResponse>;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export interface OutboundNetworkDependenciesEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
// @public
|
|
333
|
+
export type OutboundNetworkDependenciesEndpointsListResponse = OutboundEnvironmentEndpoint[];
|
|
334
|
+
|
|
335
|
+
// @public
|
|
336
|
+
export type PeeringProvisioningState = string;
|
|
337
|
+
|
|
338
|
+
// @public
|
|
339
|
+
export type PeeringState = string;
|
|
340
|
+
|
|
341
|
+
// @public
|
|
342
|
+
export interface PrivateEndpoint {
|
|
343
|
+
readonly id?: string;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export interface PrivateEndpointConnection {
|
|
348
|
+
readonly id?: string;
|
|
349
|
+
readonly name?: string;
|
|
350
|
+
properties: PrivateEndpointConnectionProperties;
|
|
351
|
+
readonly type?: string;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
// @public
|
|
355
|
+
export interface PrivateEndpointConnectionProperties {
|
|
356
|
+
privateEndpoint?: PrivateEndpoint;
|
|
357
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
358
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export interface PrivateEndpointConnections {
|
|
366
|
+
beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateResponse>, PrivateEndpointConnectionsCreateResponse>>;
|
|
367
|
+
beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnectionsCreateResponse>;
|
|
368
|
+
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
369
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
370
|
+
get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
371
|
+
list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export interface PrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
376
|
+
resumeFrom?: string;
|
|
377
|
+
updateIntervalInMs?: number;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
// @public
|
|
381
|
+
export type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
385
|
+
resumeFrom?: string;
|
|
386
|
+
updateIntervalInMs?: number;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
// @public
|
|
390
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface PrivateEndpointConnectionsList {
|
|
398
|
+
nextLink?: string;
|
|
399
|
+
value?: PrivateEndpointConnection[];
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionsList;
|
|
408
|
+
|
|
409
|
+
// @public
|
|
410
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
// @public
|
|
414
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionsList;
|
|
415
|
+
|
|
416
|
+
// @public
|
|
417
|
+
export interface PrivateLinkResources {
|
|
418
|
+
get(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
419
|
+
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<GroupIdInformation>;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export type PrivateLinkResourcesGetResponse = GroupIdInformation;
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export interface PrivateLinkResourcesList {
|
|
431
|
+
nextLink?: string;
|
|
432
|
+
value?: GroupIdInformation[];
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface PrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export type PrivateLinkResourcesListNextResponse = PrivateLinkResourcesList;
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
// @public
|
|
447
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourcesList;
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface PrivateLinkServiceConnectionState {
|
|
451
|
+
actionRequired?: string;
|
|
452
|
+
description?: string;
|
|
453
|
+
status: PrivateLinkServiceConnectionStatus;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export type PrivateLinkServiceConnectionStatus = string;
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type ProvisioningState = string;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export type PublicNetworkAccess = string;
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export type RequiredNsgRules = string;
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export interface Resource {
|
|
470
|
+
readonly id?: string;
|
|
471
|
+
readonly name?: string;
|
|
472
|
+
readonly type?: string;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
// @public
|
|
476
|
+
export interface Sku {
|
|
477
|
+
name: string;
|
|
478
|
+
tier?: string;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
// @public
|
|
482
|
+
export interface SystemData {
|
|
483
|
+
createdAt?: Date;
|
|
484
|
+
createdBy?: string;
|
|
485
|
+
createdByType?: CreatedByType;
|
|
486
|
+
lastModifiedAt?: Date;
|
|
487
|
+
lastModifiedBy?: string;
|
|
488
|
+
lastModifiedByType?: CreatedByType;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export type TrackedResource = Resource & {
|
|
493
|
+
tags?: {
|
|
494
|
+
[propertyName: string]: string;
|
|
495
|
+
};
|
|
496
|
+
location: string;
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface VirtualNetworkPeering {
|
|
501
|
+
allowForwardedTraffic?: boolean;
|
|
502
|
+
allowGatewayTransit?: boolean;
|
|
503
|
+
allowVirtualNetworkAccess?: boolean;
|
|
504
|
+
databricksAddressSpace?: AddressSpace;
|
|
505
|
+
databricksVirtualNetwork?: VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork;
|
|
506
|
+
readonly id?: string;
|
|
507
|
+
readonly name?: string;
|
|
508
|
+
readonly peeringState?: PeeringState;
|
|
509
|
+
readonly provisioningState?: PeeringProvisioningState;
|
|
510
|
+
remoteAddressSpace?: AddressSpace;
|
|
511
|
+
remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork;
|
|
512
|
+
readonly type?: string;
|
|
513
|
+
useRemoteGateways?: boolean;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface VirtualNetworkPeeringList {
|
|
518
|
+
nextLink?: string;
|
|
519
|
+
value?: VirtualNetworkPeering[];
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork {
|
|
524
|
+
id?: string;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
// @public
|
|
528
|
+
export interface VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork {
|
|
529
|
+
id?: string;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
// @public
|
|
533
|
+
export interface VNetPeering {
|
|
534
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, peeringName: string, virtualNetworkPeeringParameters: VirtualNetworkPeering, options?: VNetPeeringCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VNetPeeringCreateOrUpdateResponse>, VNetPeeringCreateOrUpdateResponse>>;
|
|
535
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, peeringName: string, virtualNetworkPeeringParameters: VirtualNetworkPeering, options?: VNetPeeringCreateOrUpdateOptionalParams): Promise<VNetPeeringCreateOrUpdateResponse>;
|
|
536
|
+
beginDelete(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
537
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringDeleteOptionalParams): Promise<void>;
|
|
538
|
+
get(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringGetOptionalParams): Promise<VNetPeeringGetResponse>;
|
|
539
|
+
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: VNetPeeringListByWorkspaceOptionalParams): PagedAsyncIterableIterator<VirtualNetworkPeering>;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export interface VNetPeeringCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
544
|
+
resumeFrom?: string;
|
|
545
|
+
updateIntervalInMs?: number;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export type VNetPeeringCreateOrUpdateResponse = VirtualNetworkPeering;
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export interface VNetPeeringDeleteOptionalParams extends coreClient.OperationOptions {
|
|
553
|
+
resumeFrom?: string;
|
|
554
|
+
updateIntervalInMs?: number;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
// @public
|
|
558
|
+
export interface VNetPeeringGetOptionalParams extends coreClient.OperationOptions {
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export type VNetPeeringGetResponse = VirtualNetworkPeering;
|
|
563
|
+
|
|
564
|
+
// @public
|
|
565
|
+
export interface VNetPeeringListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export type VNetPeeringListByWorkspaceNextResponse = VirtualNetworkPeeringList;
|
|
570
|
+
|
|
571
|
+
// @public
|
|
572
|
+
export interface VNetPeeringListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export type VNetPeeringListByWorkspaceResponse = VirtualNetworkPeeringList;
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export type Workspace = TrackedResource & {
|
|
580
|
+
sku?: Sku;
|
|
581
|
+
readonly systemData?: SystemData;
|
|
582
|
+
managedResourceGroupId: string;
|
|
583
|
+
parameters?: WorkspaceCustomParameters;
|
|
584
|
+
readonly provisioningState?: ProvisioningState;
|
|
585
|
+
uiDefinitionUri?: string;
|
|
586
|
+
authorizations?: WorkspaceProviderAuthorization[];
|
|
587
|
+
createdBy?: CreatedBy;
|
|
588
|
+
updatedBy?: CreatedBy;
|
|
589
|
+
readonly createdDateTime?: Date;
|
|
590
|
+
readonly workspaceId?: string;
|
|
591
|
+
readonly workspaceUrl?: string;
|
|
592
|
+
storageAccountIdentity?: ManagedIdentityConfiguration;
|
|
593
|
+
encryption?: WorkspacePropertiesEncryption;
|
|
594
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
595
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
596
|
+
requiredNsgRules?: RequiredNsgRules;
|
|
597
|
+
};
|
|
598
|
+
|
|
599
|
+
// @public
|
|
600
|
+
export interface WorkspaceCustomBooleanParameter {
|
|
601
|
+
readonly type?: CustomParameterType;
|
|
602
|
+
value: boolean;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export interface WorkspaceCustomObjectParameter {
|
|
607
|
+
readonly type?: CustomParameterType;
|
|
608
|
+
value: Record<string, unknown>;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface WorkspaceCustomParameters {
|
|
613
|
+
amlWorkspaceId?: WorkspaceCustomStringParameter;
|
|
614
|
+
customPrivateSubnetName?: WorkspaceCustomStringParameter;
|
|
615
|
+
customPublicSubnetName?: WorkspaceCustomStringParameter;
|
|
616
|
+
customVirtualNetworkId?: WorkspaceCustomStringParameter;
|
|
617
|
+
enableNoPublicIp?: WorkspaceCustomBooleanParameter;
|
|
618
|
+
encryption?: WorkspaceEncryptionParameter;
|
|
619
|
+
loadBalancerBackendPoolName?: WorkspaceCustomStringParameter;
|
|
620
|
+
loadBalancerId?: WorkspaceCustomStringParameter;
|
|
621
|
+
natGatewayName?: WorkspaceCustomStringParameter;
|
|
622
|
+
prepareEncryption?: WorkspaceCustomBooleanParameter;
|
|
623
|
+
publicIpName?: WorkspaceCustomStringParameter;
|
|
624
|
+
requireInfrastructureEncryption?: WorkspaceCustomBooleanParameter;
|
|
625
|
+
readonly resourceTags?: WorkspaceCustomObjectParameter;
|
|
626
|
+
storageAccountName?: WorkspaceCustomStringParameter;
|
|
627
|
+
storageAccountSkuName?: WorkspaceCustomStringParameter;
|
|
628
|
+
vnetAddressPrefix?: WorkspaceCustomStringParameter;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export interface WorkspaceCustomStringParameter {
|
|
633
|
+
readonly type?: CustomParameterType;
|
|
634
|
+
value: string;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export interface WorkspaceEncryptionParameter {
|
|
639
|
+
readonly type?: CustomParameterType;
|
|
640
|
+
value?: Encryption;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export interface WorkspaceListResult {
|
|
645
|
+
nextLink?: string;
|
|
646
|
+
value?: Workspace[];
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface WorkspacePropertiesEncryption {
|
|
651
|
+
entities: EncryptionEntitiesDefinition;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface WorkspaceProviderAuthorization {
|
|
656
|
+
principalId: string;
|
|
657
|
+
roleDefinitionId: string;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export interface Workspaces {
|
|
662
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
|
|
663
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
|
|
664
|
+
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
665
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
|
|
666
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams): Promise<PollerLike<PollOperationState<WorkspacesUpdateResponse>, WorkspacesUpdateResponse>>;
|
|
667
|
+
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
|
|
668
|
+
get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
|
|
669
|
+
listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
670
|
+
listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
675
|
+
resumeFrom?: string;
|
|
676
|
+
updateIntervalInMs?: number;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public
|
|
680
|
+
export type WorkspacesCreateOrUpdateResponse = Workspace;
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
684
|
+
resumeFrom?: string;
|
|
685
|
+
updateIntervalInMs?: number;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
// @public
|
|
693
|
+
export type WorkspacesGetResponse = Workspace;
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
// @public
|
|
700
|
+
export type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;
|
|
701
|
+
|
|
702
|
+
// @public
|
|
703
|
+
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
708
|
+
|
|
709
|
+
// @public
|
|
710
|
+
export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
// @public
|
|
714
|
+
export type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
// @public
|
|
721
|
+
export type WorkspacesListBySubscriptionResponse = WorkspaceListResult;
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
725
|
+
resumeFrom?: string;
|
|
726
|
+
updateIntervalInMs?: number;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// @public
|
|
730
|
+
export type WorkspacesUpdateResponse = Workspace;
|
|
731
|
+
|
|
732
|
+
// @public
|
|
733
|
+
export interface WorkspaceUpdate {
|
|
734
|
+
tags?: {
|
|
735
|
+
[propertyName: string]: string;
|
|
736
|
+
};
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
// (No @packageDocumentation comment for this package)
|
|
741
|
+
|
|
742
|
+
```
|