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 RebootWorkspaces operation. Reboots the specified WorkSpaces.

To be able to reboot a WorkSpace, the WorkSpace must have a State of AVAILABLE, IMPAIRED, or INOPERABLE.

This operation is asynchronous and will return before the WorkSpaces have rebooted.

Inheritance Hierarchy

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

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

Syntax

C#
public class RebootWorkspacesRequest : AmazonWorkSpacesRequest
         IRequestEvents

The RebootWorkspacesRequest type exposes the following members

Constructors

NameDescription
Public Method RebootWorkspacesRequest()

Properties

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

An array of structures that specify the WorkSpaces to reboot.

Version Information

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