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

115 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials"
name: "UserAccountCredentials"
nameWithType: "UserAccountCredentials"
summary: "Settings for user account that gets created on each on the nodes of a compute."
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 **UserAccountCredentials**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.UserAccountCredentials()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.UserAccountCredentials()"
name: "UserAccountCredentials()"
nameWithType: "UserAccountCredentials.UserAccountCredentials()"
syntax: "public UserAccountCredentials()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.adminUserPassword()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.adminUserPassword()"
name: "adminUserPassword()"
nameWithType: "UserAccountCredentials.adminUserPassword()"
summary: "Get the admin<wbr>User<wbr>Password property: Password of the administrator user account."
syntax: "public String adminUserPassword()"
desc: "Get the adminUserPassword property: Password of the administrator user account."
returns:
description: "the adminUserPassword value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.adminUserSshPublicKey()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.adminUserSshPublicKey()"
name: "adminUserSshPublicKey()"
nameWithType: "UserAccountCredentials.adminUserSshPublicKey()"
summary: "Get the admin<wbr>User<wbr>Ssh<wbr>Public<wbr>Key property: SSH public key of the administrator user account."
syntax: "public String adminUserSshPublicKey()"
desc: "Get the adminUserSshPublicKey property: SSH public key of the administrator user account."
returns:
description: "the adminUserSshPublicKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.adminUsername()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.adminUsername()"
name: "adminUsername()"
nameWithType: "UserAccountCredentials.adminUsername()"
summary: "Get the admin<wbr>Username property: Name of the administrator user account which can be used to SSH to nodes."
syntax: "public String adminUsername()"
desc: "Get the adminUsername property: Name of the administrator user account which can be used to SSH to nodes."
returns:
description: "the adminUsername value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.validate()"
name: "validate()"
nameWithType: "UserAccountCredentials.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.withAdminUserPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.withAdminUserPassword(String adminUserPassword)"
name: "withAdminUserPassword(String adminUserPassword)"
nameWithType: "UserAccountCredentials.withAdminUserPassword(String adminUserPassword)"
summary: "Set the admin<wbr>User<wbr>Password property: Password of the administrator user account."
parameters:
- description: "the adminUserPassword value to set."
name: "adminUserPassword"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserAccountCredentials withAdminUserPassword(String adminUserPassword)"
desc: "Set the adminUserPassword property: Password of the administrator user account."
returns:
description: "the UserAccountCredentials object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials?alt=com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials&text=UserAccountCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.withAdminUserSshPublicKey(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.withAdminUserSshPublicKey(String adminUserSshPublicKey)"
name: "withAdminUserSshPublicKey(String adminUserSshPublicKey)"
nameWithType: "UserAccountCredentials.withAdminUserSshPublicKey(String adminUserSshPublicKey)"
summary: "Set the admin<wbr>User<wbr>Ssh<wbr>Public<wbr>Key property: SSH public key of the administrator user account."
parameters:
- description: "the adminUserSshPublicKey value to set."
name: "adminUserSshPublicKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserAccountCredentials withAdminUserSshPublicKey(String adminUserSshPublicKey)"
desc: "Set the adminUserSshPublicKey property: SSH public key of the administrator user account."
returns:
description: "the UserAccountCredentials object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials?alt=com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials&text=UserAccountCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.withAdminUsername(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials.withAdminUsername(String adminUsername)"
name: "withAdminUsername(String adminUsername)"
nameWithType: "UserAccountCredentials.withAdminUsername(String adminUsername)"
summary: "Set the admin<wbr>Username property: Name of the administrator user account which can be used to SSH to nodes."
parameters:
- description: "the adminUsername value to set."
name: "adminUsername"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserAccountCredentials withAdminUsername(String adminUsername)"
desc: "Set the adminUsername property: Name of the administrator user account which can be used to SSH to nodes."
returns:
description: "the UserAccountCredentials object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials?alt=com.azure.resourcemanager.machinelearningservices.models.UserAccountCredentials&text=UserAccountCredentials\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Settings for user account that gets created on each on the nodes of a compute."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1