LiveEvent Class

Definition

The live event.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LiveEvent : Microsoft.Azure.Management.Media.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LiveEvent = class
    inherit TrackedResource
Public Class LiveEvent
Inherits TrackedResource
Inheritance
Attributes

Constructors

LiveEvent()

Initializes a new instance of the LiveEvent class.

LiveEvent(String, LiveEventInput, String, String, String, IDictionary<String, String>, String, LiveEventPreview, LiveEventEncoding, IList<LiveEventTranscription>, String, Nullable<LiveEventResourceState>, CrossSiteAccessPolicies, Nullable<Boolean>, String, IList<Nullable<StreamOptionsFlag>>, Nullable<DateTime>, Nullable<DateTime>, SystemData)

Initializes a new instance of the LiveEvent class.

Properties

Created

Gets the creation time for the live event

CrossSiteAccessPolicies

Gets or sets live event cross site access policies.

Description

Gets or sets a description for the live event.

Encoding

Gets or sets encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.

HostnamePrefix

Gets or sets when useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Input

Gets or sets live event input settings. It defines how the live event receives input from a contribution encoder.

LastModified

Gets the last modified time of the live event.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
Preview

Gets or sets live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.

ProvisioningState

Gets the provisioning state of the live event.

ResourceState

Gets the resource state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information. Possible values include: 'Stopped', 'Allocating', 'StandBy', 'Starting', 'Running', 'Stopping', 'Deleting'

StreamOptions

Gets or sets the options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.

SystemData

Gets the system metadata relating to this resource.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Transcriptions

Gets or sets live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
UseStaticHostname

Gets or sets specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state

Methods

Validate()

Validate the object.

Applies to