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 3.5
 
Represents a collection of device types.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.DevicePool

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

Syntax

C#
public class DevicePool : Object

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 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 Framework:
Supported in: 4.5, 4.0, 3.5