LiveEvent.ResourceState Property

Definition

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'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceState")]
public Microsoft.Azure.Management.Media.Models.LiveEventResourceState? ResourceState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceState")>]
member this.ResourceState : Nullable<Microsoft.Azure.Management.Media.Models.LiveEventResourceState>
Public ReadOnly Property ResourceState As Nullable(Of LiveEventResourceState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to