次の方法で共有


EndpointInner.ResourceState プロパティ

定義

エンドポイントのリソースの状態を取得します。 使用できる値は、'Creating'、'Deleting'、'Running'、'Starting'、'Stopped'、'Stopping' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象