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 4.5
 
Contains directory limit information for a region.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryLimits

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

Syntax

C#
public class DirectoryLimits : Object

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 Microsoft AD directories in the region.
Public Property CloudOnlyMicrosoftADLimit System.Int32 Gets and sets the property CloudOnlyMicrosoftADLimit. The maximum number of Microsoft AD directories allowed in the region.
Public Property CloudOnlyMicrosoftADLimitReached System.Boolean Gets and sets the property CloudOnlyMicrosoftADLimitReached. Indicates if the 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 Framework:
Supported in: 4.5, 4.0, 3.5