java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.databricks.fluent.models.WorkspaceInner

public final class WorkspaceInner extends com.azure.core.management.Resource
Information about workspace.
  • Constructor Details

    • WorkspaceInner

      public WorkspaceInner()
      Creates an instance of WorkspaceInner class.
  • Method Details

    • sku

      public Sku sku()
      Get the sku property: The SKU of the resource.
      Returns:
      the sku value.
    • withSku

      public WorkspaceInner withSku(Sku sku)
      Set the sku property: The SKU of the resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the WorkspaceInner object itself.
    • systemData

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

      public WorkspaceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public WorkspaceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • managedResourceGroupId

      public String managedResourceGroupId()
      Get the managedResourceGroupId property: The managed resource group Id.
      Returns:
      the managedResourceGroupId value.
    • withManagedResourceGroupId

      public WorkspaceInner withManagedResourceGroupId(String managedResourceGroupId)
      Set the managedResourceGroupId property: The managed resource group Id.
      Parameters:
      managedResourceGroupId - the managedResourceGroupId value to set.
      Returns:
      the WorkspaceInner object itself.
    • parameters

      public WorkspaceCustomParameters parameters()
      Get the parameters property: The workspace's custom parameters.
      Returns:
      the parameters value.
    • withParameters

      public WorkspaceInner withParameters(WorkspaceCustomParameters parameters)
      Set the parameters property: The workspace's custom parameters.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the WorkspaceInner object itself.
    • provisioningState

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

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

      public WorkspaceInner withUiDefinitionUri(String uiDefinitionUri)
      Set the uiDefinitionUri property: The blob URI where the UI definition file is located.
      Parameters:
      uiDefinitionUri - the uiDefinitionUri value to set.
      Returns:
      the WorkspaceInner object itself.
    • authorizations

      public List<WorkspaceProviderAuthorization> authorizations()
      Get the authorizations property: The workspace provider authorizations.
      Returns:
      the authorizations value.
    • withAuthorizations

      public WorkspaceInner withAuthorizations(List<WorkspaceProviderAuthorization> authorizations)
      Set the authorizations property: The workspace provider authorizations.
      Parameters:
      authorizations - the authorizations value to set.
      Returns:
      the WorkspaceInner object itself.
    • createdBy

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

      public WorkspaceInner withCreatedBy(CreatedBy createdBy)
      Set the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace.
      Parameters:
      createdBy - the createdBy value to set.
      Returns:
      the WorkspaceInner object itself.
    • updatedBy

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

      public WorkspaceInner withUpdatedBy(CreatedBy updatedBy)
      Set the updatedBy property: Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
      Parameters:
      updatedBy - the updatedBy value to set.
      Returns:
      the WorkspaceInner object itself.
    • createdDateTime

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

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

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

      public ManagedIdentityConfiguration storageAccountIdentity()
      Get the storageAccountIdentity property: The details of Managed Identity of Storage Account.
      Returns:
      the storageAccountIdentity value.
    • withStorageAccountIdentity

      public WorkspaceInner withStorageAccountIdentity(ManagedIdentityConfiguration storageAccountIdentity)
      Set the storageAccountIdentity property: The details of Managed Identity of Storage Account.
      Parameters:
      storageAccountIdentity - the storageAccountIdentity value to set.
      Returns:
      the WorkspaceInner object itself.
    • encryption

      public WorkspacePropertiesEncryption encryption()
      Get the encryption property: Encryption properties for databricks workspace.
      Returns:
      the encryption value.
    • withEncryption

      public WorkspaceInner withEncryption(WorkspacePropertiesEncryption encryption)
      Set the encryption property: Encryption properties for databricks workspace.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the WorkspaceInner object itself.
    • privateEndpointConnections

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

      public PublicNetworkAccess publicNetworkAccess()
      Get 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.
    • withPublicNetworkAccess

      public WorkspaceInner withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Set the publicNetworkAccess property: The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
      Parameters:
      publicNetworkAccess - the publicNetworkAccess value to set.
      Returns:
      the WorkspaceInner object itself.
    • requiredNsgRules

      public RequiredNsgRules requiredNsgRules()
      Get 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.
    • withRequiredNsgRules

      public WorkspaceInner withRequiredNsgRules(RequiredNsgRules requiredNsgRules)
      Set 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.
      Parameters:
      requiredNsgRules - the requiredNsgRules value to set.
      Returns:
      the WorkspaceInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.