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

115 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties"
name: "HDInsightProperties"
nameWithType: "HDInsightProperties"
summary: "The HDInsight<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 **HDInsightProperties**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.HDInsightProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.HDInsightProperties()"
name: "HDInsightProperties()"
nameWithType: "HDInsightProperties.HDInsightProperties()"
syntax: "public HDInsightProperties()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.address()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.address()"
name: "address()"
nameWithType: "HDInsightProperties.address()"
summary: "Get the address property: Public IP address of the master node of the cluster."
syntax: "public String address()"
desc: "Get the address property: Public IP address of the master node of the cluster."
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.HDInsightProperties.administratorAccount()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.administratorAccount()"
name: "administratorAccount()"
nameWithType: "HDInsightProperties.administratorAccount()"
summary: "Get the administrator<wbr>Account property: Admin credentials for master node of the cluster."
syntax: "public VirtualMachineSshCredentials administratorAccount()"
desc: "Get the administratorAccount property: Admin credentials for master node of the cluster."
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.HDInsightProperties.sshPort()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.sshPort()"
name: "sshPort()"
nameWithType: "HDInsightProperties.sshPort()"
summary: "Get the ssh<wbr>Port property: Port open for ssh connections on the master node of the cluster."
syntax: "public Integer sshPort()"
desc: "Get the sshPort property: Port open for ssh connections on the master node of the cluster."
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.HDInsightProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.validate()"
name: "validate()"
nameWithType: "HDInsightProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.withAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.withAddress(String address)"
name: "withAddress(String address)"
nameWithType: "HDInsightProperties.withAddress(String address)"
summary: "Set the address property: Public IP address of the master node of the cluster."
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 HDInsightProperties withAddress(String address)"
desc: "Set the address property: Public IP address of the master node of the cluster."
returns:
description: "the HDInsightProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties?alt=com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties&text=HDInsightProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.withAdministratorAccount(com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSshCredentials)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
name: "withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
nameWithType: "HDInsightProperties.withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
summary: "Set the administrator<wbr>Account property: Admin credentials for master node of the cluster."
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 HDInsightProperties withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)"
desc: "Set the administratorAccount property: Admin credentials for master node of the cluster."
returns:
description: "the HDInsightProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties?alt=com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties&text=HDInsightProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.withSshPort(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties.withSshPort(Integer sshPort)"
name: "withSshPort(Integer sshPort)"
nameWithType: "HDInsightProperties.withSshPort(Integer sshPort)"
summary: "Set the ssh<wbr>Port property: Port open for ssh connections on the master node of the cluster."
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 HDInsightProperties withSshPort(Integer sshPort)"
desc: "Set the sshPort property: Port open for ssh connections on the master node of the cluster."
returns:
description: "the HDInsightProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties?alt=com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties&text=HDInsightProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The HDInsightProperties model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1