Interface Workspace


public interface Workspace
An immutable client-side representation of Workspace.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • sku

      Sku sku()
      Gets the sku property: The SKU of the resource.
      Returns:
      the sku value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • managedResourceGroupId

      String managedResourceGroupId()
      Gets the managedResourceGroupId property: The managed resource group Id.
      Returns:
      the managedResourceGroupId value.
    • parameters

      Gets the parameters property: The workspace's custom parameters.
      Returns:
      the parameters value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The workspace provisioning state.
      Returns:
      the provisioningState value.
    • uiDefinitionUri

      String uiDefinitionUri()
      Gets the uiDefinitionUri property: The blob URI where the UI definition file is located.
      Returns:
      the uiDefinitionUri value.
    • authorizations

      Gets the authorizations property: The workspace provider authorizations.
      Returns:
      the authorizations value.
    • createdBy

      CreatedBy createdBy()
      Gets the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.
      Returns:
      the createdBy value.
    • updatedBy

      CreatedBy updatedBy()
      Gets the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
      Returns:
      the updatedBy value.
    • createdDateTime

      OffsetDateTime createdDateTime()
      Gets the createdDateTime property: Specifies the date and time when the workspace is created.
      Returns:
      the createdDateTime value.
    • workspaceId

      String workspaceId()
      Gets the workspaceId property: The unique identifier of the databricks workspace in databricks control plane.
      Returns:
      the workspaceId value.
    • workspaceUrl

      String workspaceUrl()
      Gets the workspaceUrl property: The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'.
      Returns:
      the workspaceUrl value.
    • storageAccountIdentity

      ManagedIdentityConfiguration storageAccountIdentity()
      Gets the storageAccountIdentity property: The details of Managed Identity of Storage Account.
      Returns:
      the storageAccountIdentity value.
    • encryption

      Gets the encryption property: Encryption properties for databricks workspace.
      Returns:
      the encryption value.
    • privateEndpointConnections

      List<PrivateEndpointConnection> privateEndpointConnections()
      Gets the privateEndpointConnections property: Private endpoint connections created on the workspace.
      Returns:
      the privateEndpointConnections value.
    • publicNetworkAccess

      PublicNetworkAccess publicNetworkAccess()
      Gets the publicNetworkAccess property: The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
      Returns:
      the publicNetworkAccess value.
    • requiredNsgRules

      RequiredNsgRules requiredNsgRules()
      Gets the requiredNsgRules property: 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.
      Returns:
      the requiredNsgRules value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      WorkspaceInner innerModel()
      Gets the inner com.azure.resourcemanager.databricks.fluent.models.WorkspaceInner object.
      Returns:
      the inner object.
    • update

      Begins update for the Workspace resource.
      Returns:
      the stage of resource update.
    • refresh

      Workspace refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Workspace refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.