AWS SDK Version 3 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.

Container for the parameters to the StartDeviceSync operation. Resets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.StartDeviceSyncRequest

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class StartDeviceSyncRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The StartDeviceSyncRequest type exposes the following members

Constructors

NameDescription
Public Method StartDeviceSyncRequest()

Properties

NameTypeDescription
Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device to sync. Required.

Public Property Features System.Collections.Generic.List<System.String>

Gets and sets the property Features.

Request structure to start the device sync. Required.

Public Property RoomArn System.String

Gets and sets the property RoomArn.

The ARN of the room with which the device to sync is associated. Required.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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