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 information about the domain controllers for a specified directory.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DomainController

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

Syntax

C#
public class DomainController

The DomainController type exposes the following members

Constructors

NameDescription
Public Method DomainController()

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone where the domain controller is located.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

Identifier of the directory where the domain controller resides.

Public Property DnsIpAddr System.String

Gets and sets the property DnsIpAddr.

The IP address of the domain controller.

Public Property DomainControllerId System.String

Gets and sets the property DomainControllerId.

Identifies a specific domain controller in the directory.

Public Property LaunchTime System.DateTime

Gets and sets the property LaunchTime.

Specifies when the domain controller was created.

Public Property Status Amazon.DirectoryService.DomainControllerStatus

Gets and sets the property Status.

The status of the domain controller.

Public Property StatusLastUpdatedDateTime System.DateTime

Gets and sets the property StatusLastUpdatedDateTime.

The date and time that the status was last updated.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

A description of the domain controller state.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

Identifier of the subnet in the VPC that contains the domain controller.

Public Property VpcId System.String

Gets and sets the property VpcId.

The identifier of the VPC that contains the domain controller.

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