你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LiveEvent Class
The live event.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Constructor
LiveEvent(*, location: str, tags: Dict[str, str] | None = None, description: str | None = None, input: _models.LiveEventInput | None = None, preview: _models.LiveEventPreview | None = None, encoding: _models.LiveEventEncoding | None = None, transcriptions: List[_models.LiveEventTranscription] | None = None, cross_site_access_policies: _models.CrossSiteAccessPolicies | None = None, use_static_hostname: bool | None = None, hostname_prefix: str | None = None, stream_options: List[str | _models.StreamOptionsFlag] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. Default value: None
|
location
|
The geo-location where the resource lives. Required. |
description
|
A description for the live event. Default value: None
|
input
|
Live event input settings. It defines how the live event receives input from a contribution encoder. Default value: None
|
preview
|
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output. Default value: None
|
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. Default value: None
|
transcriptions
|
Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature. Default value: None
|
cross_site_access_policies
|
Live event cross site access policies. Default value: None
|
use_static_hostname
|
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. Default value: None
|
hostname_prefix
|
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. Default value: None
|
stream_options
|
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'. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
system_data
|
The system metadata relating to this resource. |
description
|
A description for the live event. |
input
|
Live event input settings. It defines how the live event receives input from a contribution encoder. |
preview
|
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output. |
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. |
transcriptions
|
Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature. |
provisioning_state
|
The provisioning state of the live event. |
resource_state
|
The resource state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information. Known values are: "Stopped", "Allocating", "StandBy", "Starting", "Running", "Stopping", and "Deleting". |
cross_site_access_policies
|
Live event cross site access policies. |
use_static_hostname
|
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. |
hostname_prefix
|
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. |
stream_options
|
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'. |
created
|
The creation time for the live event. |
last_modified
|
The last modified time of the live event. |