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 ListReservations operation. List purchased reservations.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListReservationsRequest : AmazonMediaLiveRequest
         IAmazonWebServiceRequest

The ListReservationsRequest type exposes the following members

Constructors

NameDescription
Public Method ListReservationsRequest()

Properties

NameTypeDescription
Public Property ChannelClass System.String

Gets and sets the property ChannelClass. Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'

Public Property Codec System.String

Gets and sets the property Codec. Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'

Public Property MaximumBitrate System.String

Gets and sets the property MaximumBitrate. Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'

Public Property MaximumFramerate System.String

Gets and sets the property MaximumFramerate. Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Public Property NextToken System.String

Gets and sets the property NextToken.

Public Property Resolution System.String

Gets and sets the property Resolution. Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'

Public Property ResourceType System.String

Gets and sets the property ResourceType. Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'

Public Property SpecialFeature System.String

Gets and sets the property SpecialFeature. Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'

Public Property VideoQuality System.String

Gets and sets the property VideoQuality. Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'

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