LiveEvent.ResourceState プロパティ

定義

ライブ イベントのリソース状態を取得します。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2139012 」を参照してください。 使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象