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

542 строки
46 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner"
name: "WorkspaceInner"
nameWithType: "WorkspaceInner"
summary: "An object that represents a machine learning workspace."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **WorkspaceInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.WorkspaceInner()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.WorkspaceInner()"
name: "WorkspaceInner()"
nameWithType: "WorkspaceInner.WorkspaceInner()"
syntax: "public WorkspaceInner()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.allowPublicAccessWhenBehindVnet()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.allowPublicAccessWhenBehindVnet()"
name: "allowPublicAccessWhenBehindVnet()"
nameWithType: "WorkspaceInner.allowPublicAccessWhenBehindVnet()"
summary: "Get the allow<wbr>Public<wbr>Access<wbr>When<wbr>Behind<wbr>Vnet property: The flag to indicate whether to allow public access when behind VNet."
syntax: "public Boolean allowPublicAccessWhenBehindVnet()"
desc: "Get the allowPublicAccessWhenBehindVnet property: The flag to indicate whether to allow public access when behind VNet."
returns:
description: "the allowPublicAccessWhenBehindVnet value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.applicationInsights()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.applicationInsights()"
name: "applicationInsights()"
nameWithType: "WorkspaceInner.applicationInsights()"
summary: "Get the application<wbr>Insights property: ARM id of the application insights associated with this workspace."
syntax: "public String applicationInsights()"
desc: "Get the applicationInsights property: ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created."
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.machinelearningservices.fluent.models.WorkspaceInner.containerRegistry()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.containerRegistry()"
name: "containerRegistry()"
nameWithType: "WorkspaceInner.containerRegistry()"
summary: "Get the container<wbr>Registry property: ARM id of the container registry associated with this workspace."
syntax: "public String containerRegistry()"
desc: "Get the containerRegistry property: ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created."
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.machinelearningservices.fluent.models.WorkspaceInner.description()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.description()"
name: "description()"
nameWithType: "WorkspaceInner.description()"
summary: "Get the description property: The description of this workspace."
syntax: "public String description()"
desc: "Get 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.machinelearningservices.fluent.models.WorkspaceInner.discoveryUrl()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.discoveryUrl()"
name: "discoveryUrl()"
nameWithType: "WorkspaceInner.discoveryUrl()"
summary: "Get the discovery<wbr>Url property: Url for the discovery service to identify regional endpoints for machine learning experimentation services."
syntax: "public String discoveryUrl()"
desc: "Get the discoveryUrl property: Url for the discovery service to identify regional endpoints for machine learning experimentation services."
returns:
description: "the discoveryUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.encryption()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.encryption()"
name: "encryption()"
nameWithType: "WorkspaceInner.encryption()"
summary: "Get the encryption property: The encryption settings of Azure ML workspace."
syntax: "public EncryptionProperty encryption()"
desc: "Get the encryption property: The encryption settings of Azure ML workspace."
returns:
description: "the encryption value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty&text=EncryptionProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.friendlyName()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.friendlyName()"
name: "friendlyName()"
nameWithType: "WorkspaceInner.friendlyName()"
summary: "Get the friendly<wbr>Name property: The friendly name for this workspace."
syntax: "public String friendlyName()"
desc: "Get the friendlyName property: The friendly name for this workspace. This name in mutable."
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.machinelearningservices.fluent.models.WorkspaceInner.hbiWorkspace()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.hbiWorkspace()"
name: "hbiWorkspace()"
nameWithType: "WorkspaceInner.hbiWorkspace()"
summary: "Get the hbi<wbr>Workspace property: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service."
syntax: "public Boolean hbiWorkspace()"
desc: "Get the hbiWorkspace property: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service."
returns:
description: "the hbiWorkspace value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.identity()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.identity()"
name: "identity()"
nameWithType: "WorkspaceInner.identity()"
summary: "Get the identity property: The identity of the resource."
syntax: "public Identity identity()"
desc: "Get the identity property: The identity of the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Identity?alt=com.azure.resourcemanager.machinelearningservices.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.imageBuildCompute()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.imageBuildCompute()"
name: "imageBuildCompute()"
nameWithType: "WorkspaceInner.imageBuildCompute()"
summary: "Get the image<wbr>Build<wbr>Compute property: The compute name for image build."
syntax: "public String imageBuildCompute()"
desc: "Get 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.machinelearningservices.fluent.models.WorkspaceInner.keyVault()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.keyVault()"
name: "keyVault()"
nameWithType: "WorkspaceInner.keyVault()"
summary: "Get the key<wbr>Vault property: ARM id of the key vault associated with this workspace."
syntax: "public String keyVault()"
desc: "Get the keyVault property: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created."
returns:
description: "the keyVault value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.notebookInfo()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.notebookInfo()"
name: "notebookInfo()"
nameWithType: "WorkspaceInner.notebookInfo()"
summary: "Get the notebook<wbr>Info property: The notebook info of Azure ML workspace."
syntax: "public NotebookResourceInfoInner notebookInfo()"
desc: "Get the notebookInfo property: The notebook info of Azure ML workspace."
returns:
description: "the notebookInfo value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookResourceInfoInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookResourceInfoInner&text=NotebookResourceInfoInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.primaryUserAssignedIdentity()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.primaryUserAssignedIdentity()"
name: "primaryUserAssignedIdentity()"
nameWithType: "WorkspaceInner.primaryUserAssignedIdentity()"
summary: "Get the primary<wbr>User<wbr>Assigned<wbr>Identity property: The user assigned identity resource id that represents the workspace identity."
syntax: "public String primaryUserAssignedIdentity()"
desc: "Get 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.machinelearningservices.fluent.models.WorkspaceInner.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "WorkspaceInner.privateEndpointConnections()"
summary: "Get the private<wbr>Endpoint<wbr>Connections property: The list of private endpoint connections in the workspace."
syntax: "public List<PrivateEndpointConnectionInner> privateEndpointConnections()"
desc: "Get the privateEndpointConnections property: The list of private endpoint connections in the workspace."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.privateLinkCount()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.privateLinkCount()"
name: "privateLinkCount()"
nameWithType: "WorkspaceInner.privateLinkCount()"
summary: "Get the private<wbr>Link<wbr>Count property: Count of private connections in the workspace."
syntax: "public Integer privateLinkCount()"
desc: "Get the privateLinkCount property: Count of private connections in the workspace."
returns:
description: "the privateLinkCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.provisioningState()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.provisioningState()"
name: "provisioningState()"
nameWithType: "WorkspaceInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: The current deployment state of workspace resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ProvisioningState?alt=com.azure.resourcemanager.machinelearningservices.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.serviceManagedResourcesSettings()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.serviceManagedResourcesSettings()"
name: "serviceManagedResourcesSettings()"
nameWithType: "WorkspaceInner.serviceManagedResourcesSettings()"
summary: "Get the service<wbr>Managed<wbr>Resources<wbr>Settings property: The service managed resource settings."
syntax: "public ServiceManagedResourcesSettings serviceManagedResourcesSettings()"
desc: "Get the serviceManagedResourcesSettings property: The service managed resource settings."
returns:
description: "the serviceManagedResourcesSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings&text=ServiceManagedResourcesSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.serviceProvisionedResourceGroup()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.serviceProvisionedResourceGroup()"
name: "serviceProvisionedResourceGroup()"
nameWithType: "WorkspaceInner.serviceProvisionedResourceGroup()"
summary: "Get the service<wbr>Provisioned<wbr>Resource<wbr>Group property: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace."
syntax: "public String serviceProvisionedResourceGroup()"
desc: "Get the serviceProvisionedResourceGroup property: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace."
returns:
description: "the serviceProvisionedResourceGroup value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.sharedPrivateLinkResources()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.sharedPrivateLinkResources()"
name: "sharedPrivateLinkResources()"
nameWithType: "WorkspaceInner.sharedPrivateLinkResources()"
summary: "Get the shared<wbr>Private<wbr>Link<wbr>Resources property: The list of shared private link resources in this workspace."
syntax: "public List<SharedPrivateLinkResource> sharedPrivateLinkResources()"
desc: "Get the sharedPrivateLinkResources property: The list of shared private link resources in this workspace."
returns:
description: "the sharedPrivateLinkResources value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.sku()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.sku()"
name: "sku()"
nameWithType: "WorkspaceInner.sku()"
summary: "Get the sku property: The sku of the workspace."
syntax: "public Sku sku()"
desc: "Get the sku property: The sku of the workspace."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Sku?alt=com.azure.resourcemanager.machinelearningservices.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.storageAccount()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.storageAccount()"
name: "storageAccount()"
nameWithType: "WorkspaceInner.storageAccount()"
summary: "Get the storage<wbr>Account property: ARM id of the storage account associated with this workspace."
syntax: "public String storageAccount()"
desc: "Get the storageAccount property: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created."
returns:
description: "the storageAccount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.systemData()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.systemData()"
name: "systemData()"
nameWithType: "WorkspaceInner.systemData()"
summary: "Get the system<wbr>Data property: Read only system data."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Read only system data."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.tenantId()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.tenantId()"
name: "tenantId()"
nameWithType: "WorkspaceInner.tenantId()"
summary: "Get the tenant<wbr>Id property: The tenant id associated with this workspace."
syntax: "public String tenantId()"
desc: "Get the tenantId property: The tenant id associated with this workspace."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.validate()"
name: "validate()"
nameWithType: "WorkspaceInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withAllowPublicAccessWhenBehindVnet(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withAllowPublicAccessWhenBehindVnet(Boolean allowPublicAccessWhenBehindVnet)"
name: "withAllowPublicAccessWhenBehindVnet(Boolean allowPublicAccessWhenBehindVnet)"
nameWithType: "WorkspaceInner.withAllowPublicAccessWhenBehindVnet(Boolean allowPublicAccessWhenBehindVnet)"
summary: "Set the allow<wbr>Public<wbr>Access<wbr>When<wbr>Behind<wbr>Vnet property: The flag to indicate whether to allow public access when behind VNet."
parameters:
- description: "the allowPublicAccessWhenBehindVnet value to set."
name: "allowPublicAccessWhenBehindVnet"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WorkspaceInner withAllowPublicAccessWhenBehindVnet(Boolean allowPublicAccessWhenBehindVnet)"
desc: "Set the allowPublicAccessWhenBehindVnet property: The flag to indicate whether to allow public access when behind VNet."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withApplicationInsights(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withApplicationInsights(String applicationInsights)"
name: "withApplicationInsights(String applicationInsights)"
nameWithType: "WorkspaceInner.withApplicationInsights(String applicationInsights)"
summary: "Set the application<wbr>Insights property: ARM id of the application insights associated with this workspace."
parameters:
- description: "the applicationInsights value to set."
name: "applicationInsights"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withApplicationInsights(String applicationInsights)"
desc: "Set the applicationInsights property: ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withContainerRegistry(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withContainerRegistry(String containerRegistry)"
name: "withContainerRegistry(String containerRegistry)"
nameWithType: "WorkspaceInner.withContainerRegistry(String containerRegistry)"
summary: "Set the container<wbr>Registry property: ARM id of the container registry associated with this workspace."
parameters:
- description: "the containerRegistry value to set."
name: "containerRegistry"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withContainerRegistry(String containerRegistry)"
desc: "Set the containerRegistry property: ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "WorkspaceInner.withDescription(String description)"
summary: "Set the description property: The description of this workspace."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withDescription(String description)"
desc: "Set the description property: The description of this workspace."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withDiscoveryUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withDiscoveryUrl(String discoveryUrl)"
name: "withDiscoveryUrl(String discoveryUrl)"
nameWithType: "WorkspaceInner.withDiscoveryUrl(String discoveryUrl)"
summary: "Set the discovery<wbr>Url property: Url for the discovery service to identify regional endpoints for machine learning experimentation services."
parameters:
- description: "the discoveryUrl value to set."
name: "discoveryUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withDiscoveryUrl(String discoveryUrl)"
desc: "Set the discoveryUrl property: Url for the discovery service to identify regional endpoints for machine learning experimentation services."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withEncryption(com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withEncryption(EncryptionProperty encryption)"
name: "withEncryption(EncryptionProperty encryption)"
nameWithType: "WorkspaceInner.withEncryption(EncryptionProperty encryption)"
summary: "Set the encryption property: The encryption settings of Azure ML workspace."
parameters:
- description: "the encryption value to set."
name: "encryption"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty&text=EncryptionProperty\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkspaceInner withEncryption(EncryptionProperty encryption)"
desc: "Set the encryption property: The encryption settings of Azure ML workspace."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withFriendlyName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withFriendlyName(String friendlyName)"
name: "withFriendlyName(String friendlyName)"
nameWithType: "WorkspaceInner.withFriendlyName(String friendlyName)"
summary: "Set the friendly<wbr>Name property: The friendly name for this workspace."
parameters:
- description: "the friendlyName value to set."
name: "friendlyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withFriendlyName(String friendlyName)"
desc: "Set the friendlyName property: The friendly name for this workspace. This name in mutable."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withHbiWorkspace(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withHbiWorkspace(Boolean hbiWorkspace)"
name: "withHbiWorkspace(Boolean hbiWorkspace)"
nameWithType: "WorkspaceInner.withHbiWorkspace(Boolean hbiWorkspace)"
summary: "Set the hbi<wbr>Workspace property: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service."
parameters:
- description: "the hbiWorkspace value to set."
name: "hbiWorkspace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WorkspaceInner withHbiWorkspace(Boolean hbiWorkspace)"
desc: "Set the hbiWorkspace property: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withIdentity(com.azure.resourcemanager.machinelearningservices.models.Identity)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withIdentity(Identity identity)"
name: "withIdentity(Identity identity)"
nameWithType: "WorkspaceInner.withIdentity(Identity identity)"
summary: "Set the identity property: The identity of the resource."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Identity?alt=com.azure.resourcemanager.machinelearningservices.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkspaceInner withIdentity(Identity identity)"
desc: "Set the identity property: The identity of the resource."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withImageBuildCompute(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withImageBuildCompute(String imageBuildCompute)"
name: "withImageBuildCompute(String imageBuildCompute)"
nameWithType: "WorkspaceInner.withImageBuildCompute(String imageBuildCompute)"
summary: "Set the image<wbr>Build<wbr>Compute property: The compute name for image build."
parameters:
- description: "the imageBuildCompute value to set."
name: "imageBuildCompute"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withImageBuildCompute(String imageBuildCompute)"
desc: "Set the imageBuildCompute property: The compute name for image build."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withKeyVault(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withKeyVault(String keyVault)"
name: "withKeyVault(String keyVault)"
nameWithType: "WorkspaceInner.withKeyVault(String keyVault)"
summary: "Set the key<wbr>Vault property: ARM id of the key vault associated with this workspace."
parameters:
- description: "the keyVault value to set."
name: "keyVault"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withKeyVault(String keyVault)"
desc: "Set the keyVault property: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "WorkspaceInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withPrimaryUserAssignedIdentity(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity)"
name: "withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity)"
nameWithType: "WorkspaceInner.withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity)"
summary: "Set the primary<wbr>User<wbr>Assigned<wbr>Identity property: The user assigned identity resource id that represents the workspace identity."
parameters:
- description: "the primaryUserAssignedIdentity value to set."
name: "primaryUserAssignedIdentity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity)"
desc: "Set the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the workspace identity."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withServiceManagedResourcesSettings(com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withServiceManagedResourcesSettings(ServiceManagedResourcesSettings serviceManagedResourcesSettings)"
name: "withServiceManagedResourcesSettings(ServiceManagedResourcesSettings serviceManagedResourcesSettings)"
nameWithType: "WorkspaceInner.withServiceManagedResourcesSettings(ServiceManagedResourcesSettings serviceManagedResourcesSettings)"
summary: "Set the service<wbr>Managed<wbr>Resources<wbr>Settings property: The service managed resource settings."
parameters:
- description: "the serviceManagedResourcesSettings value to set."
name: "serviceManagedResourcesSettings"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings&text=ServiceManagedResourcesSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkspaceInner withServiceManagedResourcesSettings(ServiceManagedResourcesSettings serviceManagedResourcesSettings)"
desc: "Set the serviceManagedResourcesSettings property: The service managed resource settings."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withSharedPrivateLinkResources(java.util.List<com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource>)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withSharedPrivateLinkResources(List<SharedPrivateLinkResource> sharedPrivateLinkResources)"
name: "withSharedPrivateLinkResources(List<SharedPrivateLinkResource> sharedPrivateLinkResources)"
nameWithType: "WorkspaceInner.withSharedPrivateLinkResources(List<SharedPrivateLinkResource> sharedPrivateLinkResources)"
summary: "Set the shared<wbr>Private<wbr>Link<wbr>Resources property: The list of shared private link resources in this workspace."
parameters:
- description: "the sharedPrivateLinkResources value to set."
name: "sharedPrivateLinkResources"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WorkspaceInner withSharedPrivateLinkResources(List<SharedPrivateLinkResource> sharedPrivateLinkResources)"
desc: "Set the sharedPrivateLinkResources property: The list of shared private link resources in this workspace."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withSku(com.azure.resourcemanager.machinelearningservices.models.Sku)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "WorkspaceInner.withSku(Sku sku)"
summary: "Set the sku property: The sku of the workspace."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Sku?alt=com.azure.resourcemanager.machinelearningservices.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkspaceInner withSku(Sku sku)"
desc: "Set the sku property: The sku of the workspace."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withStorageAccount(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withStorageAccount(String storageAccount)"
name: "withStorageAccount(String storageAccount)"
nameWithType: "WorkspaceInner.withStorageAccount(String storageAccount)"
summary: "Set the storage<wbr>Account property: ARM id of the storage account associated with this workspace."
parameters:
- description: "the storageAccount value to set."
name: "storageAccount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceInner withStorageAccount(String storageAccount)"
desc: "Set the storageAccount property: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created."
returns:
description: "the WorkspaceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "WorkspaceInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public WorkspaceInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.workspaceId()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner.workspaceId()"
name: "workspaceId()"
nameWithType: "WorkspaceInner.workspaceId()"
summary: "Get the workspace<wbr>Id property: The immutable id associated with this workspace."
syntax: "public String workspaceId()"
desc: "Get the workspaceId property: The immutable id associated with this workspace."
returns:
description: "the workspaceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "An object that represents a machine learning workspace."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1