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.

Reserved resources available for purchase

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.Offering

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

Syntax

C#
public class Offering

The Offering type exposes the following members

Constructors

NameDescription
Public Method Offering()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn. Unique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321'

Public Property CurrencyCode System.String

Gets and sets the property CurrencyCode. Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'

Public Property Duration System.Int32

Gets and sets the property Duration. Lease duration, e.g. '12'

Public Property DurationUnits Amazon.MediaLive.OfferingDurationUnits

Gets and sets the property DurationUnits. Units for duration, e.g. 'MONTHS'

Public Property FixedPrice System.Double

Gets and sets the property FixedPrice. One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering

Public Property OfferingDescription System.String

Gets and sets the property OfferingDescription. Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'

Public Property OfferingId System.String

Gets and sets the property OfferingId. Unique offering ID, e.g. '87654321'

Public Property OfferingType Amazon.MediaLive.OfferingType

Gets and sets the property OfferingType. Offering type, e.g. 'NO_UPFRONT'

Public Property Region System.String

Gets and sets the property Region. AWS region, e.g. 'us-west-2'

Public Property ResourceSpecification Amazon.MediaLive.Model.ReservationResourceSpecification

Gets and sets the property ResourceSpecification. Resource configuration details

Public Property UsagePrice System.Double

Gets and sets the property UsagePrice. Recurring usage charge for each reserved resource, e.g. '157.0'

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