次の方法で共有


StreamingEndpoint.ResourceState プロパティ

定義

ストリーミング エンドポイントのリソースの状態を取得します。 使用できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象