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 the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.ScheduleRunConfiguration

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

Syntax

C#
public class ScheduleRunConfiguration : Object

The ScheduleRunConfiguration type exposes the following members

Constructors

NameDescription
Public Method ScheduleRunConfiguration()

Properties

NameTypeDescription
Public Property AuxiliaryApps System.Collections.Generic.List<System.String> Gets and sets the property AuxiliaryApps.

A list of auxiliary apps for the run.

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

Specifies the billing method for a test run: metered or unmetered. If the parameter is not specified, the default value is unmetered.

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

The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to external data for Android or the app's sandbox for iOS.

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

Information about the locale that is used for the run.

Public Property Location Amazon.DeviceFarm.Model.Location Gets and sets the property Location.

Information about the location that is used for the run.

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

Reserved for internal use.

Public Property Radios Amazon.DeviceFarm.Model.Radios Gets and sets the property Radios.

Information about the radio states for the run.

Version Information

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