ContainerGroup.Diagnostics Property

Definition

Gets or sets the diagnostic information for a container group.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.diagnostics")]
public Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroupDiagnostics Diagnostics { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diagnostics")>]
member this.Diagnostics : Microsoft.Azure.Management.ContainerInstance.Models.ContainerGroupDiagnostics with get, set
Public Property Diagnostics As ContainerGroupDiagnostics

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to