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
 
Container for the parameters to the CreateComputer operation. Creates a computer account in the specified directory, and joins the computer to the directory.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateComputerRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The CreateComputerRequest type exposes the following members

Constructors

NameDescription
Public Method CreateComputerRequest()

Properties

NameTypeDescription
Public Property ComputerAttributes System.Collections.Generic.List<Amazon.DirectoryService.Model.Attribute> Gets and sets the property ComputerAttributes.

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

Public Property ComputerName System.String Gets and sets the property ComputerName.

The name of the computer account.

Public Property DirectoryId System.String Gets and sets the property DirectoryId.

The identifier of the directory in which to create the computer account.

Public Property OrganizationalUnitDistinguishedName System.String Gets and sets the property OrganizationalUnitDistinguishedName.

The fully-qualified distinguished name of the organizational unit to place the computer account in.

Public Property Password System.String Gets and sets the property Password.

A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5