AWS SDK Version 3 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.

Container for the parameters to the CreateMicrosoftAD operation. Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see Managed Microsoft AD in the Directory Service Admin Guide.

Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.

Inheritance Hierarchy

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

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.DirectoryService.dll
Version: 3.x.y.z

Syntax

C#
public class CreateMicrosoftADRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

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 description for the directory. This label will appear on the Amazon Web Services console Directory Details page after the directory is created.

Public Property Edition Amazon.DirectoryService.DirectoryEdition

Gets and sets the property Edition.

Managed Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.

Public Property Name System.String

Gets and sets the property Name.

The fully qualified domain name for the Managed Microsoft AD 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.

If you need to change the password for the administrator account, you can use the ResetUserPassword API call.

Public Property ShortName System.String

Gets and sets the property ShortName.

The NetBIOS name 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 Tags System.Collections.Generic.List<Amazon.DirectoryService.Model.Tag>

Gets and sets the property Tags.

The tags to be assigned to the Managed Microsoft AD directory.

Public Property VpcSettings Amazon.DirectoryService.Model.DirectoryVpcSettings

Gets and sets the property VpcSettings.

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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