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 StartSchemaExtension operation. Applies a schema extension to a Microsoft AD directory.

Inheritance Hierarchy

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

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

Syntax

C#
public class StartSchemaExtensionRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

The StartSchemaExtensionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreateSnapshotBeforeSchemaExtension System.Boolean

Gets and sets the property CreateSnapshotBeforeSchemaExtension.

If true, creates a snapshot of the directory before applying the schema extension.

Public Property Description System.String

Gets and sets the property Description.

A description of the schema extension.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

The identifier of the directory for which the schema extension will be applied to.

Public Property LdifContent System.String

Gets and sets the property LdifContent.

The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.

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