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

271 строка
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties"
name: "ComputeInstanceProperties"
nameWithType: "ComputeInstanceProperties"
summary: "Compute Instance properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 final class **ComputeInstanceProperties**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.ComputeInstanceProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.ComputeInstanceProperties()"
name: "ComputeInstanceProperties()"
nameWithType: "ComputeInstanceProperties.ComputeInstanceProperties()"
syntax: "public ComputeInstanceProperties()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.applicationSharingPolicy()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.applicationSharingPolicy()"
name: "applicationSharingPolicy()"
nameWithType: "ComputeInstanceProperties.applicationSharingPolicy()"
summary: "Get the application<wbr>Sharing<wbr>Policy property: Policy for sharing applications on this compute instance among users of parent workspace."
syntax: "public ApplicationSharingPolicy applicationSharingPolicy()"
desc: "Get the applicationSharingPolicy property: Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role."
returns:
description: "the applicationSharingPolicy value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ApplicationSharingPolicy?alt=com.azure.resourcemanager.machinelearningservices.models.ApplicationSharingPolicy&text=ApplicationSharingPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.applications()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.applications()"
name: "applications()"
nameWithType: "ComputeInstanceProperties.applications()"
summary: "Get the applications property: Describes available applications and their endpoints on this Compute<wbr>Instance."
syntax: "public List<ComputeInstanceApplication> applications()"
desc: "Get the applications property: Describes available applications and their endpoints on this ComputeInstance."
returns:
description: "the applications 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.ComputeInstanceApplication?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceApplication&text=ComputeInstanceApplication\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.computeInstanceAuthorizationType()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.computeInstanceAuthorizationType()"
name: "computeInstanceAuthorizationType()"
nameWithType: "ComputeInstanceProperties.computeInstanceAuthorizationType()"
summary: "Get the compute<wbr>Instance<wbr>Authorization<wbr>Type property: The Compute Instance Authorization type."
syntax: "public ComputeInstanceAuthorizationType computeInstanceAuthorizationType()"
desc: "Get the computeInstanceAuthorizationType property: The Compute Instance Authorization type. Available values are personal (default)."
returns:
description: "the computeInstanceAuthorizationType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceAuthorizationType?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceAuthorizationType&text=ComputeInstanceAuthorizationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.connectivityEndpoints()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.connectivityEndpoints()"
name: "connectivityEndpoints()"
nameWithType: "ComputeInstanceProperties.connectivityEndpoints()"
summary: "Get the connectivity<wbr>Endpoints property: Describes all connectivity endpoints available for this Compute<wbr>Instance."
syntax: "public ComputeInstanceConnectivityEndpoints connectivityEndpoints()"
desc: "Get the connectivityEndpoints property: Describes all connectivity endpoints available for this ComputeInstance."
returns:
description: "the connectivityEndpoints value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceConnectivityEndpoints?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceConnectivityEndpoints&text=ComputeInstanceConnectivityEndpoints\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.createdBy()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.createdBy()"
name: "createdBy()"
nameWithType: "ComputeInstanceProperties.createdBy()"
summary: "Get the created<wbr>By property: Describes information on user who created this Compute<wbr>Instance."
syntax: "public ComputeInstanceCreatedBy createdBy()"
desc: "Get the createdBy property: Describes information on user who created this ComputeInstance."
returns:
description: "the createdBy value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy&text=ComputeInstanceCreatedBy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.errors()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.errors()"
name: "errors()"
nameWithType: "ComputeInstanceProperties.errors()"
summary: "Get the errors property: Collection of errors encountered on this Compute<wbr>Instance."
syntax: "public List<ManagementError> errors()"
desc: "Get the errors property: Collection of errors encountered on this ComputeInstance."
returns:
description: "the errors value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.core.management.exception.ManagementError?alt=com.azure.core.management.exception.ManagementError&text=ManagementError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.lastOperation()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.lastOperation()"
name: "lastOperation()"
nameWithType: "ComputeInstanceProperties.lastOperation()"
summary: "Get the last<wbr>Operation property: The last operation on Compute<wbr>Instance."
syntax: "public ComputeInstanceLastOperation lastOperation()"
desc: "Get the lastOperation property: The last operation on ComputeInstance."
returns:
description: "the lastOperation value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceLastOperation&text=ComputeInstanceLastOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.personalComputeInstanceSettings()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.personalComputeInstanceSettings()"
name: "personalComputeInstanceSettings()"
nameWithType: "ComputeInstanceProperties.personalComputeInstanceSettings()"
summary: "Get the personal<wbr>Compute<wbr>Instance<wbr>Settings property: Settings for a personal compute instance."
syntax: "public PersonalComputeInstanceSettings personalComputeInstanceSettings()"
desc: "Get the personalComputeInstanceSettings property: Settings for a personal compute instance."
returns:
description: "the personalComputeInstanceSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PersonalComputeInstanceSettings?alt=com.azure.resourcemanager.machinelearningservices.models.PersonalComputeInstanceSettings&text=PersonalComputeInstanceSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.setupScripts()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.setupScripts()"
name: "setupScripts()"
nameWithType: "ComputeInstanceProperties.setupScripts()"
summary: "Get the setup<wbr>Scripts property: Details of customized scripts to execute for setting up the cluster."
syntax: "public SetupScripts setupScripts()"
desc: "Get the setupScripts property: Details of customized scripts to execute for setting up the cluster."
returns:
description: "the setupScripts value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SetupScripts?alt=com.azure.resourcemanager.machinelearningservices.models.SetupScripts&text=SetupScripts\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.sshSettings()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.sshSettings()"
name: "sshSettings()"
nameWithType: "ComputeInstanceProperties.sshSettings()"
summary: "Get the ssh<wbr>Settings property: Specifies policy and settings for SSH access."
syntax: "public ComputeInstanceSshSettings sshSettings()"
desc: "Get the sshSettings property: Specifies policy and settings for SSH access."
returns:
description: "the sshSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceSshSettings?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceSshSettings&text=ComputeInstanceSshSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.state()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.state()"
name: "state()"
nameWithType: "ComputeInstanceProperties.state()"
summary: "Get the state property: The current state of this Compute<wbr>Instance."
syntax: "public ComputeInstanceState state()"
desc: "Get the state property: The current state of this ComputeInstance."
returns:
description: "the state value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.subnet()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.subnet()"
name: "subnet()"
nameWithType: "ComputeInstanceProperties.subnet()"
summary: "Get the subnet property: Virtual network subnet resource ID the compute nodes belong to."
syntax: "public ResourceId subnet()"
desc: "Get the subnet property: Virtual network subnet resource ID the compute nodes belong to."
returns:
description: "the subnet value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ResourceId?alt=com.azure.resourcemanager.machinelearningservices.models.ResourceId&text=ResourceId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.validate()"
name: "validate()"
nameWithType: "ComputeInstanceProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.vmSize()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.vmSize()"
name: "vmSize()"
nameWithType: "ComputeInstanceProperties.vmSize()"
summary: "Get the vm<wbr>Size property: Virtual Machine Size."
syntax: "public String vmSize()"
desc: "Get the vmSize property: Virtual Machine Size."
returns:
description: "the vmSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withApplicationSharingPolicy(com.azure.resourcemanager.machinelearningservices.models.ApplicationSharingPolicy)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withApplicationSharingPolicy(ApplicationSharingPolicy applicationSharingPolicy)"
name: "withApplicationSharingPolicy(ApplicationSharingPolicy applicationSharingPolicy)"
nameWithType: "ComputeInstanceProperties.withApplicationSharingPolicy(ApplicationSharingPolicy applicationSharingPolicy)"
summary: "Set the application<wbr>Sharing<wbr>Policy property: Policy for sharing applications on this compute instance among users of parent workspace."
parameters:
- description: "the applicationSharingPolicy value to set."
name: "applicationSharingPolicy"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ApplicationSharingPolicy?alt=com.azure.resourcemanager.machinelearningservices.models.ApplicationSharingPolicy&text=ApplicationSharingPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ComputeInstanceProperties withApplicationSharingPolicy(ApplicationSharingPolicy applicationSharingPolicy)"
desc: "Set the applicationSharingPolicy property: Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withComputeInstanceAuthorizationType(com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceAuthorizationType)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withComputeInstanceAuthorizationType(ComputeInstanceAuthorizationType computeInstanceAuthorizationType)"
name: "withComputeInstanceAuthorizationType(ComputeInstanceAuthorizationType computeInstanceAuthorizationType)"
nameWithType: "ComputeInstanceProperties.withComputeInstanceAuthorizationType(ComputeInstanceAuthorizationType computeInstanceAuthorizationType)"
summary: "Set the compute<wbr>Instance<wbr>Authorization<wbr>Type property: The Compute Instance Authorization type."
parameters:
- description: "the computeInstanceAuthorizationType value to set."
name: "computeInstanceAuthorizationType"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceAuthorizationType?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceAuthorizationType&text=ComputeInstanceAuthorizationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ComputeInstanceProperties withComputeInstanceAuthorizationType(ComputeInstanceAuthorizationType computeInstanceAuthorizationType)"
desc: "Set the computeInstanceAuthorizationType property: The Compute Instance Authorization type. Available values are personal (default)."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withPersonalComputeInstanceSettings(com.azure.resourcemanager.machinelearningservices.models.PersonalComputeInstanceSettings)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withPersonalComputeInstanceSettings(PersonalComputeInstanceSettings personalComputeInstanceSettings)"
name: "withPersonalComputeInstanceSettings(PersonalComputeInstanceSettings personalComputeInstanceSettings)"
nameWithType: "ComputeInstanceProperties.withPersonalComputeInstanceSettings(PersonalComputeInstanceSettings personalComputeInstanceSettings)"
summary: "Set the personal<wbr>Compute<wbr>Instance<wbr>Settings property: Settings for a personal compute instance."
parameters:
- description: "the personalComputeInstanceSettings value to set."
name: "personalComputeInstanceSettings"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PersonalComputeInstanceSettings?alt=com.azure.resourcemanager.machinelearningservices.models.PersonalComputeInstanceSettings&text=PersonalComputeInstanceSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ComputeInstanceProperties withPersonalComputeInstanceSettings(PersonalComputeInstanceSettings personalComputeInstanceSettings)"
desc: "Set the personalComputeInstanceSettings property: Settings for a personal compute instance."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withSetupScripts(com.azure.resourcemanager.machinelearningservices.models.SetupScripts)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withSetupScripts(SetupScripts setupScripts)"
name: "withSetupScripts(SetupScripts setupScripts)"
nameWithType: "ComputeInstanceProperties.withSetupScripts(SetupScripts setupScripts)"
summary: "Set the setup<wbr>Scripts property: Details of customized scripts to execute for setting up the cluster."
parameters:
- description: "the setupScripts value to set."
name: "setupScripts"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SetupScripts?alt=com.azure.resourcemanager.machinelearningservices.models.SetupScripts&text=SetupScripts\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ComputeInstanceProperties withSetupScripts(SetupScripts setupScripts)"
desc: "Set the setupScripts property: Details of customized scripts to execute for setting up the cluster."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withSshSettings(com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceSshSettings)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withSshSettings(ComputeInstanceSshSettings sshSettings)"
name: "withSshSettings(ComputeInstanceSshSettings sshSettings)"
nameWithType: "ComputeInstanceProperties.withSshSettings(ComputeInstanceSshSettings sshSettings)"
summary: "Set the ssh<wbr>Settings property: Specifies policy and settings for SSH access."
parameters:
- description: "the sshSettings value to set."
name: "sshSettings"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceSshSettings?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceSshSettings&text=ComputeInstanceSshSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ComputeInstanceProperties withSshSettings(ComputeInstanceSshSettings sshSettings)"
desc: "Set the sshSettings property: Specifies policy and settings for SSH access."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withSubnet(com.azure.resourcemanager.machinelearningservices.models.ResourceId)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withSubnet(ResourceId subnet)"
name: "withSubnet(ResourceId subnet)"
nameWithType: "ComputeInstanceProperties.withSubnet(ResourceId subnet)"
summary: "Set the subnet property: Virtual network subnet resource ID the compute nodes belong to."
parameters:
- description: "the subnet value to set."
name: "subnet"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ResourceId?alt=com.azure.resourcemanager.machinelearningservices.models.ResourceId&text=ResourceId\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ComputeInstanceProperties withSubnet(ResourceId subnet)"
desc: "Set the subnet property: Virtual network subnet resource ID the compute nodes belong to."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withVmSize(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties.withVmSize(String vmSize)"
name: "withVmSize(String vmSize)"
nameWithType: "ComputeInstanceProperties.withVmSize(String vmSize)"
summary: "Set the vm<wbr>Size property: Virtual Machine Size."
parameters:
- description: "the vmSize value to set."
name: "vmSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ComputeInstanceProperties withVmSize(String vmSize)"
desc: "Set the vmSize property: Virtual Machine Size."
returns:
description: "the ComputeInstanceProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceProperties&text=ComputeInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Compute Instance properties."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1