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 GetDevicePoolCompatibility operation. Gets information about compatibility with a device pool.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetDevicePoolCompatibilityRequest : AmazonDeviceFarmRequest
         IRequestEvents

The GetDevicePoolCompatibilityRequest type exposes the following members

Constructors

Properties

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

The ARN of the app that is associated with the specified device pool.

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

The device pool's ARN.

Public Property TestType Amazon.DeviceFarm.TestType Gets and sets the property TestType.

The test type for the specified device pool.

Allowed values include the following:

  • BUILTIN_FUZZ: The built-in fuzz type.

  • BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.

  • APPIUM_JAVA_JUNIT: The Appium Java JUnit type.

  • APPIUM_JAVA_TESTNG: The Appium Java TestNG type.

  • APPIUM_PYTHON: The Appium Python type.

  • CALABASH: The Calabash type.

  • INSTRUMENTATION: The Instrumentation type.

  • UIAUTOMATION: The uiautomation type.

  • UIAUTOMATOR: The uiautomator type.

  • XCTEST: The XCode test type.

  • APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.

  • APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.

  • APPIUM_WEB_PYTHON: The Appium Python type for Web apps.

Version Information

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