Share via


DomainJoinProvisioning.AccountData Property

 

Gets or sets the account information that is used for joining the domain.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.String

The account information.

See Also

DomainJoinProvisioning Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top