163 строки
13 KiB
YAML
163 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties"
|
|
name: "VirtualMachineProperties"
|
|
nameWithType: "VirtualMachineProperties"
|
|
summary: "The Virtual<wbr>Machine<wbr>Properties model."
|
|
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 **VirtualMachineProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.VirtualMachineProperties()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.VirtualMachineProperties()"
|
|
name: "VirtualMachineProperties()"
|
|
nameWithType: "VirtualMachineProperties.VirtualMachineProperties()"
|
|
syntax: "public VirtualMachineProperties()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.address()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.address()"
|
|
name: "address()"
|
|
nameWithType: "VirtualMachineProperties.address()"
|
|
summary: "Get the address property: Public IP address of the virtual machine."
|
|
syntax: "public String address()"
|
|
desc: "Get the address property: Public IP address of the virtual machine."
|
|
returns:
|
|
description: "the address value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.administratorAccount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.administratorAccount()"
|
|
name: "administratorAccount()"
|
|
nameWithType: "VirtualMachineProperties.administratorAccount()"
|
|
summary: "Get the administrator<wbr>Account property: Admin credentials for virtual machine."
|
|
syntax: "public VirtualMachineSshCredentials administratorAccount()"
|
|
desc: "Get the administratorAccount property: Admin credentials for virtual machine."
|
|
returns:
|
|
description: "the administratorAccount value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSshCredentials?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSshCredentials&text=VirtualMachineSshCredentials\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.isNotebookInstanceCompute()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.isNotebookInstanceCompute()"
|
|
name: "isNotebookInstanceCompute()"
|
|
nameWithType: "VirtualMachineProperties.isNotebookInstanceCompute()"
|
|
summary: "Get the is<wbr>Notebook<wbr>Instance<wbr>Compute property: Indicates whether this compute will be used for running notebooks."
|
|
syntax: "public Boolean isNotebookInstanceCompute()"
|
|
desc: "Get the isNotebookInstanceCompute property: Indicates whether this compute will be used for running notebooks."
|
|
returns:
|
|
description: "the isNotebookInstanceCompute value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.sshPort()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.sshPort()"
|
|
name: "sshPort()"
|
|
nameWithType: "VirtualMachineProperties.sshPort()"
|
|
summary: "Get the ssh<wbr>Port property: Port open for ssh connections."
|
|
syntax: "public Integer sshPort()"
|
|
desc: "Get the sshPort property: Port open for ssh connections."
|
|
returns:
|
|
description: "the sshPort value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "VirtualMachineProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.virtualMachineSize()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.virtualMachineSize()"
|
|
name: "virtualMachineSize()"
|
|
nameWithType: "VirtualMachineProperties.virtualMachineSize()"
|
|
summary: "Get the virtual<wbr>Machine<wbr>Size property: Virtual Machine size."
|
|
syntax: "public String virtualMachineSize()"
|
|
desc: "Get the virtualMachineSize property: Virtual Machine size."
|
|
returns:
|
|
description: "the virtualMachineSize value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withAddress(String address)"
|
|
name: "withAddress(String address)"
|
|
nameWithType: "VirtualMachineProperties.withAddress(String address)"
|
|
summary: "Set the address property: Public IP address of the virtual machine."
|
|
parameters:
|
|
- description: "the address value to set."
|
|
name: "address"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VirtualMachineProperties withAddress(String address)"
|
|
desc: "Set the address property: Public IP address of the virtual machine."
|
|
returns:
|
|
description: "the VirtualMachineProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties&text=VirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withAdministratorAccount(com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSshCredentials)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
|
|
name: "withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
|
|
nameWithType: "VirtualMachineProperties.withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
|
|
summary: "Set the administrator<wbr>Account property: Admin credentials for virtual machine."
|
|
parameters:
|
|
- description: "the administratorAccount value to set."
|
|
name: "administratorAccount"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSshCredentials?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSshCredentials&text=VirtualMachineSshCredentials\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VirtualMachineProperties withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
|
|
desc: "Set the administratorAccount property: Admin credentials for virtual machine."
|
|
returns:
|
|
description: "the VirtualMachineProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties&text=VirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withIsNotebookInstanceCompute(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withIsNotebookInstanceCompute(Boolean isNotebookInstanceCompute)"
|
|
name: "withIsNotebookInstanceCompute(Boolean isNotebookInstanceCompute)"
|
|
nameWithType: "VirtualMachineProperties.withIsNotebookInstanceCompute(Boolean isNotebookInstanceCompute)"
|
|
summary: "Set the is<wbr>Notebook<wbr>Instance<wbr>Compute property: Indicates whether this compute will be used for running notebooks."
|
|
parameters:
|
|
- description: "the isNotebookInstanceCompute value to set."
|
|
name: "isNotebookInstanceCompute"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public VirtualMachineProperties withIsNotebookInstanceCompute(Boolean isNotebookInstanceCompute)"
|
|
desc: "Set the isNotebookInstanceCompute property: Indicates whether this compute will be used for running notebooks."
|
|
returns:
|
|
description: "the VirtualMachineProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties&text=VirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withSshPort(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withSshPort(Integer sshPort)"
|
|
name: "withSshPort(Integer sshPort)"
|
|
nameWithType: "VirtualMachineProperties.withSshPort(Integer sshPort)"
|
|
summary: "Set the ssh<wbr>Port property: Port open for ssh connections."
|
|
parameters:
|
|
- description: "the sshPort value to set."
|
|
name: "sshPort"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public VirtualMachineProperties withSshPort(Integer sshPort)"
|
|
desc: "Set the sshPort property: Port open for ssh connections."
|
|
returns:
|
|
description: "the VirtualMachineProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties&text=VirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withVirtualMachineSize(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties.withVirtualMachineSize(String virtualMachineSize)"
|
|
name: "withVirtualMachineSize(String virtualMachineSize)"
|
|
nameWithType: "VirtualMachineProperties.withVirtualMachineSize(String virtualMachineSize)"
|
|
summary: "Set the virtual<wbr>Machine<wbr>Size property: Virtual Machine size."
|
|
parameters:
|
|
- description: "the virtualMachineSize value to set."
|
|
name: "virtualMachineSize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VirtualMachineProperties withVirtualMachineSize(String virtualMachineSize)"
|
|
desc: "Set the virtualMachineSize property: Virtual Machine size."
|
|
returns:
|
|
description: "the VirtualMachineProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineProperties&text=VirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The VirtualMachineProperties model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|