ConfigurationSet.UserPassword 속성
사용자 계정에 대 한 암호를 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public string UserPassword { get; set; }
public:
property String^ UserPassword {
String^ get();
void set(String^ value);
}
member UserPassword : string with get, set
Public Property UserPassword As String
속성 값
Type: System.String
사용자 이름에 대 한 암호입니다.
설명
이 속성은 사용 된 LinuxProvisioningConfiguration 구성 유형입니다.
암호 길이는 6자에서 72자까지 가능합니다.
참고 항목
ConfigurationSet 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동