@azure/arm-databricks 2.0.0 → 3.0.0-alpha.20211102.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 +26 -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 -22
- 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,839 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The core properties of ARM resources */
|
|
3
|
+
export interface Resource {
|
|
4
|
+
/**
|
|
5
|
+
* Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the resource
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly type?: string;
|
|
19
|
+
}
|
|
20
|
+
/** Custom Parameters used for Cluster Creation. */
|
|
21
|
+
export interface WorkspaceCustomParameters {
|
|
22
|
+
/** The ID of a Azure Machine Learning workspace to link with Databricks workspace */
|
|
23
|
+
amlWorkspaceId?: WorkspaceCustomStringParameter;
|
|
24
|
+
/** The ID of a Virtual Network where this Databricks Cluster should be created */
|
|
25
|
+
customVirtualNetworkId?: WorkspaceCustomStringParameter;
|
|
26
|
+
/** The name of a Public Subnet within the Virtual Network */
|
|
27
|
+
customPublicSubnetName?: WorkspaceCustomStringParameter;
|
|
28
|
+
/** The name of the Private Subnet within the Virtual Network */
|
|
29
|
+
customPrivateSubnetName?: WorkspaceCustomStringParameter;
|
|
30
|
+
/** Should the Public IP be Disabled? */
|
|
31
|
+
enableNoPublicIp?: WorkspaceCustomBooleanParameter;
|
|
32
|
+
/** Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP). */
|
|
33
|
+
loadBalancerBackendPoolName?: WorkspaceCustomStringParameter;
|
|
34
|
+
/** Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace. */
|
|
35
|
+
loadBalancerId?: WorkspaceCustomStringParameter;
|
|
36
|
+
/** Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets. */
|
|
37
|
+
natGatewayName?: WorkspaceCustomStringParameter;
|
|
38
|
+
/** Name of the Public IP for No Public IP workspace with managed vNet. */
|
|
39
|
+
publicIpName?: WorkspaceCustomStringParameter;
|
|
40
|
+
/** Prepare the workspace for encryption. Enables the Managed Identity for managed storage account. */
|
|
41
|
+
prepareEncryption?: WorkspaceCustomBooleanParameter;
|
|
42
|
+
/** Contains the encryption details for Customer-Managed Key (CMK) enabled workspace. */
|
|
43
|
+
encryption?: WorkspaceEncryptionParameter;
|
|
44
|
+
/** A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest. */
|
|
45
|
+
requireInfrastructureEncryption?: WorkspaceCustomBooleanParameter;
|
|
46
|
+
/** Default DBFS storage account name. */
|
|
47
|
+
storageAccountName?: WorkspaceCustomStringParameter;
|
|
48
|
+
/** Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs. */
|
|
49
|
+
storageAccountSkuName?: WorkspaceCustomStringParameter;
|
|
50
|
+
/** Address prefix for Managed virtual network. Default value for this input is 10.139. */
|
|
51
|
+
vnetAddressPrefix?: WorkspaceCustomStringParameter;
|
|
52
|
+
/**
|
|
53
|
+
* Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
|
|
54
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
+
*/
|
|
56
|
+
readonly resourceTags?: WorkspaceCustomObjectParameter;
|
|
57
|
+
}
|
|
58
|
+
/** The Value. */
|
|
59
|
+
export interface WorkspaceCustomStringParameter {
|
|
60
|
+
/**
|
|
61
|
+
* The type of variable that this is
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly type?: CustomParameterType;
|
|
65
|
+
/** The value which should be used for this field. */
|
|
66
|
+
value: string;
|
|
67
|
+
}
|
|
68
|
+
/** The value which should be used for this field. */
|
|
69
|
+
export interface WorkspaceCustomBooleanParameter {
|
|
70
|
+
/**
|
|
71
|
+
* The type of variable that this is
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly type?: CustomParameterType;
|
|
75
|
+
/** The value which should be used for this field. */
|
|
76
|
+
value: boolean;
|
|
77
|
+
}
|
|
78
|
+
/** The object that contains details of encryption used on the workspace. */
|
|
79
|
+
export interface WorkspaceEncryptionParameter {
|
|
80
|
+
/**
|
|
81
|
+
* The type of variable that this is
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly type?: CustomParameterType;
|
|
85
|
+
/** The value which should be used for this field. */
|
|
86
|
+
value?: Encryption;
|
|
87
|
+
}
|
|
88
|
+
/** The object that contains details of encryption used on the workspace. */
|
|
89
|
+
export interface Encryption {
|
|
90
|
+
/** The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault */
|
|
91
|
+
keySource?: KeySource;
|
|
92
|
+
/** The name of KeyVault key. */
|
|
93
|
+
keyName?: string;
|
|
94
|
+
/** The version of KeyVault key. */
|
|
95
|
+
keyVersion?: string;
|
|
96
|
+
/** The Uri of KeyVault. */
|
|
97
|
+
keyVaultUri?: string;
|
|
98
|
+
}
|
|
99
|
+
/** The value which should be used for this field. */
|
|
100
|
+
export interface WorkspaceCustomObjectParameter {
|
|
101
|
+
/**
|
|
102
|
+
* The type of variable that this is
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly type?: CustomParameterType;
|
|
106
|
+
/** The value which should be used for this field. */
|
|
107
|
+
value: Record<string, unknown>;
|
|
108
|
+
}
|
|
109
|
+
/** The workspace provider authorization. */
|
|
110
|
+
export interface WorkspaceProviderAuthorization {
|
|
111
|
+
/** The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources. */
|
|
112
|
+
principalId: string;
|
|
113
|
+
/** The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group. */
|
|
114
|
+
roleDefinitionId: string;
|
|
115
|
+
}
|
|
116
|
+
/** Provides details of the entity that created/updated the workspace. */
|
|
117
|
+
export interface CreatedBy {
|
|
118
|
+
/**
|
|
119
|
+
* The Object ID that created the workspace.
|
|
120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
121
|
+
*/
|
|
122
|
+
readonly oid?: string;
|
|
123
|
+
/**
|
|
124
|
+
* The Personal Object ID corresponding to the object ID above
|
|
125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
126
|
+
*/
|
|
127
|
+
readonly puid?: string;
|
|
128
|
+
/**
|
|
129
|
+
* The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
|
|
130
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
131
|
+
*/
|
|
132
|
+
readonly applicationId?: string;
|
|
133
|
+
}
|
|
134
|
+
/** The Managed Identity details for storage account. */
|
|
135
|
+
export interface ManagedIdentityConfiguration {
|
|
136
|
+
/**
|
|
137
|
+
* The objectId of the Managed Identity that is linked to the Managed Storage account.
|
|
138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
+
*/
|
|
140
|
+
readonly principalId?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The tenant Id where the Managed Identity is created.
|
|
143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
+
*/
|
|
145
|
+
readonly tenantId?: string;
|
|
146
|
+
/**
|
|
147
|
+
* The type of Identity created. It can be either SystemAssigned or UserAssigned.
|
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
|
+
*/
|
|
150
|
+
readonly type?: string;
|
|
151
|
+
}
|
|
152
|
+
/** Encryption properties for databricks workspace */
|
|
153
|
+
export interface WorkspacePropertiesEncryption {
|
|
154
|
+
/** Encryption entities definition for the workspace. */
|
|
155
|
+
entities: EncryptionEntitiesDefinition;
|
|
156
|
+
}
|
|
157
|
+
/** Encryption entities for databricks workspace resource. */
|
|
158
|
+
export interface EncryptionEntitiesDefinition {
|
|
159
|
+
/** Encryption properties for the databricks managed services. */
|
|
160
|
+
managedServices?: EncryptionV2;
|
|
161
|
+
}
|
|
162
|
+
/** The object that contains details of encryption used on the workspace. */
|
|
163
|
+
export interface EncryptionV2 {
|
|
164
|
+
/** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault */
|
|
165
|
+
keySource: EncryptionKeySource;
|
|
166
|
+
/** Key Vault input properties for encryption. */
|
|
167
|
+
keyVaultProperties?: EncryptionV2KeyVaultProperties;
|
|
168
|
+
}
|
|
169
|
+
/** Key Vault input properties for encryption. */
|
|
170
|
+
export interface EncryptionV2KeyVaultProperties {
|
|
171
|
+
/** The Uri of KeyVault. */
|
|
172
|
+
keyVaultUri: string;
|
|
173
|
+
/** The name of KeyVault key. */
|
|
174
|
+
keyName: string;
|
|
175
|
+
/** The version of KeyVault key. */
|
|
176
|
+
keyVersion: string;
|
|
177
|
+
}
|
|
178
|
+
/** The private endpoint connection of a workspace */
|
|
179
|
+
export interface PrivateEndpointConnection {
|
|
180
|
+
/**
|
|
181
|
+
* The resource identifier.
|
|
182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
+
*/
|
|
184
|
+
readonly id?: string;
|
|
185
|
+
/**
|
|
186
|
+
* The resource name.
|
|
187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
+
*/
|
|
189
|
+
readonly name?: string;
|
|
190
|
+
/**
|
|
191
|
+
* The resource type.
|
|
192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
+
*/
|
|
194
|
+
readonly type?: string;
|
|
195
|
+
/** The private endpoint connection properties. */
|
|
196
|
+
properties: PrivateEndpointConnectionProperties;
|
|
197
|
+
}
|
|
198
|
+
/** The properties of a private endpoint connection */
|
|
199
|
+
export interface PrivateEndpointConnectionProperties {
|
|
200
|
+
/** Private endpoint */
|
|
201
|
+
privateEndpoint?: PrivateEndpoint;
|
|
202
|
+
/** Private endpoint connection state */
|
|
203
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
204
|
+
/**
|
|
205
|
+
* Provisioning state of the private endpoint connection.
|
|
206
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
+
*/
|
|
208
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
209
|
+
}
|
|
210
|
+
/** The private endpoint property of a private endpoint connection */
|
|
211
|
+
export interface PrivateEndpoint {
|
|
212
|
+
/**
|
|
213
|
+
* The resource identifier.
|
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
+
*/
|
|
216
|
+
readonly id?: string;
|
|
217
|
+
}
|
|
218
|
+
/** The current state of a private endpoint connection */
|
|
219
|
+
export interface PrivateLinkServiceConnectionState {
|
|
220
|
+
/** The status of a private endpoint connection */
|
|
221
|
+
status: PrivateLinkServiceConnectionStatus;
|
|
222
|
+
/** The description for the current state of a private endpoint connection */
|
|
223
|
+
description?: string;
|
|
224
|
+
/** Actions required for a private endpoint connection */
|
|
225
|
+
actionRequired?: string;
|
|
226
|
+
}
|
|
227
|
+
/** SKU for the resource. */
|
|
228
|
+
export interface Sku {
|
|
229
|
+
/** The SKU name. */
|
|
230
|
+
name: string;
|
|
231
|
+
/** The SKU tier. */
|
|
232
|
+
tier?: string;
|
|
233
|
+
}
|
|
234
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
235
|
+
export interface SystemData {
|
|
236
|
+
/** The identity that created the resource. */
|
|
237
|
+
createdBy?: string;
|
|
238
|
+
/** The type of identity that created the resource. */
|
|
239
|
+
createdByType?: CreatedByType;
|
|
240
|
+
/** The timestamp of resource creation (UTC). */
|
|
241
|
+
createdAt?: Date;
|
|
242
|
+
/** The identity that last modified the resource. */
|
|
243
|
+
lastModifiedBy?: string;
|
|
244
|
+
/** The type of identity that last modified the resource. */
|
|
245
|
+
lastModifiedByType?: CreatedByType;
|
|
246
|
+
/** The timestamp of resource last modification (UTC) */
|
|
247
|
+
lastModifiedAt?: Date;
|
|
248
|
+
}
|
|
249
|
+
/** Contains details when the response code indicates an error. */
|
|
250
|
+
export interface ErrorResponse {
|
|
251
|
+
/** The error details. */
|
|
252
|
+
error: ErrorInfo;
|
|
253
|
+
}
|
|
254
|
+
/** The code and message for an error. */
|
|
255
|
+
export interface ErrorInfo {
|
|
256
|
+
/** A machine readable error code. */
|
|
257
|
+
code: string;
|
|
258
|
+
/** A human readable error message. */
|
|
259
|
+
message: string;
|
|
260
|
+
/** error details. */
|
|
261
|
+
details?: ErrorDetail[];
|
|
262
|
+
/** Inner error details if they exist. */
|
|
263
|
+
innererror?: string;
|
|
264
|
+
}
|
|
265
|
+
/** Error details. */
|
|
266
|
+
export interface ErrorDetail {
|
|
267
|
+
/** The error's code. */
|
|
268
|
+
code: string;
|
|
269
|
+
/** A human readable error message. */
|
|
270
|
+
message: string;
|
|
271
|
+
/** Indicates which property in the request is responsible for the error. */
|
|
272
|
+
target?: string;
|
|
273
|
+
}
|
|
274
|
+
/** An update to a workspace. */
|
|
275
|
+
export interface WorkspaceUpdate {
|
|
276
|
+
/** Resource tags. */
|
|
277
|
+
tags?: {
|
|
278
|
+
[propertyName: string]: string;
|
|
279
|
+
};
|
|
280
|
+
}
|
|
281
|
+
/** List of workspaces. */
|
|
282
|
+
export interface WorkspaceListResult {
|
|
283
|
+
/** The array of workspaces. */
|
|
284
|
+
value?: Workspace[];
|
|
285
|
+
/** The URL to use for getting the next set of results. */
|
|
286
|
+
nextLink?: string;
|
|
287
|
+
}
|
|
288
|
+
/** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
289
|
+
export interface OperationListResult {
|
|
290
|
+
/** List of Resource Provider operations supported by the Resource Provider resource provider. */
|
|
291
|
+
value?: Operation[];
|
|
292
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
293
|
+
nextLink?: string;
|
|
294
|
+
}
|
|
295
|
+
/** REST API operation */
|
|
296
|
+
export interface Operation {
|
|
297
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
298
|
+
name?: string;
|
|
299
|
+
/** The object that represents the operation. */
|
|
300
|
+
display?: OperationDisplay;
|
|
301
|
+
}
|
|
302
|
+
/** The object that represents the operation. */
|
|
303
|
+
export interface OperationDisplay {
|
|
304
|
+
/** Service provider: Microsoft.ResourceProvider */
|
|
305
|
+
provider?: string;
|
|
306
|
+
/** Resource on which the operation is performed. */
|
|
307
|
+
resource?: string;
|
|
308
|
+
/** Operation type: Read, write, delete, etc. */
|
|
309
|
+
operation?: string;
|
|
310
|
+
}
|
|
311
|
+
/** The available private link resources for a workspace */
|
|
312
|
+
export interface PrivateLinkResourcesList {
|
|
313
|
+
/** The list of available private link resources for a workspace */
|
|
314
|
+
value?: GroupIdInformation[];
|
|
315
|
+
/** The URL to get the next set of private link resources. */
|
|
316
|
+
nextLink?: string;
|
|
317
|
+
}
|
|
318
|
+
/** The properties for a group information object */
|
|
319
|
+
export interface GroupIdInformationProperties {
|
|
320
|
+
/** The group id */
|
|
321
|
+
groupId?: string;
|
|
322
|
+
/** The required members for a specific group id */
|
|
323
|
+
requiredMembers?: string[];
|
|
324
|
+
/** The required DNS zones for a specific group id */
|
|
325
|
+
requiredZoneNames?: string[];
|
|
326
|
+
}
|
|
327
|
+
/** List of private link connections. */
|
|
328
|
+
export interface PrivateEndpointConnectionsList {
|
|
329
|
+
/** The list of returned private endpoint connection. */
|
|
330
|
+
value?: PrivateEndpointConnection[];
|
|
331
|
+
/** The URL to get the next set of endpoint connections. */
|
|
332
|
+
nextLink?: string;
|
|
333
|
+
}
|
|
334
|
+
/** Egress endpoints which Workspace connects to for common purposes. */
|
|
335
|
+
export interface OutboundEnvironmentEndpoint {
|
|
336
|
+
/** The category of endpoints accessed by the Workspace, e.g. azure-storage, azure-mysql, etc. */
|
|
337
|
+
category?: string;
|
|
338
|
+
/** The endpoints that Workspace connect to */
|
|
339
|
+
endpoints?: EndpointDependency[];
|
|
340
|
+
}
|
|
341
|
+
/** A domain name or IP address the Workspace is reaching at. */
|
|
342
|
+
export interface EndpointDependency {
|
|
343
|
+
/** The domain name of the dependency. */
|
|
344
|
+
domainName?: string;
|
|
345
|
+
/** The Ports used when connecting to domainName. */
|
|
346
|
+
endpointDetails?: EndpointDetail[];
|
|
347
|
+
}
|
|
348
|
+
/** Connect information from the Workspace to a single endpoint. */
|
|
349
|
+
export interface EndpointDetail {
|
|
350
|
+
/** An IP Address that Domain Name currently resolves to. */
|
|
351
|
+
ipAddress?: string;
|
|
352
|
+
/** The port an endpoint is connected to. */
|
|
353
|
+
port?: number;
|
|
354
|
+
/** The time in milliseconds it takes for the connection to be created from the Workspace to this IpAddress at this Port. */
|
|
355
|
+
latency?: number;
|
|
356
|
+
/** Whether it is possible to create a connection from the Workspace to this IpAddress at this Port. */
|
|
357
|
+
isAccessible?: boolean;
|
|
358
|
+
}
|
|
359
|
+
/** Peerings in a VirtualNetwork resource */
|
|
360
|
+
export interface VirtualNetworkPeering {
|
|
361
|
+
/**
|
|
362
|
+
* Name of the virtual network peering resource
|
|
363
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
364
|
+
*/
|
|
365
|
+
readonly name?: string;
|
|
366
|
+
/**
|
|
367
|
+
* Resource ID.
|
|
368
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
+
*/
|
|
370
|
+
readonly id?: string;
|
|
371
|
+
/**
|
|
372
|
+
* type of the virtual network peering resource
|
|
373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
+
*/
|
|
375
|
+
readonly type?: string;
|
|
376
|
+
/** Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space. */
|
|
377
|
+
allowVirtualNetworkAccess?: boolean;
|
|
378
|
+
/** Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network. */
|
|
379
|
+
allowForwardedTraffic?: boolean;
|
|
380
|
+
/** If gateway links can be used in remote virtual networking to link to this virtual network. */
|
|
381
|
+
allowGatewayTransit?: boolean;
|
|
382
|
+
/** If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway. */
|
|
383
|
+
useRemoteGateways?: boolean;
|
|
384
|
+
/** The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). */
|
|
385
|
+
databricksVirtualNetwork?: VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork;
|
|
386
|
+
/** The reference to the databricks virtual network address space. */
|
|
387
|
+
databricksAddressSpace?: AddressSpace;
|
|
388
|
+
/** The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). */
|
|
389
|
+
remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork;
|
|
390
|
+
/** The reference to the remote virtual network address space. */
|
|
391
|
+
remoteAddressSpace?: AddressSpace;
|
|
392
|
+
/**
|
|
393
|
+
* The status of the virtual network peering.
|
|
394
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
395
|
+
*/
|
|
396
|
+
readonly peeringState?: PeeringState;
|
|
397
|
+
/**
|
|
398
|
+
* The provisioning state of the virtual network peering resource.
|
|
399
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
+
*/
|
|
401
|
+
readonly provisioningState?: PeeringProvisioningState;
|
|
402
|
+
}
|
|
403
|
+
/** The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). */
|
|
404
|
+
export interface VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork {
|
|
405
|
+
/** The Id of the databricks virtual network. */
|
|
406
|
+
id?: string;
|
|
407
|
+
}
|
|
408
|
+
/** AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network. */
|
|
409
|
+
export interface AddressSpace {
|
|
410
|
+
/** A list of address blocks reserved for this virtual network in CIDR notation. */
|
|
411
|
+
addressPrefixes?: string[];
|
|
412
|
+
}
|
|
413
|
+
/** The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). */
|
|
414
|
+
export interface VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork {
|
|
415
|
+
/** The Id of the remote virtual network. */
|
|
416
|
+
id?: string;
|
|
417
|
+
}
|
|
418
|
+
/** Gets all virtual network peerings under a workspace. */
|
|
419
|
+
export interface VirtualNetworkPeeringList {
|
|
420
|
+
/** List of virtual network peerings on workspace. */
|
|
421
|
+
value?: VirtualNetworkPeering[];
|
|
422
|
+
/** URL to get the next set of virtual network peering list results if there are any. */
|
|
423
|
+
nextLink?: string;
|
|
424
|
+
}
|
|
425
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
426
|
+
export declare type TrackedResource = Resource & {
|
|
427
|
+
/** Resource tags. */
|
|
428
|
+
tags?: {
|
|
429
|
+
[propertyName: string]: string;
|
|
430
|
+
};
|
|
431
|
+
/** The geo-location where the resource lives */
|
|
432
|
+
location: string;
|
|
433
|
+
};
|
|
434
|
+
/** The group information for creating a private endpoint on a workspace */
|
|
435
|
+
export declare type GroupIdInformation = Resource & {
|
|
436
|
+
/** The group id properties. */
|
|
437
|
+
properties: GroupIdInformationProperties;
|
|
438
|
+
};
|
|
439
|
+
/** Information about workspace. */
|
|
440
|
+
export declare type Workspace = TrackedResource & {
|
|
441
|
+
/** The SKU of the resource. */
|
|
442
|
+
sku?: Sku;
|
|
443
|
+
/**
|
|
444
|
+
* The system metadata relating to this resource
|
|
445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
+
*/
|
|
447
|
+
readonly systemData?: SystemData;
|
|
448
|
+
/** The managed resource group Id. */
|
|
449
|
+
managedResourceGroupId: string;
|
|
450
|
+
/** The workspace's custom parameters. */
|
|
451
|
+
parameters?: WorkspaceCustomParameters;
|
|
452
|
+
/**
|
|
453
|
+
* The workspace provisioning state.
|
|
454
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
455
|
+
*/
|
|
456
|
+
readonly provisioningState?: ProvisioningState;
|
|
457
|
+
/** The blob URI where the UI definition file is located. */
|
|
458
|
+
uiDefinitionUri?: string;
|
|
459
|
+
/** The workspace provider authorizations. */
|
|
460
|
+
authorizations?: WorkspaceProviderAuthorization[];
|
|
461
|
+
/** Indicates the Object ID, PUID and Application ID of entity that created the workspace. */
|
|
462
|
+
createdBy?: CreatedBy;
|
|
463
|
+
/** Indicates the Object ID, PUID and Application ID of entity that last updated the workspace. */
|
|
464
|
+
updatedBy?: CreatedBy;
|
|
465
|
+
/**
|
|
466
|
+
* Specifies the date and time when the workspace is created.
|
|
467
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
|
+
*/
|
|
469
|
+
readonly createdDateTime?: Date;
|
|
470
|
+
/**
|
|
471
|
+
* The unique identifier of the databricks workspace in databricks control plane.
|
|
472
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
473
|
+
*/
|
|
474
|
+
readonly workspaceId?: string;
|
|
475
|
+
/**
|
|
476
|
+
* The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
|
|
477
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
478
|
+
*/
|
|
479
|
+
readonly workspaceUrl?: string;
|
|
480
|
+
/** The details of Managed Identity of Storage Account */
|
|
481
|
+
storageAccountIdentity?: ManagedIdentityConfiguration;
|
|
482
|
+
/** Encryption properties for databricks workspace */
|
|
483
|
+
encryption?: WorkspacePropertiesEncryption;
|
|
484
|
+
/**
|
|
485
|
+
* Private endpoint connections created on the workspace
|
|
486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
+
*/
|
|
488
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
489
|
+
/** The network access type for accessing workspace. Set value to disabled to access workspace only via private link. */
|
|
490
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
491
|
+
/** Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only. */
|
|
492
|
+
requiredNsgRules?: RequiredNsgRules;
|
|
493
|
+
};
|
|
494
|
+
/** Known values of {@link CustomParameterType} that the service accepts. */
|
|
495
|
+
export declare enum KnownCustomParameterType {
|
|
496
|
+
Bool = "Bool",
|
|
497
|
+
Object = "Object",
|
|
498
|
+
String = "String"
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* Defines values for CustomParameterType. \
|
|
502
|
+
* {@link KnownCustomParameterType} can be used interchangeably with CustomParameterType,
|
|
503
|
+
* this enum contains the known values that the service supports.
|
|
504
|
+
* ### Known values supported by the service
|
|
505
|
+
* **Bool** \
|
|
506
|
+
* **Object** \
|
|
507
|
+
* **String**
|
|
508
|
+
*/
|
|
509
|
+
export declare type CustomParameterType = string;
|
|
510
|
+
/** Known values of {@link KeySource} that the service accepts. */
|
|
511
|
+
export declare enum KnownKeySource {
|
|
512
|
+
Default = "Default",
|
|
513
|
+
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* Defines values for KeySource. \
|
|
517
|
+
* {@link KnownKeySource} can be used interchangeably with KeySource,
|
|
518
|
+
* this enum contains the known values that the service supports.
|
|
519
|
+
* ### Known values supported by the service
|
|
520
|
+
* **Default** \
|
|
521
|
+
* **Microsoft.Keyvault**
|
|
522
|
+
*/
|
|
523
|
+
export declare type KeySource = string;
|
|
524
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
525
|
+
export declare enum KnownProvisioningState {
|
|
526
|
+
Accepted = "Accepted",
|
|
527
|
+
Running = "Running",
|
|
528
|
+
Ready = "Ready",
|
|
529
|
+
Creating = "Creating",
|
|
530
|
+
Created = "Created",
|
|
531
|
+
Deleting = "Deleting",
|
|
532
|
+
Deleted = "Deleted",
|
|
533
|
+
Canceled = "Canceled",
|
|
534
|
+
Failed = "Failed",
|
|
535
|
+
Succeeded = "Succeeded",
|
|
536
|
+
Updating = "Updating"
|
|
537
|
+
}
|
|
538
|
+
/**
|
|
539
|
+
* Defines values for ProvisioningState. \
|
|
540
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
541
|
+
* this enum contains the known values that the service supports.
|
|
542
|
+
* ### Known values supported by the service
|
|
543
|
+
* **Accepted** \
|
|
544
|
+
* **Running** \
|
|
545
|
+
* **Ready** \
|
|
546
|
+
* **Creating** \
|
|
547
|
+
* **Created** \
|
|
548
|
+
* **Deleting** \
|
|
549
|
+
* **Deleted** \
|
|
550
|
+
* **Canceled** \
|
|
551
|
+
* **Failed** \
|
|
552
|
+
* **Succeeded** \
|
|
553
|
+
* **Updating**
|
|
554
|
+
*/
|
|
555
|
+
export declare type ProvisioningState = string;
|
|
556
|
+
/** Known values of {@link EncryptionKeySource} that the service accepts. */
|
|
557
|
+
export declare enum KnownEncryptionKeySource {
|
|
558
|
+
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* Defines values for EncryptionKeySource. \
|
|
562
|
+
* {@link KnownEncryptionKeySource} can be used interchangeably with EncryptionKeySource,
|
|
563
|
+
* this enum contains the known values that the service supports.
|
|
564
|
+
* ### Known values supported by the service
|
|
565
|
+
* **Microsoft.Keyvault**
|
|
566
|
+
*/
|
|
567
|
+
export declare type EncryptionKeySource = string;
|
|
568
|
+
/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
|
|
569
|
+
export declare enum KnownPrivateLinkServiceConnectionStatus {
|
|
570
|
+
Pending = "Pending",
|
|
571
|
+
Approved = "Approved",
|
|
572
|
+
Rejected = "Rejected",
|
|
573
|
+
Disconnected = "Disconnected"
|
|
574
|
+
}
|
|
575
|
+
/**
|
|
576
|
+
* Defines values for PrivateLinkServiceConnectionStatus. \
|
|
577
|
+
* {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
|
|
578
|
+
* this enum contains the known values that the service supports.
|
|
579
|
+
* ### Known values supported by the service
|
|
580
|
+
* **Pending** \
|
|
581
|
+
* **Approved** \
|
|
582
|
+
* **Rejected** \
|
|
583
|
+
* **Disconnected**
|
|
584
|
+
*/
|
|
585
|
+
export declare type PrivateLinkServiceConnectionStatus = string;
|
|
586
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
587
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
588
|
+
Succeeded = "Succeeded",
|
|
589
|
+
Creating = "Creating",
|
|
590
|
+
Updating = "Updating",
|
|
591
|
+
Deleting = "Deleting",
|
|
592
|
+
Failed = "Failed"
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
596
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
597
|
+
* this enum contains the known values that the service supports.
|
|
598
|
+
* ### Known values supported by the service
|
|
599
|
+
* **Succeeded** \
|
|
600
|
+
* **Creating** \
|
|
601
|
+
* **Updating** \
|
|
602
|
+
* **Deleting** \
|
|
603
|
+
* **Failed**
|
|
604
|
+
*/
|
|
605
|
+
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
606
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
607
|
+
export declare enum KnownPublicNetworkAccess {
|
|
608
|
+
Enabled = "Enabled",
|
|
609
|
+
Disabled = "Disabled"
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* Defines values for PublicNetworkAccess. \
|
|
613
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
614
|
+
* this enum contains the known values that the service supports.
|
|
615
|
+
* ### Known values supported by the service
|
|
616
|
+
* **Enabled** \
|
|
617
|
+
* **Disabled**
|
|
618
|
+
*/
|
|
619
|
+
export declare type PublicNetworkAccess = string;
|
|
620
|
+
/** Known values of {@link RequiredNsgRules} that the service accepts. */
|
|
621
|
+
export declare enum KnownRequiredNsgRules {
|
|
622
|
+
AllRules = "AllRules",
|
|
623
|
+
NoAzureDatabricksRules = "NoAzureDatabricksRules",
|
|
624
|
+
NoAzureServiceRules = "NoAzureServiceRules"
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* Defines values for RequiredNsgRules. \
|
|
628
|
+
* {@link KnownRequiredNsgRules} can be used interchangeably with RequiredNsgRules,
|
|
629
|
+
* this enum contains the known values that the service supports.
|
|
630
|
+
* ### Known values supported by the service
|
|
631
|
+
* **AllRules** \
|
|
632
|
+
* **NoAzureDatabricksRules** \
|
|
633
|
+
* **NoAzureServiceRules**
|
|
634
|
+
*/
|
|
635
|
+
export declare type RequiredNsgRules = string;
|
|
636
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
637
|
+
export declare enum KnownCreatedByType {
|
|
638
|
+
User = "User",
|
|
639
|
+
Application = "Application",
|
|
640
|
+
ManagedIdentity = "ManagedIdentity",
|
|
641
|
+
Key = "Key"
|
|
642
|
+
}
|
|
643
|
+
/**
|
|
644
|
+
* Defines values for CreatedByType. \
|
|
645
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
646
|
+
* this enum contains the known values that the service supports.
|
|
647
|
+
* ### Known values supported by the service
|
|
648
|
+
* **User** \
|
|
649
|
+
* **Application** \
|
|
650
|
+
* **ManagedIdentity** \
|
|
651
|
+
* **Key**
|
|
652
|
+
*/
|
|
653
|
+
export declare type CreatedByType = string;
|
|
654
|
+
/** Known values of {@link PeeringState} that the service accepts. */
|
|
655
|
+
export declare enum KnownPeeringState {
|
|
656
|
+
Initiated = "Initiated",
|
|
657
|
+
Connected = "Connected",
|
|
658
|
+
Disconnected = "Disconnected"
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* Defines values for PeeringState. \
|
|
662
|
+
* {@link KnownPeeringState} can be used interchangeably with PeeringState,
|
|
663
|
+
* this enum contains the known values that the service supports.
|
|
664
|
+
* ### Known values supported by the service
|
|
665
|
+
* **Initiated** \
|
|
666
|
+
* **Connected** \
|
|
667
|
+
* **Disconnected**
|
|
668
|
+
*/
|
|
669
|
+
export declare type PeeringState = string;
|
|
670
|
+
/** Known values of {@link PeeringProvisioningState} that the service accepts. */
|
|
671
|
+
export declare enum KnownPeeringProvisioningState {
|
|
672
|
+
Succeeded = "Succeeded",
|
|
673
|
+
Updating = "Updating",
|
|
674
|
+
Deleting = "Deleting",
|
|
675
|
+
Failed = "Failed"
|
|
676
|
+
}
|
|
677
|
+
/**
|
|
678
|
+
* Defines values for PeeringProvisioningState. \
|
|
679
|
+
* {@link KnownPeeringProvisioningState} can be used interchangeably with PeeringProvisioningState,
|
|
680
|
+
* this enum contains the known values that the service supports.
|
|
681
|
+
* ### Known values supported by the service
|
|
682
|
+
* **Succeeded** \
|
|
683
|
+
* **Updating** \
|
|
684
|
+
* **Deleting** \
|
|
685
|
+
* **Failed**
|
|
686
|
+
*/
|
|
687
|
+
export declare type PeeringProvisioningState = string;
|
|
688
|
+
/** Optional parameters. */
|
|
689
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
690
|
+
}
|
|
691
|
+
/** Contains response data for the get operation. */
|
|
692
|
+
export declare type WorkspacesGetResponse = Workspace;
|
|
693
|
+
/** Optional parameters. */
|
|
694
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
695
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
696
|
+
updateIntervalInMs?: number;
|
|
697
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
698
|
+
resumeFrom?: string;
|
|
699
|
+
}
|
|
700
|
+
/** Optional parameters. */
|
|
701
|
+
export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
702
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
703
|
+
updateIntervalInMs?: number;
|
|
704
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
705
|
+
resumeFrom?: string;
|
|
706
|
+
}
|
|
707
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
708
|
+
export declare type WorkspacesCreateOrUpdateResponse = Workspace;
|
|
709
|
+
/** Optional parameters. */
|
|
710
|
+
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
711
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
712
|
+
updateIntervalInMs?: number;
|
|
713
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
714
|
+
resumeFrom?: string;
|
|
715
|
+
}
|
|
716
|
+
/** Contains response data for the update operation. */
|
|
717
|
+
export declare type WorkspacesUpdateResponse = Workspace;
|
|
718
|
+
/** Optional parameters. */
|
|
719
|
+
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
720
|
+
}
|
|
721
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
722
|
+
export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
723
|
+
/** Optional parameters. */
|
|
724
|
+
export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
725
|
+
}
|
|
726
|
+
/** Contains response data for the listBySubscription operation. */
|
|
727
|
+
export declare type WorkspacesListBySubscriptionResponse = WorkspaceListResult;
|
|
728
|
+
/** Optional parameters. */
|
|
729
|
+
export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
730
|
+
}
|
|
731
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
732
|
+
export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult;
|
|
733
|
+
/** Optional parameters. */
|
|
734
|
+
export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
735
|
+
}
|
|
736
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
737
|
+
export declare type WorkspacesListBySubscriptionNextResponse = WorkspaceListResult;
|
|
738
|
+
/** Optional parameters. */
|
|
739
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
740
|
+
}
|
|
741
|
+
/** Contains response data for the list operation. */
|
|
742
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
743
|
+
/** Optional parameters. */
|
|
744
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
745
|
+
}
|
|
746
|
+
/** Contains response data for the listNext operation. */
|
|
747
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
748
|
+
/** Optional parameters. */
|
|
749
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
750
|
+
}
|
|
751
|
+
/** Contains response data for the list operation. */
|
|
752
|
+
export declare type PrivateLinkResourcesListResponse = PrivateLinkResourcesList;
|
|
753
|
+
/** Optional parameters. */
|
|
754
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
755
|
+
}
|
|
756
|
+
/** Contains response data for the get operation. */
|
|
757
|
+
export declare type PrivateLinkResourcesGetResponse = GroupIdInformation;
|
|
758
|
+
/** Optional parameters. */
|
|
759
|
+
export interface PrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
760
|
+
}
|
|
761
|
+
/** Contains response data for the listNext operation. */
|
|
762
|
+
export declare type PrivateLinkResourcesListNextResponse = PrivateLinkResourcesList;
|
|
763
|
+
/** Optional parameters. */
|
|
764
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
765
|
+
}
|
|
766
|
+
/** Contains response data for the list operation. */
|
|
767
|
+
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionsList;
|
|
768
|
+
/** Optional parameters. */
|
|
769
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
770
|
+
}
|
|
771
|
+
/** Contains response data for the get operation. */
|
|
772
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
773
|
+
/** Optional parameters. */
|
|
774
|
+
export interface PrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
775
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
776
|
+
updateIntervalInMs?: number;
|
|
777
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
778
|
+
resumeFrom?: string;
|
|
779
|
+
}
|
|
780
|
+
/** Contains response data for the create operation. */
|
|
781
|
+
export declare type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
782
|
+
/** Optional parameters. */
|
|
783
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
784
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
785
|
+
updateIntervalInMs?: number;
|
|
786
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
787
|
+
resumeFrom?: string;
|
|
788
|
+
}
|
|
789
|
+
/** Optional parameters. */
|
|
790
|
+
export interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
791
|
+
}
|
|
792
|
+
/** Contains response data for the listNext operation. */
|
|
793
|
+
export declare type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionsList;
|
|
794
|
+
/** Optional parameters. */
|
|
795
|
+
export interface OutboundNetworkDependenciesEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
796
|
+
}
|
|
797
|
+
/** Contains response data for the list operation. */
|
|
798
|
+
export declare type OutboundNetworkDependenciesEndpointsListResponse = OutboundEnvironmentEndpoint[];
|
|
799
|
+
/** Optional parameters. */
|
|
800
|
+
export interface VNetPeeringGetOptionalParams extends coreClient.OperationOptions {
|
|
801
|
+
}
|
|
802
|
+
/** Contains response data for the get operation. */
|
|
803
|
+
export declare type VNetPeeringGetResponse = VirtualNetworkPeering;
|
|
804
|
+
/** Optional parameters. */
|
|
805
|
+
export interface VNetPeeringDeleteOptionalParams extends coreClient.OperationOptions {
|
|
806
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
807
|
+
updateIntervalInMs?: number;
|
|
808
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
809
|
+
resumeFrom?: string;
|
|
810
|
+
}
|
|
811
|
+
/** Optional parameters. */
|
|
812
|
+
export interface VNetPeeringCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
813
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
814
|
+
updateIntervalInMs?: number;
|
|
815
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
816
|
+
resumeFrom?: string;
|
|
817
|
+
}
|
|
818
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
819
|
+
export declare type VNetPeeringCreateOrUpdateResponse = VirtualNetworkPeering;
|
|
820
|
+
/** Optional parameters. */
|
|
821
|
+
export interface VNetPeeringListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
822
|
+
}
|
|
823
|
+
/** Contains response data for the listByWorkspace operation. */
|
|
824
|
+
export declare type VNetPeeringListByWorkspaceResponse = VirtualNetworkPeeringList;
|
|
825
|
+
/** Optional parameters. */
|
|
826
|
+
export interface VNetPeeringListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
827
|
+
}
|
|
828
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
|
829
|
+
export declare type VNetPeeringListByWorkspaceNextResponse = VirtualNetworkPeeringList;
|
|
830
|
+
/** Optional parameters. */
|
|
831
|
+
export interface AzureDatabricksManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
832
|
+
/** server parameter */
|
|
833
|
+
$host?: string;
|
|
834
|
+
/** Api Version */
|
|
835
|
+
apiVersion?: string;
|
|
836
|
+
/** Overrides client endpoint. */
|
|
837
|
+
endpoint?: string;
|
|
838
|
+
}
|
|
839
|
+
//# sourceMappingURL=index.d.ts.map
|