ConfigurationSet.DomainJoin Property

 

Gets or sets a DomainJoinSettings object that defines a domain to which the Virtual Machine will be joined.

 

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

Syntax

public DomainJoinSettings DomainJoin { get; set; }
public:
property DomainJoinSettings^ DomainJoin {
    DomainJoinSettings^ get();
    void set(DomainJoinSettings^ value);
}
member DomainJoin : DomainJoinSettings with get, set
Public Property DomainJoin As DomainJoinSettings

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.DomainJoinSettings

A DomainJoinSettings object.

Remarks

This property is used with the WindowsProvisioningConfiguration configuration type.

See Also

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

Return to top