MediaLiveEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the MediaLiveEvent data model. The live event.
public class MediaLiveEventData : Azure.ResourceManager.Models.TrackedResourceData
type MediaLiveEventData = class
inherit TrackedResourceData
Public Class MediaLiveEventData
Inherits TrackedResourceData
- Inheritance
Constructors
MediaLiveEventData(AzureLocation) |
Initializes a new instance of MediaLiveEventData. |
Properties
CreatedOn |
The creation time for the live event. |
CrossSiteAccessPolicies |
Live event cross site access policies. |
Description |
A description for the live event. |
Encoding |
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 |
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 |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Input |
Live event input settings. It defines how the live event receives input from a contribution encoder. |
LastModifiedOn |
The last modified time of the live event. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
Preview |
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output. |
ProvisioningState |
The provisioning state of the live event. |
ResourceState |
The resource state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StreamOptions |
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 |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Transcriptions |
Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature. |
UseStaticHostname |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET