media

package
v1.44.1-0...-2cd6497 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2024 License: MPL-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountFilterModel

type AccountFilterModel struct {
	Name                     string                  `tfschema:"name"`
	ResourceGroupName        string                  `tfschema:"resource_group_name"`
	MediaServicesAccountName string                  `tfschema:"media_services_account_name"`
	FirstQualityBitrate      int64                   `tfschema:"first_quality_bitrate"`
	PresentationTimeRange    []PresentationTimeRange `tfschema:"presentation_time_range"`
	TrackSelection           []TrackSelection        `tfschema:"track_selection"`
}

type AccountFilterResource

type AccountFilterResource struct{}

func (AccountFilterResource) Arguments

func (r AccountFilterResource) Arguments() map[string]*pluginsdk.Schema

func (AccountFilterResource) Attributes

func (r AccountFilterResource) Attributes() map[string]*pluginsdk.Schema

func (AccountFilterResource) Create

func (AccountFilterResource) Delete

func (AccountFilterResource) DeprecationMessage

func (r AccountFilterResource) DeprecationMessage() string

func (AccountFilterResource) IDValidationFunc

func (r AccountFilterResource) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (AccountFilterResource) ModelObject

func (r AccountFilterResource) ModelObject() interface{}

func (AccountFilterResource) Read

func (AccountFilterResource) ResourceType

func (r AccountFilterResource) ResourceType() string

func (AccountFilterResource) Update

type Condition

type Condition struct {
	Operation string `tfschema:"operation"`
	Property  string `tfschema:"property"`
	Value     string `tfschema:"value"`
}

type PresentationTimeRange

type PresentationTimeRange struct {
	EndInUnits                  int64 `tfschema:"end_in_units"`
	ForceEnd                    bool  `tfschema:"force_end"`
	LiveBackoffInUnits          int64 `tfschema:"live_backoff_in_units"`
	PresentationWindowInUnits   int64 `tfschema:"presentation_window_in_units"`
	StartInUnits                int64 `tfschema:"start_in_units"`
	UnitTimescaleInMillisceonds int64 `tfschema:"unit_timescale_in_milliseconds"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type TrackSelection

type TrackSelection struct {
	Conditions []Condition `tfschema:"condition"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL