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 AssociateDeviceWithRoom operation. Associates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required.

Inheritance Hierarchy

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

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

Syntax

C#
public class AssociateDeviceWithRoomRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The AssociateDeviceWithRoomRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device to associate to a room. Required.

Public Property RoomArn System.String

Gets and sets the property RoomArn.

The ARN of the room with which to associate the device. 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