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 3.5
 
Container for the parameters to the CreateDirectory operation. Creates a Simple AD directory.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateDirectoryRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The CreateDirectoryRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDirectoryRequest()

Properties

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

A textual description for the directory.

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

The fully qualified name for the directory, such as corp.example.com.

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

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

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

The short name of the directory, such as CORP.

Public Property Size Amazon.DirectoryService.DirectorySize Gets and sets the property Size.

The size of the directory.

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

A DirectoryVpcSettings object that contains additional information for the operation.

Version Information

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