AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the CreateMicrosoftAD operation. Creates a Microsoft AD in the AWS cloud.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.CreateMicrosoftADRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateMicrosoftADRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The CreateMicrosoftADRequest type exposes the following members

Constructors

NameDescription
Public Method CreateMicrosoftADRequest()

Properties

NameTypeDescription
Public Property Description System.String Gets and sets the property Description.

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

Public Property Name System.String Gets and sets the property Name.

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

Public Property Password System.String Gets and sets the property Password.

The password for the default administrative user named Admin.

Public Property ShortName System.String Gets and sets the property ShortName.

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

Public Property VpcSettings Amazon.DirectoryService.Model.DirectoryVpcSettings Gets and sets the property VpcSettings.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5