WebSiteInstanceStatusInner.Containers Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.containers")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.ContainerInfo> Containers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.containers")>]
member this.Containers : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.ContainerInfo> with get, set
Public Property Containers As IDictionary(Of String, ContainerInfo)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to