LiveOutput.ResourceState Property

Definition

Gets the resource state of the live output. Possible values include: 'Creating', 'Running', 'Deleting'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to