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 UpdateNumberOfDomainControllers operation. Adds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateNumberOfDomainControllersRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

The UpdateNumberOfDomainControllersRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DesiredNumber System.Int32

Gets and sets the property DesiredNumber.

The number of domain controllers desired in the directory.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

Identifier of the directory to which the domain controllers will be added or removed.

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