Share via


StreamingEndpoint.ResourceState Property

Definition

Gets the resource state of the streaming endpoint. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping', 'Deleting', 'Scaling'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to