azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.UserAccount"
fullName: "com.microsoft.azure.management.batch.UserAccount"
name: "UserAccount"
nameWithType: "UserAccount"
summary: "Properties used to create a user on an Azure Batch node."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **UserAccount**"
constructors:
- uid: "com.microsoft.azure.management.batch.UserAccount.UserAccount()"
fullName: "com.microsoft.azure.management.batch.UserAccount.UserAccount()"
name: "UserAccount()"
nameWithType: "UserAccount.UserAccount()"
syntax: "public UserAccount()"
methods:
- uid: "com.microsoft.azure.management.batch.UserAccount.elevationLevel()"
fullName: "com.microsoft.azure.management.batch.UserAccount.elevationLevel()"
name: "elevationLevel()"
nameWithType: "UserAccount.elevationLevel()"
summary: "Get non<wbr>Admin - The auto user is a standard user without elevated access."
syntax: "public ElevationLevel elevationLevel()"
desc: "Get nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin'."
returns:
description: "the elevationLevel value"
type: "<xref href=\"com.microsoft.azure.management.batch.ElevationLevel?alt=com.microsoft.azure.management.batch.ElevationLevel&text=ElevationLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.linuxUserConfiguration()"
fullName: "com.microsoft.azure.management.batch.UserAccount.linuxUserConfiguration()"
name: "linuxUserConfiguration()"
nameWithType: "UserAccount.linuxUserConfiguration()"
summary: "Get this property is ignored if specified on a Windows pool."
syntax: "public LinuxUserConfiguration linuxUserConfiguration()"
desc: "Get this property is ignored if specified on a Windows pool. If not specified, the user is created with the default options."
returns:
description: "the linuxUserConfiguration value"
type: "<xref href=\"com.microsoft.azure.management.batch.LinuxUserConfiguration?alt=com.microsoft.azure.management.batch.LinuxUserConfiguration&text=LinuxUserConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.name()"
fullName: "com.microsoft.azure.management.batch.UserAccount.name()"
name: "name()"
nameWithType: "UserAccount.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.password()"
fullName: "com.microsoft.azure.management.batch.UserAccount.password()"
name: "password()"
nameWithType: "UserAccount.password()"
summary: "Get the password value."
syntax: "public String password()"
desc: "Get the password value."
returns:
description: "the password value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.windowsUserConfiguration()"
fullName: "com.microsoft.azure.management.batch.UserAccount.windowsUserConfiguration()"
name: "windowsUserConfiguration()"
nameWithType: "UserAccount.windowsUserConfiguration()"
summary: "Get this property can only be specified if the user is on a Windows pool."
syntax: "public WindowsUserConfiguration windowsUserConfiguration()"
desc: "Get this property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options."
returns:
description: "the windowsUserConfiguration value"
type: "<xref href=\"com.microsoft.azure.management.batch.WindowsUserConfiguration?alt=com.microsoft.azure.management.batch.WindowsUserConfiguration&text=WindowsUserConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.withElevationLevel(com.microsoft.azure.management.batch.ElevationLevel)"
fullName: "com.microsoft.azure.management.batch.UserAccount.withElevationLevel(ElevationLevel elevationLevel)"
name: "withElevationLevel(ElevationLevel elevationLevel)"
nameWithType: "UserAccount.withElevationLevel(ElevationLevel elevationLevel)"
summary: "Set non<wbr>Admin - The auto user is a standard user without elevated access."
parameters:
- description: "the elevationLevel value to set"
name: "elevationLevel"
type: "<xref href=\"com.microsoft.azure.management.batch.ElevationLevel?alt=com.microsoft.azure.management.batch.ElevationLevel&text=ElevationLevel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UserAccount withElevationLevel(ElevationLevel elevationLevel)"
desc: "Set nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin'."
returns:
description: "the UserAccount object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.withLinuxUserConfiguration(com.microsoft.azure.management.batch.LinuxUserConfiguration)"
fullName: "com.microsoft.azure.management.batch.UserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)"
name: "withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)"
nameWithType: "UserAccount.withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)"
summary: "Set this property is ignored if specified on a Windows pool."
parameters:
- description: "the linuxUserConfiguration value to set"
name: "linuxUserConfiguration"
type: "<xref href=\"com.microsoft.azure.management.batch.LinuxUserConfiguration?alt=com.microsoft.azure.management.batch.LinuxUserConfiguration&text=LinuxUserConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UserAccount withLinuxUserConfiguration(LinuxUserConfiguration linuxUserConfiguration)"
desc: "Set this property is ignored if specified on a Windows pool. If not specified, the user is created with the default options."
returns:
description: "the UserAccount object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.UserAccount.withName(String name)"
name: "withName(String name)"
nameWithType: "UserAccount.withName(String name)"
summary: "Set the name value."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UserAccount withName(String name)"
desc: "Set the name value."
returns:
description: "the UserAccount object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.withPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.UserAccount.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "UserAccount.withPassword(String password)"
summary: "Set the password value."
parameters:
- description: "the password value to set"
name: "password"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UserAccount withPassword(String password)"
desc: "Set the password value."
returns:
description: "the UserAccount object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.UserAccount.withWindowsUserConfiguration(com.microsoft.azure.management.batch.WindowsUserConfiguration)"
fullName: "com.microsoft.azure.management.batch.UserAccount.withWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration)"
name: "withWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration)"
nameWithType: "UserAccount.withWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration)"
summary: "Set this property can only be specified if the user is on a Windows pool."
parameters:
- description: "the windowsUserConfiguration value to set"
name: "windowsUserConfiguration"
type: "<xref href=\"com.microsoft.azure.management.batch.WindowsUserConfiguration?alt=com.microsoft.azure.management.batch.WindowsUserConfiguration&text=WindowsUserConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UserAccount withWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration)"
desc: "Set this property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options."
returns:
description: "the UserAccount object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.UserAccount?alt=com.microsoft.azure.management.batch.UserAccount&text=UserAccount\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties used to create a user on an Azure Batch node."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4