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 CreateDevicePool operation. Creates a device pool.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateDevicePoolRequest : AmazonDeviceFarmRequest
         IRequestEvents

The CreateDevicePoolRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDevicePoolRequest()

Properties

NameTypeDescription
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 ProjectArn System.String Gets and sets the property ProjectArn.

The ARN of the project for the device pool.

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

The device pool's rules.

Version Information

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