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.

A container for account-level settings in AWS Device Farm.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.AccountSettings

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class AccountSettings

The AccountSettings type exposes the following members

Constructors

NameDescription
Public Method AccountSettings()

Properties

NameTypeDescription
Public Property AwsAccountNumber System.String

Gets and sets the property AwsAccountNumber.

The AWS account number specified in the AccountSettings container.

Public Property DefaultJobTimeoutMinutes System.Int32

Gets and sets the property DefaultJobTimeoutMinutes.

The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.

Public Property MaxJobTimeoutMinutes System.Int32

Gets and sets the property MaxJobTimeoutMinutes.

The maximum number of minutes a test run executes before it times out.

Public Property MaxSlots System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property MaxSlots.

The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an offering-id:number pair, where the offering-id represents one of the IDs returned by the ListOfferings command.

Public Property SkipAppResign System.Boolean

Gets and sets the property SkipAppResign.

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

Public Property TrialMinutes Amazon.DeviceFarm.Model.TrialMinutes

Gets and sets the property TrialMinutes.

Information about an AWS account's usage of free trial device minutes.

Public Property UnmeteredDevices System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property UnmeteredDevices.

Returns the unmetered devices you have purchased or want to purchase.

Public Property UnmeteredRemoteAccessDevices System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property UnmeteredRemoteAccessDevices.

Returns the unmetered remote access devices you have purchased or want to purchase.

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