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 3.5
 
Container for the parameters to the TerminateWorkspaces operation. Terminates the specified WorkSpaces.

Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.

You can terminate a WorkSpace that is in any state except SUSPENDED.

This operation is asynchronous and will return before the WorkSpaces have been completely terminated.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkSpaces.AmazonWorkSpacesRequest
      Amazon.WorkSpaces.Model.TerminateWorkspacesRequest

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

Syntax

C#
public class TerminateWorkspacesRequest : AmazonWorkSpacesRequest
         IRequestEvents

The TerminateWorkspacesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property TerminateWorkspaceRequests System.Collections.Generic.List<Amazon.WorkSpaces.Model.TerminateRequest> Gets and sets the property TerminateWorkspaceRequests.

An array of structures that specify the WorkSpaces to terminate.

Version Information

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