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 RebuildWorkspaces operation. Rebuilds the specified WorkSpaces.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:

To be able to rebuild a WorkSpace, the WorkSpace must have a State of AVAILABLE or ERROR.

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

Inheritance Hierarchy

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

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

Syntax

C#
public class RebuildWorkspacesRequest : AmazonWorkSpacesRequest
         IRequestEvents

The RebuildWorkspacesRequest type exposes the following members

Constructors

NameDescription
Public Method RebuildWorkspacesRequest()

Properties

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

An array of structures that specify the WorkSpaces to rebuild.

Version Information

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