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.

Represents a collection of device types.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.DevicePool

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

Syntax

C#
public class DevicePool

The DevicePool type exposes the following members

Constructors

NameDescription
Public Method DevicePool()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The device pool's ARN.

Public Property Description System.String

Gets and sets the property Description.

The device pool's description.

Public Property MaxDevices System.Int32

Gets and sets the property MaxDevices.

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.

By specifying the maximum number of devices, you can control the costs that you incur by running tests.

Public Property Name System.String

Gets and sets the property Name.

The device pool's name.

Public Property Rules System.Collections.Generic.List<Amazon.DeviceFarm.Model.Rule>

Gets and sets the property Rules.

Information about the device pool's rules.

Public Property Type Amazon.DeviceFarm.DevicePoolType

Gets and sets the property Type.

The device pool's type.

Allowed values include:

  • CURATED: A device pool that is created and managed by AWS Device Farm.

  • PRIVATE: A device pool that is created and managed by the device pool developer.

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