ConfigurationSet.AdminUserName 속성
기본 관리자 계정의 이름을 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public string AdminUserName { get; set; }
public:
property String^ AdminUserName {
String^ get();
void set(String^ value);
}
member AdminUserName : string with get, set
Public Property AdminUserName As String
속성 값
Type: System.String
관리자 계정의 이름입니다.
참고 항목
ConfigurationSet 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동