Interface WorkspacePropertiesUpdateParameters


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

    • description

      String description()
      Gets the description property: The description of this workspace.
      Returns:
      the description value.
    • friendlyName

      String friendlyName()
      Gets the friendlyName property: The friendly name for this workspace.
      Returns:
      the friendlyName value.
    • imageBuildCompute

      String imageBuildCompute()
      Gets the imageBuildCompute property: The compute name for image build.
      Returns:
      the imageBuildCompute value.
    • serviceManagedResourcesSettings

      ServiceManagedResourcesSettings serviceManagedResourcesSettings()
      Gets the serviceManagedResourcesSettings property: The service managed resource settings.
      Returns:
      the serviceManagedResourcesSettings value.
    • primaryUserAssignedIdentity

      String primaryUserAssignedIdentity()
      Gets the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the workspace identity.
      Returns:
      the primaryUserAssignedIdentity value.
    • serverlessComputeSettings

      ServerlessComputeSettings serverlessComputeSettings()
      Gets the serverlessComputeSettings property: Settings for serverless compute created in the workspace.
      Returns:
      the serverlessComputeSettings value.
    • publicNetworkAccess

      PublicNetworkAccess publicNetworkAccess()
      Gets the publicNetworkAccess property: Whether requests from Public Network are allowed.
      Returns:
      the publicNetworkAccess value.
    • applicationInsights

      String applicationInsights()
      Gets the applicationInsights property: ARM id of the application insights associated with this workspace.
      Returns:
      the applicationInsights value.
    • containerRegistry

      String containerRegistry()
      Gets the containerRegistry property: ARM id of the container registry associated with this workspace.
      Returns:
      the containerRegistry value.
    • featureStoreSettings

      FeatureStoreSettings featureStoreSettings()
      Gets the featureStoreSettings property: Settings for feature store type workspace.
      Returns:
      the featureStoreSettings value.
    • managedNetwork

      ManagedNetworkSettings managedNetwork()
      Gets the managedNetwork property: Managed Network settings for a machine learning workspace.
      Returns:
      the managedNetwork value.
    • enableDataIsolation

      Boolean enableDataIsolation()
      Gets the enableDataIsolation property: The enableDataIsolation property.
      Returns:
      the enableDataIsolation value.
    • v1LegacyMode

      Boolean v1LegacyMode()
      Gets the v1LegacyMode property: Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
      Returns:
      the v1LegacyMode value.
    • encryption

      Gets the encryption property: The encryption property.
      Returns:
      the encryption value.
    • innerModel

      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspacePropertiesUpdateParametersInner object.
      Returns:
      the inner object.