public interface WorkspacePropertiesUpdateParameters
An immutable client-side representation of WorkspacePropertiesUpdateParameters.
-
Method Summary
Gets the applicationInsights property: ARM id of the application insights associated with this workspace.
Gets the containerRegistry property: ARM id of the container registry associated with this workspace.
Gets the description property: The description of this workspace.
Gets the enableDataIsolation property: The enableDataIsolation property.
Gets the encryption property: The encryption property.
Gets the featureStoreSettings property: Settings for feature store type workspace.
Gets the friendlyName property: The friendly name for this workspace.
Gets the imageBuildCompute property: The compute name for image build.
Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspacePropertiesUpdateParametersInner
object.
Gets the managedNetwork property: Managed Network settings for a machine learning workspace.
Gets the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the
workspace identity.
Gets the publicNetworkAccess property: Whether requests from Public Network are allowed.
Gets the serverlessComputeSettings property: Settings for serverless compute created in the workspace.
Gets the serviceManagedResourcesSettings property: The service managed resource settings.
Gets the v1LegacyMode property: Enabling v1_legacy_mode may prevent you from using features provided by the v2
API.
-
Method Details
-
description
Gets the description property: The description of this workspace.
- Returns:
- the description value.
-
friendlyName
Gets the friendlyName property: The friendly name for this workspace.
- Returns:
- the friendlyName value.
-
imageBuildCompute
Gets the imageBuildCompute property: The compute name for image build.
- Returns:
- the imageBuildCompute value.
-
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
Gets the serverlessComputeSettings property: Settings for serverless compute created in the workspace.
- Returns:
- the serverlessComputeSettings value.
-
publicNetworkAccess
Gets the publicNetworkAccess property: Whether requests from Public Network are allowed.
- Returns:
- the publicNetworkAccess value.
-
applicationInsights
Gets the applicationInsights property: ARM id of the application insights associated with this workspace.
- Returns:
- the applicationInsights value.
-
containerRegistry
Gets the containerRegistry property: ARM id of the container registry associated with this workspace.
- Returns:
- the containerRegistry value.
-
featureStoreSettings
Gets the featureStoreSettings property: Settings for feature store type workspace.
- Returns:
- the featureStoreSettings value.
-
managedNetwork
Gets the managedNetwork property: Managed Network settings for a machine learning workspace.
- Returns:
- the managedNetwork value.
-
enableDataIsolation
Gets the enableDataIsolation property: The enableDataIsolation property.
- Returns:
- the enableDataIsolation value.
-
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.