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.

Container for the parameters to the PurchaseOffering operation. Purchase an offering and create a reservation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaLive.AmazonMediaLiveRequest
      Amazon.MediaLive.Model.PurchaseOfferingRequest

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

Syntax

C#
public class PurchaseOfferingRequest : AmazonMediaLiveRequest
         IAmazonWebServiceRequest

The PurchaseOfferingRequest type exposes the following members

Constructors

NameDescription
Public Method PurchaseOfferingRequest()

Properties

NameTypeDescription
Public Property Count System.Int32

Gets and sets the property Count. Number of resources

Public Property Name System.String

Gets and sets the property Name. Name for the new reservation

Public Property OfferingId System.String

Gets and sets the property OfferingId. Offering to purchase, e.g. '87654321'

Public Property RenewalSettings Amazon.MediaLive.Model.RenewalSettings

Gets and sets the property RenewalSettings. Renewal settings for the reservation

Public Property RequestId System.String

Gets and sets the property RequestId. Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

Public Property Start System.String

Gets and sets the property Start. Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags. A collection of key-value pairs

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