LiveEvent.UseStaticHostname Property
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.
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
[Newtonsoft.Json.JsonProperty(PropertyName="properties.useStaticHostname")]
public bool? UseStaticHostname { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.useStaticHostname")>]
member this.UseStaticHostname : Nullable<bool> with get, set
Public Property UseStaticHostname As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute