Container.ContainerStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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