다음을 통해 공유


UserAccount 클래스

정의

Azure Batch 노드에서 사용자를 만드는 데 사용되는 속성입니다.

public class UserAccount
type UserAccount = class
Public Class UserAccount
상속
UserAccount

생성자

UserAccount()

UserAccount 클래스의 새 instance 초기화합니다.

UserAccount(String, String, Nullable<ElevationLevel>, LinuxUserConfiguration, WindowsUserConfiguration)

UserAccount 클래스의 새 instance 초기화합니다.

속성

ElevationLevel

사용자 계정의 권한 상승 수준을 가져오거나 설정합니다.

LinuxUserConfiguration

사용자 계정에 대한 Linux 관련 사용자 구성을 가져오거나 설정합니다.

Name

사용자 계정의 이름을 가져오거나 설정합니다. 이름에는 최대 20개의 유니코드 문자가 포함될 수 있습니다.

Password

사용자 계정의 암호를 가져오거나 설정합니다.

WindowsUserConfiguration

사용자 계정에 대한 Windows 관련 사용자 구성을 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상