LiveEvent.HostnamePrefix Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostnamePrefix")]
public string HostnamePrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostnamePrefix")>]
member this.HostnamePrefix : string with get, set
Public Property HostnamePrefix As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to