azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

194 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters"
name: "WorkspacePropertiesUpdateParameters"
nameWithType: "WorkspacePropertiesUpdateParameters"
summary: "An immutable client-side representation of Workspace<wbr>Properties<wbr>Update<wbr>Parameters."
syntax: "public interface **WorkspacePropertiesUpdateParameters**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.applicationInsights()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.applicationInsights()"
name: "applicationInsights()"
nameWithType: "WorkspacePropertiesUpdateParameters.applicationInsights()"
summary: "Gets the application<wbr>Insights property: ARM id of the application insights associated with this workspace."
modifiers:
- "abstract"
syntax: "public abstract String applicationInsights()"
desc: "Gets the applicationInsights property: ARM id of the application insights associated with this workspace."
returns:
description: "the applicationInsights value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.containerRegistry()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.containerRegistry()"
name: "containerRegistry()"
nameWithType: "WorkspacePropertiesUpdateParameters.containerRegistry()"
summary: "Gets the container<wbr>Registry property: ARM id of the container registry associated with this workspace."
modifiers:
- "abstract"
syntax: "public abstract String containerRegistry()"
desc: "Gets the containerRegistry property: ARM id of the container registry associated with this workspace."
returns:
description: "the containerRegistry value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.description()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.description()"
name: "description()"
nameWithType: "WorkspacePropertiesUpdateParameters.description()"
summary: "Gets the description property: The description of this workspace."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: The description of this workspace."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.enableDataIsolation()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.enableDataIsolation()"
name: "enableDataIsolation()"
nameWithType: "WorkspacePropertiesUpdateParameters.enableDataIsolation()"
summary: "Gets the enable<wbr>Data<wbr>Isolation property: The enable<wbr>Data<wbr>Isolation property."
modifiers:
- "abstract"
syntax: "public abstract Boolean enableDataIsolation()"
desc: "Gets the enableDataIsolation property: The enableDataIsolation property."
returns:
description: "the enableDataIsolation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.encryption()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.encryption()"
name: "encryption()"
nameWithType: "WorkspacePropertiesUpdateParameters.encryption()"
summary: "Gets the encryption property: The encryption property."
modifiers:
- "abstract"
syntax: "public abstract EncryptionUpdateProperties encryption()"
desc: "Gets the encryption property: The encryption property."
returns:
description: "the encryption value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.EncryptionUpdateProperties?alt=com.azure.resourcemanager.machinelearning.models.EncryptionUpdateProperties&text=EncryptionUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.featureStoreSettings()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.featureStoreSettings()"
name: "featureStoreSettings()"
nameWithType: "WorkspacePropertiesUpdateParameters.featureStoreSettings()"
summary: "Gets the feature<wbr>Store<wbr>Settings property: Settings for feature store type workspace."
modifiers:
- "abstract"
syntax: "public abstract FeatureStoreSettings featureStoreSettings()"
desc: "Gets the featureStoreSettings property: Settings for feature store type workspace."
returns:
description: "the featureStoreSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.FeatureStoreSettings?alt=com.azure.resourcemanager.machinelearning.models.FeatureStoreSettings&text=FeatureStoreSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.friendlyName()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.friendlyName()"
name: "friendlyName()"
nameWithType: "WorkspacePropertiesUpdateParameters.friendlyName()"
summary: "Gets the friendly<wbr>Name property: The friendly name for this workspace."
modifiers:
- "abstract"
syntax: "public abstract String friendlyName()"
desc: "Gets the friendlyName property: The friendly name for this workspace."
returns:
description: "the friendlyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.imageBuildCompute()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.imageBuildCompute()"
name: "imageBuildCompute()"
nameWithType: "WorkspacePropertiesUpdateParameters.imageBuildCompute()"
summary: "Gets the image<wbr>Build<wbr>Compute property: The compute name for image build."
modifiers:
- "abstract"
syntax: "public abstract String imageBuildCompute()"
desc: "Gets the imageBuildCompute property: The compute name for image build."
returns:
description: "the imageBuildCompute value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.innerModel()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.innerModel()"
name: "innerModel()"
nameWithType: "WorkspacePropertiesUpdateParameters.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearning.<wbr>fluent.<wbr>models.<wbr>Workspace<wbr>Properties<wbr>Update<wbr>Parameters<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract WorkspacePropertiesUpdateParametersInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspacePropertiesUpdateParametersInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.WorkspacePropertiesUpdateParametersInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.WorkspacePropertiesUpdateParametersInner&text=WorkspacePropertiesUpdateParametersInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.managedNetwork()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.managedNetwork()"
name: "managedNetwork()"
nameWithType: "WorkspacePropertiesUpdateParameters.managedNetwork()"
summary: "Gets the managed<wbr>Network property: Managed Network settings for a machine learning workspace."
modifiers:
- "abstract"
syntax: "public abstract ManagedNetworkSettings managedNetwork()"
desc: "Gets the managedNetwork property: Managed Network settings for a machine learning workspace."
returns:
description: "the managedNetwork value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ManagedNetworkSettings?alt=com.azure.resourcemanager.machinelearning.models.ManagedNetworkSettings&text=ManagedNetworkSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.primaryUserAssignedIdentity()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.primaryUserAssignedIdentity()"
name: "primaryUserAssignedIdentity()"
nameWithType: "WorkspacePropertiesUpdateParameters.primaryUserAssignedIdentity()"
summary: "Gets the primary<wbr>User<wbr>Assigned<wbr>Identity property: The user assigned identity resource id that represents the workspace identity."
modifiers:
- "abstract"
syntax: "public abstract String primaryUserAssignedIdentity()"
desc: "Gets the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the workspace identity."
returns:
description: "the primaryUserAssignedIdentity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "WorkspacePropertiesUpdateParameters.publicNetworkAccess()"
summary: "Gets the public<wbr>Network<wbr>Access property: Whether requests from Public Network are allowed."
modifiers:
- "abstract"
syntax: "public abstract PublicNetworkAccess publicNetworkAccess()"
desc: "Gets the publicNetworkAccess property: Whether requests from Public Network are allowed."
returns:
description: "the publicNetworkAccess value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.PublicNetworkAccess?alt=com.azure.resourcemanager.machinelearning.models.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.serverlessComputeSettings()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.serverlessComputeSettings()"
name: "serverlessComputeSettings()"
nameWithType: "WorkspacePropertiesUpdateParameters.serverlessComputeSettings()"
summary: "Gets the serverless<wbr>Compute<wbr>Settings property: Settings for serverless compute created in the workspace."
modifiers:
- "abstract"
syntax: "public abstract ServerlessComputeSettings serverlessComputeSettings()"
desc: "Gets the serverlessComputeSettings property: Settings for serverless compute created in the workspace."
returns:
description: "the serverlessComputeSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessComputeSettings?alt=com.azure.resourcemanager.machinelearning.models.ServerlessComputeSettings&text=ServerlessComputeSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.serviceManagedResourcesSettings()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.serviceManagedResourcesSettings()"
name: "serviceManagedResourcesSettings()"
nameWithType: "WorkspacePropertiesUpdateParameters.serviceManagedResourcesSettings()"
summary: "Gets the service<wbr>Managed<wbr>Resources<wbr>Settings property: The service managed resource settings."
modifiers:
- "abstract"
syntax: "public abstract ServiceManagedResourcesSettings serviceManagedResourcesSettings()"
desc: "Gets the serviceManagedResourcesSettings property: The service managed resource settings."
returns:
description: "the serviceManagedResourcesSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ServiceManagedResourcesSettings?alt=com.azure.resourcemanager.machinelearning.models.ServiceManagedResourcesSettings&text=ServiceManagedResourcesSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.v1LegacyMode()"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspacePropertiesUpdateParameters.v1LegacyMode()"
name: "v1LegacyMode()"
nameWithType: "WorkspacePropertiesUpdateParameters.v1LegacyMode()"
summary: "Gets the v1Legacy<wbr>Mode property: Enabling v1\\_legacy\\_mode may prevent you from using features provided by the v2 API."
modifiers:
- "abstract"
syntax: "public abstract Boolean v1LegacyMode()"
desc: "Gets the v1LegacyMode property: Enabling v1\\_legacy\\_mode may prevent you from using features provided by the v2 API."
returns:
description: "the v1LegacyMode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
type: "interface"
desc: "An immutable client-side representation of WorkspacePropertiesUpdateParameters."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0