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.

Contains directory limit information for a Region.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryLimits

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

Syntax

C#
public class DirectoryLimits

The DirectoryLimits type exposes the following members

Constructors

NameDescription
Public Method DirectoryLimits()

Properties

NameTypeDescription
Public Property CloudOnlyDirectoriesCurrentCount System.Int32

Gets and sets the property CloudOnlyDirectoriesCurrentCount.

The current number of cloud directories in the Region.

Public Property CloudOnlyDirectoriesLimit System.Int32

Gets and sets the property CloudOnlyDirectoriesLimit.

The maximum number of cloud directories allowed in the Region.

Public Property CloudOnlyDirectoriesLimitReached System.Boolean

Gets and sets the property CloudOnlyDirectoriesLimitReached.

Indicates if the cloud directory limit has been reached.

Public Property CloudOnlyMicrosoftADCurrentCount System.Int32

Gets and sets the property CloudOnlyMicrosoftADCurrentCount.

The current number of Managed Microsoft AD directories in the region.

Public Property CloudOnlyMicrosoftADLimit System.Int32

Gets and sets the property CloudOnlyMicrosoftADLimit.

The maximum number of Managed Microsoft AD directories allowed in the region.

Public Property CloudOnlyMicrosoftADLimitReached System.Boolean

Gets and sets the property CloudOnlyMicrosoftADLimitReached.

Indicates if the Managed Microsoft AD directory limit has been reached.

Public Property ConnectedDirectoriesCurrentCount System.Int32

Gets and sets the property ConnectedDirectoriesCurrentCount.

The current number of connected directories in the Region.

Public Property ConnectedDirectoriesLimit System.Int32

Gets and sets the property ConnectedDirectoriesLimit.

The maximum number of connected directories allowed in the Region.

Public Property ConnectedDirectoriesLimitReached System.Boolean

Gets and sets the property ConnectedDirectoriesLimitReached.

Indicates if the connected directory limit has been reached.

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