| Description | : Gets the workspace. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}
{
resourceGroupName:
string
,
workspaceName:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
properties:
{
,
managedResourceGroupId:
string
,
parameters:
{
,
amlWorkspaceId:
{
,
type:
enum
,
value:
string
,
}
customVirtualNetworkId:
{
,
type:
enum
,
value:
string
,
}
customPublicSubnetName:
{
,
type:
enum
,
value:
string
,
}
customPrivateSubnetName:
{
,
type:
enum
,
value:
string
,
}
enableNoPublicIp:
{
,
type:
enum
,
value:
boolean
,
}
loadBalancerBackendPoolName:
{
,
type:
enum
,
value:
string
,
}
loadBalancerId:
{
,
type:
enum
,
value:
string
,
}
natGatewayName:
{
,
type:
enum
,
value:
string
,
}
publicIpName:
{
,
type:
enum
,
value:
string
,
}
prepareEncryption:
{
,
type:
enum
,
value:
boolean
,
}
encryption:
{
,
type:
enum
,
value:
}
{
,
keySource:
enum
,
KeyName:
string
,
keyversion:
string
,
keyvaulturi:
string
,
}
requireInfrastructureEncryption:
{
,
type:
enum
,
value:
boolean
,
}
storageAccountName:
{
,
type:
enum
,
value:
string
,
}
storageAccountSkuName:
{
,
type:
enum
,
value:
string
,
}
vnetAddressPrefix:
{
,
type:
enum
,
value:
string
,
}
resourceTags:
}
{
,
type:
enum
,
value:
object
,
}
provisioningState:
enum
,
uiDefinitionUri:
string
,
authorizations:
[
]
,
{
,
principalId:
string
,
roleDefinitionId:
string
,
}
createdBy:
{
,
oid:
string
,
puid:
string
,
applicationId:
string
,
}
updatedBy:
{
,
oid:
string
,
puid:
string
,
applicationId:
string
,
}
createdDateTime:
string
,
workspaceId:
string
,
workspaceUrl:
string
,
storageAccountIdentity:
{
,
principalId:
string
,
tenantId:
string
,
type:
string
,
}
encryption:
{
,
entities:
}
{
,
managedServices:
}
{
,
keySource:
enum
,
keyVaultProperties:
}
{
,
keyVaultUri:
string
,
keyName:
string
,
keyVersion:
string
,
}
privateEndpointConnections:
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionRequired:
string
,
}
provisioningState:
enum
,
}
publicNetworkAccess:
enum
,
requiredNsgRules:
enum
,
}
sku:
{
,
name:
string
,
tier:
string
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}
innererror:
string
,
}