Amazon.DirectoryService.AmazonDirectoryServiceClient.CreateComputer C# (CSharp) Method

CreateComputer() public method

Creates a computer account in the specified directory, and joins the computer to the directory.
/// An authentication error occurred. /// /// A client exception has occurred. /// /// The specified directory is unavailable or could not be found. /// /// The specified entity already exists. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. /// /// The operation is not supported. ///
public CreateComputer ( Amazon.DirectoryService.Model.CreateComputerRequest request ) : Amazon.DirectoryService.Model.CreateComputerResponse
request Amazon.DirectoryService.Model.CreateComputerRequest Container for the necessary parameters to execute the CreateComputer service method.
return Amazon.DirectoryService.Model.CreateComputerResponse
        public CreateComputerResponse CreateComputer(CreateComputerRequest request)
        {
            var marshaller = new CreateComputerRequestMarshaller();
            var unmarshaller = CreateComputerResponseUnmarshaller.Instance;

            return Invoke<CreateComputerRequest,CreateComputerResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient