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 UpdateDevicePool operation. Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DeviceFarm.AmazonDeviceFarmRequest
      Amazon.DeviceFarm.Model.UpdateDevicePoolRequest

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

Syntax

C#
public class UpdateDevicePoolRequest : AmazonDeviceFarmRequest
         IRequestEvents

The UpdateDevicePoolRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDevicePoolRequest()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.

Public Property Description System.String Gets and sets the property Description.

A description of the device pool you wish to update.

Public Property Name System.String Gets and sets the property Name.

A string representing the name of the device pool you wish to update.

Public Property Rules System.Collections.Generic.List<Amazon.DeviceFarm.Model.Rule> Gets and sets the property Rules.

Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if you choose to update rules for your request, the update will replace the existing rules.

Version Information

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