ActiveDirectoryConfigParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Similar in structure to the VNet class but used as the RequestBody for PUT requests.
public class ActiveDirectoryConfigParameter : Microsoft.WindowsAzure.Management.RemoteApp.Models.ActiveDirectoryConfig
type ActiveDirectoryConfigParameter = class
inherit ActiveDirectoryConfig
Public Class ActiveDirectoryConfigParameter
Inherits ActiveDirectoryConfig
- Inheritance
Constructors
ActiveDirectoryConfigParameter() |
Initializes a new instance of the ActiveDirectoryConfigParameter class. |
ActiveDirectoryConfigParameter(String, String, String) |
Initializes a new instance of the ActiveDirectoryConfigParameter class with required arguments. |
Properties
DomainName |
Required. The name of the on-premise domain to join the RD Session Host servers to. (Inherited from ActiveDirectoryConfig) |
OrganizationalUnit |
Optional. The name of your organizational unit to join the RD Session Host servers, e.g. OU=MyOu,DC=MyDomain,DC=ParentDomain,DC=com. Attributes such as OU, DC, etc. must be in uppercase. (Inherited from ActiveDirectoryConfig) |
Password |
Required. The service account's password. (Inherited from ActiveDirectoryConfig) |
UserName |
Required. The user name of a service account that has permission to add computers to the domain.The username must be specified in the UPN or down-level logon name format (user@some.domain or some.domain\user). (Inherited from ActiveDirectoryConfig) |
Applies to
Azure SDK for .NET