Compartir a través de


StreamingEndpoint.ResourceState Propiedad

Definición

Obtiene el estado del recurso del punto de conexión de streaming. Entre los valores posibles se incluyen: 'Detenido', '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a