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 ConnectDirectory operation. Creates an AD Connector to connect to a self-managed directory.

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

Inheritance Hierarchy

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

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

Syntax

C#
public class ConnectDirectoryRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

The ConnectDirectoryRequest type exposes the following members

Constructors

NameDescription
Public Method ConnectDirectoryRequest()

Properties

NameTypeDescription
Public Property ConnectSettings Amazon.DirectoryService.Model.DirectoryConnectSettings

Gets and sets the property ConnectSettings.

A DirectoryConnectSettings object that contains additional information for the operation.

Public Property Description System.String

Gets and sets the property Description.

A description for the directory.

Public Property Name System.String

Gets and sets the property Name.

The fully qualified name of your self-managed directory, such as corp.example.com.

Public Property Password System.String

Gets and sets the property Password.

The password for your self-managed user account.

Public Property ShortName System.String

Gets and sets the property ShortName.

The NetBIOS name of your self-managed directory, such as CORP.

Public Property Size Amazon.DirectoryService.DirectorySize

Gets and sets the property Size.

The size of the directory.

Public Property Tags System.Collections.Generic.List<Amazon.DirectoryService.Model.Tag>

Gets and sets the property Tags.

The tags to be assigned to AD Connector.

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