@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
package/esm/models/index.d.ts
DELETED
|
@@ -1,1273 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* The Value.
|
|
6
|
-
*/
|
|
7
|
-
export interface WorkspaceCustomStringParameter {
|
|
8
|
-
/**
|
|
9
|
-
* The type of variable that this is. Possible values include: 'Bool', 'Object', 'String'
|
|
10
|
-
*/
|
|
11
|
-
type?: CustomParameterType;
|
|
12
|
-
/**
|
|
13
|
-
* The value which should be used for this field.
|
|
14
|
-
*/
|
|
15
|
-
value: string;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* The value which should be used for this field.
|
|
19
|
-
*/
|
|
20
|
-
export interface WorkspaceCustomBooleanParameter {
|
|
21
|
-
/**
|
|
22
|
-
* The type of variable that this is. Possible values include: 'Bool', 'Object', 'String'
|
|
23
|
-
*/
|
|
24
|
-
type?: CustomParameterType;
|
|
25
|
-
/**
|
|
26
|
-
* The value which should be used for this field.
|
|
27
|
-
*/
|
|
28
|
-
value: boolean;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* The object that contains details of encryption used on the workspace.
|
|
32
|
-
*/
|
|
33
|
-
export interface Encryption {
|
|
34
|
-
/**
|
|
35
|
-
* The encryption keySource (provider). Possible values (case-insensitive): Default,
|
|
36
|
-
* Microsoft.Keyvault. Possible values include: 'Default', 'Microsoft.Keyvault'. Default value:
|
|
37
|
-
* 'Default'.
|
|
38
|
-
*/
|
|
39
|
-
keySource?: KeySource;
|
|
40
|
-
/**
|
|
41
|
-
* The name of KeyVault key.
|
|
42
|
-
*/
|
|
43
|
-
keyName?: string;
|
|
44
|
-
/**
|
|
45
|
-
* The version of KeyVault key.
|
|
46
|
-
*/
|
|
47
|
-
keyVersion?: string;
|
|
48
|
-
/**
|
|
49
|
-
* The Uri of KeyVault.
|
|
50
|
-
*/
|
|
51
|
-
keyVaultUri?: string;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* The object that contains details of encryption used on the workspace.
|
|
55
|
-
*/
|
|
56
|
-
export interface WorkspaceEncryptionParameter {
|
|
57
|
-
/**
|
|
58
|
-
* The type of variable that this is. Possible values include: 'Bool', 'Object', 'String'
|
|
59
|
-
*/
|
|
60
|
-
type?: CustomParameterType;
|
|
61
|
-
/**
|
|
62
|
-
* The value which should be used for this field.
|
|
63
|
-
*/
|
|
64
|
-
value?: Encryption;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* The value which should be used for this field.
|
|
68
|
-
*/
|
|
69
|
-
export interface WorkspaceCustomObjectParameter {
|
|
70
|
-
/**
|
|
71
|
-
* The type of variable that this is. Possible values include: 'Bool', 'Object', 'String'
|
|
72
|
-
*/
|
|
73
|
-
type?: CustomParameterType;
|
|
74
|
-
/**
|
|
75
|
-
* The value which should be used for this field.
|
|
76
|
-
*/
|
|
77
|
-
value: any;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Custom Parameters used for Cluster Creation.
|
|
81
|
-
*/
|
|
82
|
-
export interface WorkspaceCustomParameters {
|
|
83
|
-
/**
|
|
84
|
-
* The ID of a Azure Machine Learning workspace to link with Databricks workspace
|
|
85
|
-
*/
|
|
86
|
-
amlWorkspaceId?: WorkspaceCustomStringParameter;
|
|
87
|
-
/**
|
|
88
|
-
* The ID of a Virtual Network where this Databricks Cluster should be created
|
|
89
|
-
*/
|
|
90
|
-
customVirtualNetworkId?: WorkspaceCustomStringParameter;
|
|
91
|
-
/**
|
|
92
|
-
* The name of a Public Subnet within the Virtual Network
|
|
93
|
-
*/
|
|
94
|
-
customPublicSubnetName?: WorkspaceCustomStringParameter;
|
|
95
|
-
/**
|
|
96
|
-
* The name of the Private Subnet within the Virtual Network
|
|
97
|
-
*/
|
|
98
|
-
customPrivateSubnetName?: WorkspaceCustomStringParameter;
|
|
99
|
-
/**
|
|
100
|
-
* Should the Public IP be Disabled?
|
|
101
|
-
*/
|
|
102
|
-
enableNoPublicIp?: WorkspaceCustomBooleanParameter;
|
|
103
|
-
/**
|
|
104
|
-
* Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public
|
|
105
|
-
* IP).
|
|
106
|
-
*/
|
|
107
|
-
loadBalancerBackendPoolName?: WorkspaceCustomStringParameter;
|
|
108
|
-
/**
|
|
109
|
-
* Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP)
|
|
110
|
-
* workspace.
|
|
111
|
-
*/
|
|
112
|
-
loadBalancerId?: WorkspaceCustomStringParameter;
|
|
113
|
-
/**
|
|
114
|
-
* Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
|
|
115
|
-
*/
|
|
116
|
-
natGatewayName?: WorkspaceCustomStringParameter;
|
|
117
|
-
/**
|
|
118
|
-
* Name of the Public IP for No Public IP workspace with managed vNet.
|
|
119
|
-
*/
|
|
120
|
-
publicIpName?: WorkspaceCustomStringParameter;
|
|
121
|
-
/**
|
|
122
|
-
* Prepare the workspace for encryption. Enables the Managed Identity for managed storage
|
|
123
|
-
* account.
|
|
124
|
-
*/
|
|
125
|
-
prepareEncryption?: WorkspaceCustomBooleanParameter;
|
|
126
|
-
/**
|
|
127
|
-
* Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
|
|
128
|
-
*/
|
|
129
|
-
encryption?: WorkspaceEncryptionParameter;
|
|
130
|
-
/**
|
|
131
|
-
* A boolean indicating whether or not the DBFS root file system will be enabled with secondary
|
|
132
|
-
* layer of encryption with platform managed keys for data at rest.
|
|
133
|
-
*/
|
|
134
|
-
requireInfrastructureEncryption?: WorkspaceCustomBooleanParameter;
|
|
135
|
-
/**
|
|
136
|
-
* Default DBFS storage account name.
|
|
137
|
-
*/
|
|
138
|
-
storageAccountName?: WorkspaceCustomStringParameter;
|
|
139
|
-
/**
|
|
140
|
-
* Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for
|
|
141
|
-
* valid inputs.
|
|
142
|
-
*/
|
|
143
|
-
storageAccountSkuName?: WorkspaceCustomStringParameter;
|
|
144
|
-
/**
|
|
145
|
-
* Address prefix for Managed virtual network. Default value for this input is 10.139.
|
|
146
|
-
*/
|
|
147
|
-
vnetAddressPrefix?: WorkspaceCustomStringParameter;
|
|
148
|
-
/**
|
|
149
|
-
* Tags applied to resources under Managed resource group. These can be updated by updating tags
|
|
150
|
-
* at workspace level.
|
|
151
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
152
|
-
*/
|
|
153
|
-
readonly resourceTags?: WorkspaceCustomObjectParameter;
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* The workspace provider authorization.
|
|
157
|
-
*/
|
|
158
|
-
export interface WorkspaceProviderAuthorization {
|
|
159
|
-
/**
|
|
160
|
-
* The provider's principal identifier. This is the identity that the provider will use to call
|
|
161
|
-
* ARM to manage the workspace resources.
|
|
162
|
-
*/
|
|
163
|
-
principalId: string;
|
|
164
|
-
/**
|
|
165
|
-
* The provider's role definition identifier. This role will define all the permissions that the
|
|
166
|
-
* provider must have on the workspace's container resource group. This role definition cannot
|
|
167
|
-
* have permission to delete the resource group.
|
|
168
|
-
*/
|
|
169
|
-
roleDefinitionId: string;
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* Provides details of the entity that created/updated the workspace.
|
|
173
|
-
*/
|
|
174
|
-
export interface CreatedBy {
|
|
175
|
-
/**
|
|
176
|
-
* The Object ID that created the workspace.
|
|
177
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
178
|
-
*/
|
|
179
|
-
readonly oid?: string;
|
|
180
|
-
/**
|
|
181
|
-
* The Personal Object ID corresponding to the object ID above
|
|
182
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
183
|
-
*/
|
|
184
|
-
readonly puid?: string;
|
|
185
|
-
/**
|
|
186
|
-
* The application ID of the application that initiated the creation of the workspace. For
|
|
187
|
-
* example, Azure Portal.
|
|
188
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
189
|
-
*/
|
|
190
|
-
readonly applicationId?: string;
|
|
191
|
-
}
|
|
192
|
-
/**
|
|
193
|
-
* The Managed Identity details for storage account.
|
|
194
|
-
*/
|
|
195
|
-
export interface ManagedIdentityConfiguration {
|
|
196
|
-
/**
|
|
197
|
-
* The objectId of the Managed Identity that is linked to the Managed Storage account.
|
|
198
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
199
|
-
*/
|
|
200
|
-
readonly principalId?: string;
|
|
201
|
-
/**
|
|
202
|
-
* The tenant Id where the Managed Identity is created.
|
|
203
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
204
|
-
*/
|
|
205
|
-
readonly tenantId?: string;
|
|
206
|
-
/**
|
|
207
|
-
* The type of Identity created. It can be either SystemAssigned or UserAssigned.
|
|
208
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
209
|
-
*/
|
|
210
|
-
readonly type?: string;
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* Key Vault input properties for encryption.
|
|
214
|
-
*/
|
|
215
|
-
export interface EncryptionV2KeyVaultProperties {
|
|
216
|
-
/**
|
|
217
|
-
* The Uri of KeyVault.
|
|
218
|
-
*/
|
|
219
|
-
keyVaultUri: string;
|
|
220
|
-
/**
|
|
221
|
-
* The name of KeyVault key.
|
|
222
|
-
*/
|
|
223
|
-
keyName: string;
|
|
224
|
-
/**
|
|
225
|
-
* The version of KeyVault key.
|
|
226
|
-
*/
|
|
227
|
-
keyVersion: string;
|
|
228
|
-
}
|
|
229
|
-
/**
|
|
230
|
-
* The object that contains details of encryption used on the workspace.
|
|
231
|
-
*/
|
|
232
|
-
export interface EncryptionV2 {
|
|
233
|
-
/**
|
|
234
|
-
* Key Vault input properties for encryption.
|
|
235
|
-
*/
|
|
236
|
-
keyVaultProperties?: EncryptionV2KeyVaultProperties;
|
|
237
|
-
}
|
|
238
|
-
/**
|
|
239
|
-
* Encryption entities for databricks workspace resource.
|
|
240
|
-
*/
|
|
241
|
-
export interface EncryptionEntitiesDefinition {
|
|
242
|
-
/**
|
|
243
|
-
* Encryption properties for the databricks managed services.
|
|
244
|
-
*/
|
|
245
|
-
managedServices?: EncryptionV2;
|
|
246
|
-
}
|
|
247
|
-
/**
|
|
248
|
-
* Encryption properties for databricks workspace
|
|
249
|
-
*/
|
|
250
|
-
export interface WorkspacePropertiesEncryption {
|
|
251
|
-
/**
|
|
252
|
-
* Encryption entities definition for the workspace.
|
|
253
|
-
*/
|
|
254
|
-
entities: EncryptionEntitiesDefinition;
|
|
255
|
-
}
|
|
256
|
-
/**
|
|
257
|
-
* The private endpoint property of a private endpoint connection
|
|
258
|
-
*/
|
|
259
|
-
export interface PrivateEndpoint {
|
|
260
|
-
/**
|
|
261
|
-
* The resource identifier.
|
|
262
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
263
|
-
*/
|
|
264
|
-
readonly id?: string;
|
|
265
|
-
}
|
|
266
|
-
/**
|
|
267
|
-
* The current state of a private endpoint connection
|
|
268
|
-
*/
|
|
269
|
-
export interface PrivateLinkServiceConnectionState {
|
|
270
|
-
/**
|
|
271
|
-
* The status of a private endpoint connection. Possible values include: 'Pending', 'Approved',
|
|
272
|
-
* 'Rejected', 'Disconnected'
|
|
273
|
-
*/
|
|
274
|
-
status: PrivateLinkServiceConnectionStatus;
|
|
275
|
-
/**
|
|
276
|
-
* The description for the current state of a private endpoint connection
|
|
277
|
-
*/
|
|
278
|
-
description?: string;
|
|
279
|
-
/**
|
|
280
|
-
* Actions required for a private endpoint connection
|
|
281
|
-
*/
|
|
282
|
-
actionRequired?: string;
|
|
283
|
-
}
|
|
284
|
-
/**
|
|
285
|
-
* The properties of a private endpoint connection
|
|
286
|
-
*/
|
|
287
|
-
export interface PrivateEndpointConnectionProperties {
|
|
288
|
-
/**
|
|
289
|
-
* Private endpoint. Private endpoint
|
|
290
|
-
*/
|
|
291
|
-
privateEndpoint?: PrivateEndpoint;
|
|
292
|
-
/**
|
|
293
|
-
* Private link service service connection state. Private endpoint connection state
|
|
294
|
-
*/
|
|
295
|
-
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
296
|
-
/**
|
|
297
|
-
* Provisioning state of the private endpoint connection. Possible values include: 'Succeeded',
|
|
298
|
-
* 'Creating', 'Updating', 'Deleting', 'Failed'
|
|
299
|
-
*/
|
|
300
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* The private endpoint connection of a workspace
|
|
304
|
-
*/
|
|
305
|
-
export interface PrivateEndpointConnection extends BaseResource {
|
|
306
|
-
/**
|
|
307
|
-
* The resource identifier.
|
|
308
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
309
|
-
*/
|
|
310
|
-
readonly id?: string;
|
|
311
|
-
/**
|
|
312
|
-
* The resource name.
|
|
313
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
314
|
-
*/
|
|
315
|
-
readonly name?: string;
|
|
316
|
-
/**
|
|
317
|
-
* The resource type.
|
|
318
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
319
|
-
*/
|
|
320
|
-
readonly type?: string;
|
|
321
|
-
/**
|
|
322
|
-
* The private endpoint connection properties.
|
|
323
|
-
*/
|
|
324
|
-
properties: PrivateEndpointConnectionProperties;
|
|
325
|
-
}
|
|
326
|
-
/**
|
|
327
|
-
* SKU for the resource.
|
|
328
|
-
*/
|
|
329
|
-
export interface Sku {
|
|
330
|
-
/**
|
|
331
|
-
* The SKU name.
|
|
332
|
-
*/
|
|
333
|
-
name: string;
|
|
334
|
-
/**
|
|
335
|
-
* The SKU tier.
|
|
336
|
-
*/
|
|
337
|
-
tier?: string;
|
|
338
|
-
}
|
|
339
|
-
/**
|
|
340
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
341
|
-
*/
|
|
342
|
-
export interface SystemData {
|
|
343
|
-
/**
|
|
344
|
-
* The identity that created the resource.
|
|
345
|
-
*/
|
|
346
|
-
createdBy?: string;
|
|
347
|
-
/**
|
|
348
|
-
* The type of identity that created the resource. Possible values include: 'User',
|
|
349
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
350
|
-
*/
|
|
351
|
-
createdByType?: CreatedByType;
|
|
352
|
-
/**
|
|
353
|
-
* The timestamp of resource creation (UTC).
|
|
354
|
-
*/
|
|
355
|
-
createdAt?: Date;
|
|
356
|
-
/**
|
|
357
|
-
* The identity that last modified the resource.
|
|
358
|
-
*/
|
|
359
|
-
lastModifiedBy?: string;
|
|
360
|
-
/**
|
|
361
|
-
* The type of identity that last modified the resource. Possible values include: 'User',
|
|
362
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
363
|
-
*/
|
|
364
|
-
lastModifiedByType?: CreatedByType;
|
|
365
|
-
/**
|
|
366
|
-
* The timestamp of resource last modification (UTC)
|
|
367
|
-
*/
|
|
368
|
-
lastModifiedAt?: Date;
|
|
369
|
-
}
|
|
370
|
-
/**
|
|
371
|
-
* The core properties of ARM resources
|
|
372
|
-
*/
|
|
373
|
-
export interface Resource extends BaseResource {
|
|
374
|
-
/**
|
|
375
|
-
* Fully qualified resource Id for the resource. Ex -
|
|
376
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
377
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
378
|
-
*/
|
|
379
|
-
readonly id?: string;
|
|
380
|
-
/**
|
|
381
|
-
* The name of the resource
|
|
382
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
383
|
-
*/
|
|
384
|
-
readonly name?: string;
|
|
385
|
-
/**
|
|
386
|
-
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or
|
|
387
|
-
* Microsoft.Storage/storageAccounts.
|
|
388
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
389
|
-
*/
|
|
390
|
-
readonly type?: string;
|
|
391
|
-
}
|
|
392
|
-
/**
|
|
393
|
-
* The resource model definition for a ARM tracked top level resource
|
|
394
|
-
*/
|
|
395
|
-
export interface TrackedResource extends Resource {
|
|
396
|
-
/**
|
|
397
|
-
* Resource tags.
|
|
398
|
-
*/
|
|
399
|
-
tags?: {
|
|
400
|
-
[propertyName: string]: string;
|
|
401
|
-
};
|
|
402
|
-
/**
|
|
403
|
-
* The geo-location where the resource lives
|
|
404
|
-
*/
|
|
405
|
-
location: string;
|
|
406
|
-
}
|
|
407
|
-
/**
|
|
408
|
-
* Information about workspace.
|
|
409
|
-
*/
|
|
410
|
-
export interface Workspace extends TrackedResource {
|
|
411
|
-
/**
|
|
412
|
-
* The managed resource group Id.
|
|
413
|
-
*/
|
|
414
|
-
managedResourceGroupId: string;
|
|
415
|
-
/**
|
|
416
|
-
* The workspace's custom parameters.
|
|
417
|
-
*/
|
|
418
|
-
parameters?: WorkspaceCustomParameters;
|
|
419
|
-
/**
|
|
420
|
-
* The workspace provisioning state. Possible values include: 'Accepted', 'Running', 'Ready',
|
|
421
|
-
* 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'
|
|
422
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
423
|
-
*/
|
|
424
|
-
readonly provisioningState?: ProvisioningState;
|
|
425
|
-
/**
|
|
426
|
-
* The blob URI where the UI definition file is located.
|
|
427
|
-
*/
|
|
428
|
-
uiDefinitionUri?: string;
|
|
429
|
-
/**
|
|
430
|
-
* The workspace provider authorizations.
|
|
431
|
-
*/
|
|
432
|
-
authorizations?: WorkspaceProviderAuthorization[];
|
|
433
|
-
/**
|
|
434
|
-
* Indicates the Object ID, PUID and Application ID of entity that created the workspace.
|
|
435
|
-
*/
|
|
436
|
-
createdBy?: CreatedBy;
|
|
437
|
-
/**
|
|
438
|
-
* Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
|
|
439
|
-
*/
|
|
440
|
-
updatedBy?: CreatedBy;
|
|
441
|
-
/**
|
|
442
|
-
* Specifies the date and time when the workspace is created.
|
|
443
|
-
*/
|
|
444
|
-
createdDateTime?: Date;
|
|
445
|
-
/**
|
|
446
|
-
* The unique identifier of the databricks workspace in databricks control plane.
|
|
447
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
448
|
-
*/
|
|
449
|
-
readonly workspaceId?: string;
|
|
450
|
-
/**
|
|
451
|
-
* The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
|
|
452
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
453
|
-
*/
|
|
454
|
-
readonly workspaceUrl?: string;
|
|
455
|
-
/**
|
|
456
|
-
* The details of Managed Identity of Storage Account
|
|
457
|
-
*/
|
|
458
|
-
storageAccountIdentity?: ManagedIdentityConfiguration;
|
|
459
|
-
/**
|
|
460
|
-
* Encryption properties for databricks workspace
|
|
461
|
-
*/
|
|
462
|
-
encryption?: WorkspacePropertiesEncryption;
|
|
463
|
-
/**
|
|
464
|
-
* Private endpoint connections created on the workspace
|
|
465
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
466
|
-
*/
|
|
467
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
468
|
-
/**
|
|
469
|
-
* The network access type for accessing workspace. Set value to disabled to access workspace
|
|
470
|
-
* only via private link. Possible values include: 'Enabled', 'Disabled'
|
|
471
|
-
*/
|
|
472
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
473
|
-
/**
|
|
474
|
-
* Gets or sets a value indicating whether data plane (clusters) to control plane communication
|
|
475
|
-
* happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'.
|
|
476
|
-
* 'NoAzureServiceRules' value is for internal use only. Possible values include: 'AllRules',
|
|
477
|
-
* 'NoAzureDatabricksRules', 'NoAzureServiceRules'
|
|
478
|
-
*/
|
|
479
|
-
requiredNsgRules?: RequiredNsgRules;
|
|
480
|
-
/**
|
|
481
|
-
* The SKU of the resource.
|
|
482
|
-
*/
|
|
483
|
-
sku?: Sku;
|
|
484
|
-
/**
|
|
485
|
-
* The system metadata relating to this resource
|
|
486
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
487
|
-
*/
|
|
488
|
-
readonly systemData?: SystemData;
|
|
489
|
-
}
|
|
490
|
-
/**
|
|
491
|
-
* An update to a workspace.
|
|
492
|
-
*/
|
|
493
|
-
export interface WorkspaceUpdate {
|
|
494
|
-
/**
|
|
495
|
-
* Resource tags.
|
|
496
|
-
*/
|
|
497
|
-
tags?: {
|
|
498
|
-
[propertyName: string]: string;
|
|
499
|
-
};
|
|
500
|
-
}
|
|
501
|
-
/**
|
|
502
|
-
* An interface representing ErrorDetail.
|
|
503
|
-
* @summary Error details.
|
|
504
|
-
*/
|
|
505
|
-
export interface ErrorDetail {
|
|
506
|
-
/**
|
|
507
|
-
* The error's code.
|
|
508
|
-
*/
|
|
509
|
-
code: string;
|
|
510
|
-
/**
|
|
511
|
-
* A human readable error message.
|
|
512
|
-
*/
|
|
513
|
-
message: string;
|
|
514
|
-
/**
|
|
515
|
-
* Indicates which property in the request is responsible for the error.
|
|
516
|
-
*/
|
|
517
|
-
target?: string;
|
|
518
|
-
}
|
|
519
|
-
/**
|
|
520
|
-
* An interface representing ErrorInfo.
|
|
521
|
-
* @summary The code and message for an error.
|
|
522
|
-
*/
|
|
523
|
-
export interface ErrorInfo {
|
|
524
|
-
/**
|
|
525
|
-
* A machine readable error code.
|
|
526
|
-
*/
|
|
527
|
-
code: string;
|
|
528
|
-
/**
|
|
529
|
-
* A human readable error message.
|
|
530
|
-
*/
|
|
531
|
-
message: string;
|
|
532
|
-
/**
|
|
533
|
-
* error details.
|
|
534
|
-
*/
|
|
535
|
-
details?: ErrorDetail[];
|
|
536
|
-
/**
|
|
537
|
-
* Inner error details if they exist.
|
|
538
|
-
*/
|
|
539
|
-
innererror?: string;
|
|
540
|
-
}
|
|
541
|
-
/**
|
|
542
|
-
* Contains details when the response code indicates an error.
|
|
543
|
-
* @summary Error response.
|
|
544
|
-
*/
|
|
545
|
-
export interface ErrorResponse {
|
|
546
|
-
/**
|
|
547
|
-
* The error details.
|
|
548
|
-
*/
|
|
549
|
-
error: ErrorInfo;
|
|
550
|
-
}
|
|
551
|
-
/**
|
|
552
|
-
* The object that represents the operation.
|
|
553
|
-
*/
|
|
554
|
-
export interface OperationDisplay {
|
|
555
|
-
/**
|
|
556
|
-
* Service provider: Microsoft.ResourceProvider
|
|
557
|
-
*/
|
|
558
|
-
provider?: string;
|
|
559
|
-
/**
|
|
560
|
-
* Resource on which the operation is performed.
|
|
561
|
-
*/
|
|
562
|
-
resource?: string;
|
|
563
|
-
/**
|
|
564
|
-
* Operation type: Read, write, delete, etc.
|
|
565
|
-
*/
|
|
566
|
-
operation?: string;
|
|
567
|
-
}
|
|
568
|
-
/**
|
|
569
|
-
* REST API operation
|
|
570
|
-
*/
|
|
571
|
-
export interface Operation {
|
|
572
|
-
/**
|
|
573
|
-
* Operation name: {provider}/{resource}/{operation}
|
|
574
|
-
*/
|
|
575
|
-
name?: string;
|
|
576
|
-
/**
|
|
577
|
-
* The object that represents the operation.
|
|
578
|
-
*/
|
|
579
|
-
display?: OperationDisplay;
|
|
580
|
-
}
|
|
581
|
-
/**
|
|
582
|
-
* The properties for a group information object
|
|
583
|
-
*/
|
|
584
|
-
export interface GroupIdInformationProperties {
|
|
585
|
-
/**
|
|
586
|
-
* The group id
|
|
587
|
-
*/
|
|
588
|
-
groupId?: string;
|
|
589
|
-
/**
|
|
590
|
-
* The required members for a specific group id
|
|
591
|
-
*/
|
|
592
|
-
requiredMembers?: string[];
|
|
593
|
-
/**
|
|
594
|
-
* The required DNS zones for a specific group id
|
|
595
|
-
*/
|
|
596
|
-
requiredZoneNames?: string[];
|
|
597
|
-
}
|
|
598
|
-
/**
|
|
599
|
-
* The group information for creating a private endpoint on a workspace
|
|
600
|
-
*/
|
|
601
|
-
export interface GroupIdInformation extends Resource {
|
|
602
|
-
/**
|
|
603
|
-
* The group id properties.
|
|
604
|
-
*/
|
|
605
|
-
properties: GroupIdInformationProperties;
|
|
606
|
-
}
|
|
607
|
-
/**
|
|
608
|
-
* The remote virtual network should be in the same region. See here to learn more
|
|
609
|
-
* (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
610
|
-
*/
|
|
611
|
-
export interface VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork {
|
|
612
|
-
/**
|
|
613
|
-
* The Id of the databricks virtual network.
|
|
614
|
-
*/
|
|
615
|
-
id?: string;
|
|
616
|
-
}
|
|
617
|
-
/**
|
|
618
|
-
* AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual
|
|
619
|
-
* network.
|
|
620
|
-
*/
|
|
621
|
-
export interface AddressSpace {
|
|
622
|
-
/**
|
|
623
|
-
* A list of address blocks reserved for this virtual network in CIDR notation.
|
|
624
|
-
*/
|
|
625
|
-
addressPrefixes?: string[];
|
|
626
|
-
}
|
|
627
|
-
/**
|
|
628
|
-
* The remote virtual network should be in the same region. See here to learn more
|
|
629
|
-
* (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
630
|
-
*/
|
|
631
|
-
export interface VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork {
|
|
632
|
-
/**
|
|
633
|
-
* The Id of the remote virtual network.
|
|
634
|
-
*/
|
|
635
|
-
id?: string;
|
|
636
|
-
}
|
|
637
|
-
/**
|
|
638
|
-
* Peerings in a VirtualNetwork resource
|
|
639
|
-
*/
|
|
640
|
-
export interface VirtualNetworkPeering extends BaseResource {
|
|
641
|
-
/**
|
|
642
|
-
* Whether the VMs in the local virtual network space would be able to access the VMs in remote
|
|
643
|
-
* virtual network space.
|
|
644
|
-
*/
|
|
645
|
-
allowVirtualNetworkAccess?: boolean;
|
|
646
|
-
/**
|
|
647
|
-
* Whether the forwarded traffic from the VMs in the local virtual network will be
|
|
648
|
-
* allowed/disallowed in remote virtual network.
|
|
649
|
-
*/
|
|
650
|
-
allowForwardedTraffic?: boolean;
|
|
651
|
-
/**
|
|
652
|
-
* If gateway links can be used in remote virtual networking to link to this virtual network.
|
|
653
|
-
*/
|
|
654
|
-
allowGatewayTransit?: boolean;
|
|
655
|
-
/**
|
|
656
|
-
* If remote gateways can be used on this virtual network. If the flag is set to true, and
|
|
657
|
-
* allowGatewayTransit on remote peering is also true, virtual network will use gateways of
|
|
658
|
-
* remote virtual network for transit. Only one peering can have this flag set to true. This flag
|
|
659
|
-
* cannot be set if virtual network already has a gateway.
|
|
660
|
-
*/
|
|
661
|
-
useRemoteGateways?: boolean;
|
|
662
|
-
/**
|
|
663
|
-
* The remote virtual network should be in the same region. See here to learn more
|
|
664
|
-
* (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
665
|
-
*/
|
|
666
|
-
databricksVirtualNetwork?: VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork;
|
|
667
|
-
/**
|
|
668
|
-
* The reference to the databricks virtual network address space.
|
|
669
|
-
*/
|
|
670
|
-
databricksAddressSpace?: AddressSpace;
|
|
671
|
-
/**
|
|
672
|
-
* The remote virtual network should be in the same region. See here to learn more
|
|
673
|
-
* (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
674
|
-
*/
|
|
675
|
-
remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork;
|
|
676
|
-
/**
|
|
677
|
-
* The reference to the remote virtual network address space.
|
|
678
|
-
*/
|
|
679
|
-
remoteAddressSpace?: AddressSpace;
|
|
680
|
-
/**
|
|
681
|
-
* The status of the virtual network peering. Possible values include: 'Initiated', 'Connected',
|
|
682
|
-
* 'Disconnected'
|
|
683
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
684
|
-
*/
|
|
685
|
-
readonly peeringState?: PeeringState;
|
|
686
|
-
/**
|
|
687
|
-
* The provisioning state of the virtual network peering resource. Possible values include:
|
|
688
|
-
* 'Succeeded', 'Updating', 'Deleting', 'Failed'
|
|
689
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
690
|
-
*/
|
|
691
|
-
readonly provisioningState?: PeeringProvisioningState;
|
|
692
|
-
/**
|
|
693
|
-
* Name of the virtual network peering resource
|
|
694
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
695
|
-
*/
|
|
696
|
-
readonly name?: string;
|
|
697
|
-
/**
|
|
698
|
-
* Resource ID.
|
|
699
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
700
|
-
*/
|
|
701
|
-
readonly id?: string;
|
|
702
|
-
/**
|
|
703
|
-
* type of the virtual network peering resource
|
|
704
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
705
|
-
*/
|
|
706
|
-
readonly type?: string;
|
|
707
|
-
}
|
|
708
|
-
/**
|
|
709
|
-
* An interface representing AzureDatabricksManagementClientOptions.
|
|
710
|
-
*/
|
|
711
|
-
export interface AzureDatabricksManagementClientOptions extends AzureServiceClientOptions {
|
|
712
|
-
baseUri?: string;
|
|
713
|
-
}
|
|
714
|
-
/**
|
|
715
|
-
* @interface
|
|
716
|
-
* List of workspaces.
|
|
717
|
-
* @extends Array<Workspace>
|
|
718
|
-
*/
|
|
719
|
-
export interface WorkspaceListResult extends Array<Workspace> {
|
|
720
|
-
/**
|
|
721
|
-
* The URL to use for getting the next set of results.
|
|
722
|
-
*/
|
|
723
|
-
nextLink?: string;
|
|
724
|
-
}
|
|
725
|
-
/**
|
|
726
|
-
* @interface
|
|
727
|
-
* Result of the request to list Resource Provider operations. It contains a list of operations and
|
|
728
|
-
* a URL link to get the next set of results.
|
|
729
|
-
* @extends Array<Operation>
|
|
730
|
-
*/
|
|
731
|
-
export interface OperationListResult extends Array<Operation> {
|
|
732
|
-
/**
|
|
733
|
-
* URL to get the next set of operation list results if there are any.
|
|
734
|
-
*/
|
|
735
|
-
nextLink?: string;
|
|
736
|
-
}
|
|
737
|
-
/**
|
|
738
|
-
* @interface
|
|
739
|
-
* The available private link resources for a workspace
|
|
740
|
-
* @extends Array<GroupIdInformation>
|
|
741
|
-
*/
|
|
742
|
-
export interface PrivateLinkResourcesList extends Array<GroupIdInformation> {
|
|
743
|
-
/**
|
|
744
|
-
* The URL to get the next set of private link resources.
|
|
745
|
-
*/
|
|
746
|
-
nextLink?: string;
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* @interface
|
|
750
|
-
* List of private link connections.
|
|
751
|
-
* @extends Array<PrivateEndpointConnection>
|
|
752
|
-
*/
|
|
753
|
-
export interface PrivateEndpointConnectionsList extends Array<PrivateEndpointConnection> {
|
|
754
|
-
/**
|
|
755
|
-
* The URL to get the next set of endpoint connections.
|
|
756
|
-
*/
|
|
757
|
-
nextLink?: string;
|
|
758
|
-
}
|
|
759
|
-
/**
|
|
760
|
-
* @interface
|
|
761
|
-
* Gets all virtual network peerings under a workspace.
|
|
762
|
-
* @extends Array<VirtualNetworkPeering>
|
|
763
|
-
*/
|
|
764
|
-
export interface VirtualNetworkPeeringList extends Array<VirtualNetworkPeering> {
|
|
765
|
-
/**
|
|
766
|
-
* URL to get the next set of virtual network peering list results if there are any.
|
|
767
|
-
*/
|
|
768
|
-
nextLink?: string;
|
|
769
|
-
}
|
|
770
|
-
/**
|
|
771
|
-
* Defines values for CustomParameterType.
|
|
772
|
-
* Possible values include: 'Bool', 'Object', 'String'
|
|
773
|
-
* @readonly
|
|
774
|
-
* @enum {string}
|
|
775
|
-
*/
|
|
776
|
-
export declare type CustomParameterType = 'Bool' | 'Object' | 'String';
|
|
777
|
-
/**
|
|
778
|
-
* Defines values for KeySource.
|
|
779
|
-
* Possible values include: 'Default', 'Microsoft.Keyvault'
|
|
780
|
-
* @readonly
|
|
781
|
-
* @enum {string}
|
|
782
|
-
*/
|
|
783
|
-
export declare type KeySource = 'Default' | 'Microsoft.Keyvault';
|
|
784
|
-
/**
|
|
785
|
-
* Defines values for ProvisioningState.
|
|
786
|
-
* Possible values include: 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting',
|
|
787
|
-
* 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'
|
|
788
|
-
* @readonly
|
|
789
|
-
* @enum {string}
|
|
790
|
-
*/
|
|
791
|
-
export declare type ProvisioningState = 'Accepted' | 'Running' | 'Ready' | 'Creating' | 'Created' | 'Deleting' | 'Deleted' | 'Canceled' | 'Failed' | 'Succeeded' | 'Updating';
|
|
792
|
-
/**
|
|
793
|
-
* Defines values for PrivateLinkServiceConnectionStatus.
|
|
794
|
-
* Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
|
|
795
|
-
* @readonly
|
|
796
|
-
* @enum {string}
|
|
797
|
-
*/
|
|
798
|
-
export declare type PrivateLinkServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
|
|
799
|
-
/**
|
|
800
|
-
* Defines values for PrivateEndpointConnectionProvisioningState.
|
|
801
|
-
* Possible values include: 'Succeeded', 'Creating', 'Updating', 'Deleting', 'Failed'
|
|
802
|
-
* @readonly
|
|
803
|
-
* @enum {string}
|
|
804
|
-
*/
|
|
805
|
-
export declare type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Updating' | 'Deleting' | 'Failed';
|
|
806
|
-
/**
|
|
807
|
-
* Defines values for PublicNetworkAccess.
|
|
808
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
809
|
-
* @readonly
|
|
810
|
-
* @enum {string}
|
|
811
|
-
*/
|
|
812
|
-
export declare type PublicNetworkAccess = 'Enabled' | 'Disabled';
|
|
813
|
-
/**
|
|
814
|
-
* Defines values for RequiredNsgRules.
|
|
815
|
-
* Possible values include: 'AllRules', 'NoAzureDatabricksRules', 'NoAzureServiceRules'
|
|
816
|
-
* @readonly
|
|
817
|
-
* @enum {string}
|
|
818
|
-
*/
|
|
819
|
-
export declare type RequiredNsgRules = 'AllRules' | 'NoAzureDatabricksRules' | 'NoAzureServiceRules';
|
|
820
|
-
/**
|
|
821
|
-
* Defines values for CreatedByType.
|
|
822
|
-
* Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
|
|
823
|
-
* @readonly
|
|
824
|
-
* @enum {string}
|
|
825
|
-
*/
|
|
826
|
-
export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
|
|
827
|
-
/**
|
|
828
|
-
* Defines values for PeeringProvisioningState.
|
|
829
|
-
* Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
|
|
830
|
-
* @readonly
|
|
831
|
-
* @enum {string}
|
|
832
|
-
*/
|
|
833
|
-
export declare type PeeringProvisioningState = 'Succeeded' | 'Updating' | 'Deleting' | 'Failed';
|
|
834
|
-
/**
|
|
835
|
-
* Defines values for PeeringState.
|
|
836
|
-
* Possible values include: 'Initiated', 'Connected', 'Disconnected'
|
|
837
|
-
* @readonly
|
|
838
|
-
* @enum {string}
|
|
839
|
-
*/
|
|
840
|
-
export declare type PeeringState = 'Initiated' | 'Connected' | 'Disconnected';
|
|
841
|
-
/**
|
|
842
|
-
* Contains response data for the get operation.
|
|
843
|
-
*/
|
|
844
|
-
export declare type WorkspacesGetResponse = Workspace & {
|
|
845
|
-
/**
|
|
846
|
-
* The underlying HTTP response.
|
|
847
|
-
*/
|
|
848
|
-
_response: msRest.HttpResponse & {
|
|
849
|
-
/**
|
|
850
|
-
* The response body as text (string format)
|
|
851
|
-
*/
|
|
852
|
-
bodyAsText: string;
|
|
853
|
-
/**
|
|
854
|
-
* The response body as parsed JSON or XML
|
|
855
|
-
*/
|
|
856
|
-
parsedBody: Workspace;
|
|
857
|
-
};
|
|
858
|
-
};
|
|
859
|
-
/**
|
|
860
|
-
* Contains response data for the createOrUpdate operation.
|
|
861
|
-
*/
|
|
862
|
-
export declare type WorkspacesCreateOrUpdateResponse = Workspace & {
|
|
863
|
-
/**
|
|
864
|
-
* The underlying HTTP response.
|
|
865
|
-
*/
|
|
866
|
-
_response: msRest.HttpResponse & {
|
|
867
|
-
/**
|
|
868
|
-
* The response body as text (string format)
|
|
869
|
-
*/
|
|
870
|
-
bodyAsText: string;
|
|
871
|
-
/**
|
|
872
|
-
* The response body as parsed JSON or XML
|
|
873
|
-
*/
|
|
874
|
-
parsedBody: Workspace;
|
|
875
|
-
};
|
|
876
|
-
};
|
|
877
|
-
/**
|
|
878
|
-
* Contains response data for the update operation.
|
|
879
|
-
*/
|
|
880
|
-
export declare type WorkspacesUpdateResponse = Workspace & {
|
|
881
|
-
/**
|
|
882
|
-
* The underlying HTTP response.
|
|
883
|
-
*/
|
|
884
|
-
_response: msRest.HttpResponse & {
|
|
885
|
-
/**
|
|
886
|
-
* The response body as text (string format)
|
|
887
|
-
*/
|
|
888
|
-
bodyAsText: string;
|
|
889
|
-
/**
|
|
890
|
-
* The response body as parsed JSON or XML
|
|
891
|
-
*/
|
|
892
|
-
parsedBody: Workspace;
|
|
893
|
-
};
|
|
894
|
-
};
|
|
895
|
-
/**
|
|
896
|
-
* Contains response data for the listByResourceGroup operation.
|
|
897
|
-
*/
|
|
898
|
-
export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult & {
|
|
899
|
-
/**
|
|
900
|
-
* The underlying HTTP response.
|
|
901
|
-
*/
|
|
902
|
-
_response: msRest.HttpResponse & {
|
|
903
|
-
/**
|
|
904
|
-
* The response body as text (string format)
|
|
905
|
-
*/
|
|
906
|
-
bodyAsText: string;
|
|
907
|
-
/**
|
|
908
|
-
* The response body as parsed JSON or XML
|
|
909
|
-
*/
|
|
910
|
-
parsedBody: WorkspaceListResult;
|
|
911
|
-
};
|
|
912
|
-
};
|
|
913
|
-
/**
|
|
914
|
-
* Contains response data for the listBySubscription operation.
|
|
915
|
-
*/
|
|
916
|
-
export declare type WorkspacesListBySubscriptionResponse = WorkspaceListResult & {
|
|
917
|
-
/**
|
|
918
|
-
* The underlying HTTP response.
|
|
919
|
-
*/
|
|
920
|
-
_response: msRest.HttpResponse & {
|
|
921
|
-
/**
|
|
922
|
-
* The response body as text (string format)
|
|
923
|
-
*/
|
|
924
|
-
bodyAsText: string;
|
|
925
|
-
/**
|
|
926
|
-
* The response body as parsed JSON or XML
|
|
927
|
-
*/
|
|
928
|
-
parsedBody: WorkspaceListResult;
|
|
929
|
-
};
|
|
930
|
-
};
|
|
931
|
-
/**
|
|
932
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
933
|
-
*/
|
|
934
|
-
export declare type WorkspacesBeginCreateOrUpdateResponse = Workspace & {
|
|
935
|
-
/**
|
|
936
|
-
* The underlying HTTP response.
|
|
937
|
-
*/
|
|
938
|
-
_response: msRest.HttpResponse & {
|
|
939
|
-
/**
|
|
940
|
-
* The response body as text (string format)
|
|
941
|
-
*/
|
|
942
|
-
bodyAsText: string;
|
|
943
|
-
/**
|
|
944
|
-
* The response body as parsed JSON or XML
|
|
945
|
-
*/
|
|
946
|
-
parsedBody: Workspace;
|
|
947
|
-
};
|
|
948
|
-
};
|
|
949
|
-
/**
|
|
950
|
-
* Contains response data for the beginUpdate operation.
|
|
951
|
-
*/
|
|
952
|
-
export declare type WorkspacesBeginUpdateResponse = Workspace & {
|
|
953
|
-
/**
|
|
954
|
-
* The underlying HTTP response.
|
|
955
|
-
*/
|
|
956
|
-
_response: msRest.HttpResponse & {
|
|
957
|
-
/**
|
|
958
|
-
* The response body as text (string format)
|
|
959
|
-
*/
|
|
960
|
-
bodyAsText: string;
|
|
961
|
-
/**
|
|
962
|
-
* The response body as parsed JSON or XML
|
|
963
|
-
*/
|
|
964
|
-
parsedBody: Workspace;
|
|
965
|
-
};
|
|
966
|
-
};
|
|
967
|
-
/**
|
|
968
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
969
|
-
*/
|
|
970
|
-
export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult & {
|
|
971
|
-
/**
|
|
972
|
-
* The underlying HTTP response.
|
|
973
|
-
*/
|
|
974
|
-
_response: msRest.HttpResponse & {
|
|
975
|
-
/**
|
|
976
|
-
* The response body as text (string format)
|
|
977
|
-
*/
|
|
978
|
-
bodyAsText: string;
|
|
979
|
-
/**
|
|
980
|
-
* The response body as parsed JSON or XML
|
|
981
|
-
*/
|
|
982
|
-
parsedBody: WorkspaceListResult;
|
|
983
|
-
};
|
|
984
|
-
};
|
|
985
|
-
/**
|
|
986
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
987
|
-
*/
|
|
988
|
-
export declare type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult & {
|
|
989
|
-
/**
|
|
990
|
-
* The underlying HTTP response.
|
|
991
|
-
*/
|
|
992
|
-
_response: msRest.HttpResponse & {
|
|
993
|
-
/**
|
|
994
|
-
* The response body as text (string format)
|
|
995
|
-
*/
|
|
996
|
-
bodyAsText: string;
|
|
997
|
-
/**
|
|
998
|
-
* The response body as parsed JSON or XML
|
|
999
|
-
*/
|
|
1000
|
-
parsedBody: WorkspaceListResult;
|
|
1001
|
-
};
|
|
1002
|
-
};
|
|
1003
|
-
/**
|
|
1004
|
-
* Contains response data for the list operation.
|
|
1005
|
-
*/
|
|
1006
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
1007
|
-
/**
|
|
1008
|
-
* The underlying HTTP response.
|
|
1009
|
-
*/
|
|
1010
|
-
_response: msRest.HttpResponse & {
|
|
1011
|
-
/**
|
|
1012
|
-
* The response body as text (string format)
|
|
1013
|
-
*/
|
|
1014
|
-
bodyAsText: string;
|
|
1015
|
-
/**
|
|
1016
|
-
* The response body as parsed JSON or XML
|
|
1017
|
-
*/
|
|
1018
|
-
parsedBody: OperationListResult;
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
/**
|
|
1022
|
-
* Contains response data for the listNext operation.
|
|
1023
|
-
*/
|
|
1024
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
|
1025
|
-
/**
|
|
1026
|
-
* The underlying HTTP response.
|
|
1027
|
-
*/
|
|
1028
|
-
_response: msRest.HttpResponse & {
|
|
1029
|
-
/**
|
|
1030
|
-
* The response body as text (string format)
|
|
1031
|
-
*/
|
|
1032
|
-
bodyAsText: string;
|
|
1033
|
-
/**
|
|
1034
|
-
* The response body as parsed JSON or XML
|
|
1035
|
-
*/
|
|
1036
|
-
parsedBody: OperationListResult;
|
|
1037
|
-
};
|
|
1038
|
-
};
|
|
1039
|
-
/**
|
|
1040
|
-
* Contains response data for the list operation.
|
|
1041
|
-
*/
|
|
1042
|
-
export declare type PrivateLinkResourcesListResponse = PrivateLinkResourcesList & {
|
|
1043
|
-
/**
|
|
1044
|
-
* The underlying HTTP response.
|
|
1045
|
-
*/
|
|
1046
|
-
_response: msRest.HttpResponse & {
|
|
1047
|
-
/**
|
|
1048
|
-
* The response body as text (string format)
|
|
1049
|
-
*/
|
|
1050
|
-
bodyAsText: string;
|
|
1051
|
-
/**
|
|
1052
|
-
* The response body as parsed JSON or XML
|
|
1053
|
-
*/
|
|
1054
|
-
parsedBody: PrivateLinkResourcesList;
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
/**
|
|
1058
|
-
* Contains response data for the get operation.
|
|
1059
|
-
*/
|
|
1060
|
-
export declare type PrivateLinkResourcesGetResponse = GroupIdInformation & {
|
|
1061
|
-
/**
|
|
1062
|
-
* The underlying HTTP response.
|
|
1063
|
-
*/
|
|
1064
|
-
_response: msRest.HttpResponse & {
|
|
1065
|
-
/**
|
|
1066
|
-
* The response body as text (string format)
|
|
1067
|
-
*/
|
|
1068
|
-
bodyAsText: string;
|
|
1069
|
-
/**
|
|
1070
|
-
* The response body as parsed JSON or XML
|
|
1071
|
-
*/
|
|
1072
|
-
parsedBody: GroupIdInformation;
|
|
1073
|
-
};
|
|
1074
|
-
};
|
|
1075
|
-
/**
|
|
1076
|
-
* Contains response data for the listNext operation.
|
|
1077
|
-
*/
|
|
1078
|
-
export declare type PrivateLinkResourcesListNextResponse = PrivateLinkResourcesList & {
|
|
1079
|
-
/**
|
|
1080
|
-
* The underlying HTTP response.
|
|
1081
|
-
*/
|
|
1082
|
-
_response: msRest.HttpResponse & {
|
|
1083
|
-
/**
|
|
1084
|
-
* The response body as text (string format)
|
|
1085
|
-
*/
|
|
1086
|
-
bodyAsText: string;
|
|
1087
|
-
/**
|
|
1088
|
-
* The response body as parsed JSON or XML
|
|
1089
|
-
*/
|
|
1090
|
-
parsedBody: PrivateLinkResourcesList;
|
|
1091
|
-
};
|
|
1092
|
-
};
|
|
1093
|
-
/**
|
|
1094
|
-
* Contains response data for the list operation.
|
|
1095
|
-
*/
|
|
1096
|
-
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionsList & {
|
|
1097
|
-
/**
|
|
1098
|
-
* The underlying HTTP response.
|
|
1099
|
-
*/
|
|
1100
|
-
_response: msRest.HttpResponse & {
|
|
1101
|
-
/**
|
|
1102
|
-
* The response body as text (string format)
|
|
1103
|
-
*/
|
|
1104
|
-
bodyAsText: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* The response body as parsed JSON or XML
|
|
1107
|
-
*/
|
|
1108
|
-
parsedBody: PrivateEndpointConnectionsList;
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
/**
|
|
1112
|
-
* Contains response data for the get operation.
|
|
1113
|
-
*/
|
|
1114
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
|
|
1115
|
-
/**
|
|
1116
|
-
* The underlying HTTP response.
|
|
1117
|
-
*/
|
|
1118
|
-
_response: msRest.HttpResponse & {
|
|
1119
|
-
/**
|
|
1120
|
-
* The response body as text (string format)
|
|
1121
|
-
*/
|
|
1122
|
-
bodyAsText: string;
|
|
1123
|
-
/**
|
|
1124
|
-
* The response body as parsed JSON or XML
|
|
1125
|
-
*/
|
|
1126
|
-
parsedBody: PrivateEndpointConnection;
|
|
1127
|
-
};
|
|
1128
|
-
};
|
|
1129
|
-
/**
|
|
1130
|
-
* Contains response data for the create operation.
|
|
1131
|
-
*/
|
|
1132
|
-
export declare type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection & {
|
|
1133
|
-
/**
|
|
1134
|
-
* The underlying HTTP response.
|
|
1135
|
-
*/
|
|
1136
|
-
_response: msRest.HttpResponse & {
|
|
1137
|
-
/**
|
|
1138
|
-
* The response body as text (string format)
|
|
1139
|
-
*/
|
|
1140
|
-
bodyAsText: string;
|
|
1141
|
-
/**
|
|
1142
|
-
* The response body as parsed JSON or XML
|
|
1143
|
-
*/
|
|
1144
|
-
parsedBody: PrivateEndpointConnection;
|
|
1145
|
-
};
|
|
1146
|
-
};
|
|
1147
|
-
/**
|
|
1148
|
-
* Contains response data for the beginCreate operation.
|
|
1149
|
-
*/
|
|
1150
|
-
export declare type PrivateEndpointConnectionsBeginCreateResponse = PrivateEndpointConnection & {
|
|
1151
|
-
/**
|
|
1152
|
-
* The underlying HTTP response.
|
|
1153
|
-
*/
|
|
1154
|
-
_response: msRest.HttpResponse & {
|
|
1155
|
-
/**
|
|
1156
|
-
* The response body as text (string format)
|
|
1157
|
-
*/
|
|
1158
|
-
bodyAsText: string;
|
|
1159
|
-
/**
|
|
1160
|
-
* The response body as parsed JSON or XML
|
|
1161
|
-
*/
|
|
1162
|
-
parsedBody: PrivateEndpointConnection;
|
|
1163
|
-
};
|
|
1164
|
-
};
|
|
1165
|
-
/**
|
|
1166
|
-
* Contains response data for the listNext operation.
|
|
1167
|
-
*/
|
|
1168
|
-
export declare type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionsList & {
|
|
1169
|
-
/**
|
|
1170
|
-
* The underlying HTTP response.
|
|
1171
|
-
*/
|
|
1172
|
-
_response: msRest.HttpResponse & {
|
|
1173
|
-
/**
|
|
1174
|
-
* The response body as text (string format)
|
|
1175
|
-
*/
|
|
1176
|
-
bodyAsText: string;
|
|
1177
|
-
/**
|
|
1178
|
-
* The response body as parsed JSON or XML
|
|
1179
|
-
*/
|
|
1180
|
-
parsedBody: PrivateEndpointConnectionsList;
|
|
1181
|
-
};
|
|
1182
|
-
};
|
|
1183
|
-
/**
|
|
1184
|
-
* Contains response data for the get operation.
|
|
1185
|
-
*/
|
|
1186
|
-
export declare type VNetPeeringGetResponse = VirtualNetworkPeering & {
|
|
1187
|
-
/**
|
|
1188
|
-
* The underlying HTTP response.
|
|
1189
|
-
*/
|
|
1190
|
-
_response: msRest.HttpResponse & {
|
|
1191
|
-
/**
|
|
1192
|
-
* The response body as text (string format)
|
|
1193
|
-
*/
|
|
1194
|
-
bodyAsText: string;
|
|
1195
|
-
/**
|
|
1196
|
-
* The response body as parsed JSON or XML
|
|
1197
|
-
*/
|
|
1198
|
-
parsedBody: VirtualNetworkPeering;
|
|
1199
|
-
};
|
|
1200
|
-
};
|
|
1201
|
-
/**
|
|
1202
|
-
* Contains response data for the createOrUpdate operation.
|
|
1203
|
-
*/
|
|
1204
|
-
export declare type VNetPeeringCreateOrUpdateResponse = VirtualNetworkPeering & {
|
|
1205
|
-
/**
|
|
1206
|
-
* The underlying HTTP response.
|
|
1207
|
-
*/
|
|
1208
|
-
_response: msRest.HttpResponse & {
|
|
1209
|
-
/**
|
|
1210
|
-
* The response body as text (string format)
|
|
1211
|
-
*/
|
|
1212
|
-
bodyAsText: string;
|
|
1213
|
-
/**
|
|
1214
|
-
* The response body as parsed JSON or XML
|
|
1215
|
-
*/
|
|
1216
|
-
parsedBody: VirtualNetworkPeering;
|
|
1217
|
-
};
|
|
1218
|
-
};
|
|
1219
|
-
/**
|
|
1220
|
-
* Contains response data for the listByWorkspace operation.
|
|
1221
|
-
*/
|
|
1222
|
-
export declare type VNetPeeringListByWorkspaceResponse = VirtualNetworkPeeringList & {
|
|
1223
|
-
/**
|
|
1224
|
-
* The underlying HTTP response.
|
|
1225
|
-
*/
|
|
1226
|
-
_response: msRest.HttpResponse & {
|
|
1227
|
-
/**
|
|
1228
|
-
* The response body as text (string format)
|
|
1229
|
-
*/
|
|
1230
|
-
bodyAsText: string;
|
|
1231
|
-
/**
|
|
1232
|
-
* The response body as parsed JSON or XML
|
|
1233
|
-
*/
|
|
1234
|
-
parsedBody: VirtualNetworkPeeringList;
|
|
1235
|
-
};
|
|
1236
|
-
};
|
|
1237
|
-
/**
|
|
1238
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1239
|
-
*/
|
|
1240
|
-
export declare type VNetPeeringBeginCreateOrUpdateResponse = VirtualNetworkPeering & {
|
|
1241
|
-
/**
|
|
1242
|
-
* The underlying HTTP response.
|
|
1243
|
-
*/
|
|
1244
|
-
_response: msRest.HttpResponse & {
|
|
1245
|
-
/**
|
|
1246
|
-
* The response body as text (string format)
|
|
1247
|
-
*/
|
|
1248
|
-
bodyAsText: string;
|
|
1249
|
-
/**
|
|
1250
|
-
* The response body as parsed JSON or XML
|
|
1251
|
-
*/
|
|
1252
|
-
parsedBody: VirtualNetworkPeering;
|
|
1253
|
-
};
|
|
1254
|
-
};
|
|
1255
|
-
/**
|
|
1256
|
-
* Contains response data for the listByWorkspaceNext operation.
|
|
1257
|
-
*/
|
|
1258
|
-
export declare type VNetPeeringListByWorkspaceNextResponse = VirtualNetworkPeeringList & {
|
|
1259
|
-
/**
|
|
1260
|
-
* The underlying HTTP response.
|
|
1261
|
-
*/
|
|
1262
|
-
_response: msRest.HttpResponse & {
|
|
1263
|
-
/**
|
|
1264
|
-
* The response body as text (string format)
|
|
1265
|
-
*/
|
|
1266
|
-
bodyAsText: string;
|
|
1267
|
-
/**
|
|
1268
|
-
* The response body as parsed JSON or XML
|
|
1269
|
-
*/
|
|
1270
|
-
parsedBody: VirtualNetworkPeeringList;
|
|
1271
|
-
};
|
|
1272
|
-
};
|
|
1273
|
-
//# sourceMappingURL=index.d.ts.map
|