Amazon.WorkSpaces.AmazonWorkSpacesClient.ModifyWorkspaceProperties C# (CSharp) Method

ModifyWorkspaceProperties() public method

Modifies the WorkSpace properties, including the RunningMode and AutoStop time.
/// /// /// One or more parameter values are not valid. /// /// The specified WorkSpace has an invalid state for this operation. /// /// The properties of this WorkSpace are currently being modified. Try again in a moment. /// /// The resource could not be found. /// /// The specified resource is not available. /// /// The WorkSpace does not have the supported configuration for this operation. For more /// information, see the Amazon /// WorkSpaces Administration Guide. ///
public ModifyWorkspaceProperties ( ModifyWorkspacePropertiesRequest request ) : ModifyWorkspacePropertiesResponse
request Amazon.WorkSpaces.Model.ModifyWorkspacePropertiesRequest Container for the necessary parameters to execute the ModifyWorkspaceProperties service method.
return ModifyWorkspacePropertiesResponse
        public ModifyWorkspacePropertiesResponse ModifyWorkspaceProperties(ModifyWorkspacePropertiesRequest request)
        {
            var marshaller = new ModifyWorkspacePropertiesRequestMarshaller();
            var unmarshaller = ModifyWorkspacePropertiesResponseUnmarshaller.Instance;

            return Invoke<ModifyWorkspacePropertiesRequest,ModifyWorkspacePropertiesResponse>(request, marshaller, unmarshaller);
        }