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 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.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class ScheduleRunConfiguration

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 upload ARNs for app packages to be installed with your app.

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 metered.

If you have purchased unmetered device slots, you must set this parameter to unmetered to make use of them. Otherwise, your run counts against your metered time.

Public Property CustomerArtifactPaths Amazon.DeviceFarm.Model.CustomerArtifactPaths

Gets and sets the property CustomerArtifactPaths.

Input CustomerArtifactPaths object for the scheduled run configuration.

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 extracts 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.

Public Property VpceConfigurationArns System.Collections.Generic.List<System.String>

Gets and sets the property VpceConfigurationArns.

An array of ARNs for your VPC endpoint configurations.

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