DomainJoinProvisioning.AccountData 속성
도메인에 추가하는데 사용 되는 계정 정보를 가져오거나 설정 합니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public string AccountData { get; set; }
public:
property String^ AccountData {
String^ get();
void set(String^ value);
}
member AccountData : string with get, set
Public Property AccountData As String
속성 값
Type: System.String
계정 정보입니다.
참고 항목
DomainJoinProvisioning 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동