共用方式為


Container.ContainerStatus Property

Definition

Gets current status of the container. Possible values include: 'OK', 'Offline', 'Unknown', 'Updating', 'NeedsAttention'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.containerStatus")]
public string ContainerStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.containerStatus")>]
member this.ContainerStatus : string
Public ReadOnly Property ContainerStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to