GetWorkspaceResult

data class GetWorkspaceResult(val accessConnector: WorkspacePropertiesResponseAccessConnector? = null, val authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, val azureApiVersion: String, val createdBy: CreatedByResponse? = null, val createdDateTime: String, val defaultCatalog: DefaultCatalogPropertiesResponse? = null, val defaultStorageFirewall: String? = null, val diskEncryptionSetId: String, val encryption: WorkspacePropertiesResponseEncryption? = null, val enhancedSecurityCompliance: EnhancedSecurityComplianceDefinitionResponse? = null, val id: String, val isUcEnabled: Boolean, val location: String, val managedDiskIdentity: ManagedIdentityConfigurationResponse? = null, val managedResourceGroupId: String, val name: String, val parameters: WorkspaceCustomParametersResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val requiredNsgRules: String? = null, val sku: SkuResponse? = null, val storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uiDefinitionUri: String? = null, val updatedBy: CreatedByResponse? = null, val workspaceId: String, val workspaceUrl: String)

Information about workspace.

Constructors

Link copied to clipboard
constructor(accessConnector: WorkspacePropertiesResponseAccessConnector? = null, authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, azureApiVersion: String, createdBy: CreatedByResponse? = null, createdDateTime: String, defaultCatalog: DefaultCatalogPropertiesResponse? = null, defaultStorageFirewall: String? = null, diskEncryptionSetId: String, encryption: WorkspacePropertiesResponseEncryption? = null, enhancedSecurityCompliance: EnhancedSecurityComplianceDefinitionResponse? = null, id: String, isUcEnabled: Boolean, location: String, managedDiskIdentity: ManagedIdentityConfigurationResponse? = null, managedResourceGroupId: String, name: String, parameters: WorkspaceCustomParametersResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, requiredNsgRules: String? = null, sku: SkuResponse? = null, storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uiDefinitionUri: String? = null, updatedBy: CreatedByResponse? = null, workspaceId: String, workspaceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access Connector Resource that is going to be associated with Databricks Workspace

Link copied to clipboard

The workspace provider authorizations.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Indicates the Object ID, PUID and Application ID of entity that created the workspace.

Link copied to clipboard

Specifies the date and time when the workspace is created.

Link copied to clipboard

Properties for Default Catalog configuration during workspace creation.

Link copied to clipboard

Gets or Sets Default Storage Firewall configuration information

Link copied to clipboard

The resource Id of the managed disk encryption set.

Link copied to clipboard

Encryption properties for databricks workspace

Link copied to clipboard

Contains settings related to the Enhanced Security and Compliance Add-On.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Indicates whether unity catalog enabled for the workspace or not.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption

Link copied to clipboard

The managed resource group Id.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The workspace's custom parameters.

Link copied to clipboard

Private endpoint connections created on the workspace

Link copied to clipboard

The workspace provisioning state.

Link copied to clipboard

The network access type for accessing workspace. Set value to disabled to access workspace only via private link.

Link copied to clipboard

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.

Link copied to clipboard
val sku: SkuResponse? = null

The SKU of the resource.

Link copied to clipboard

The details of Managed Identity of Storage Account

Link copied to clipboard

The system metadata relating to this resource

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Link copied to clipboard
val uiDefinitionUri: String? = null

The blob URI where the UI definition file is located.

Link copied to clipboard

Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.

Link copied to clipboard

The unique identifier of the databricks workspace in databricks control plane.

Link copied to clipboard

The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'