LogAnalytics.LogType Property

Definition

Gets or sets the log type to be used. Possible values include: 'ContainerInsights', 'ContainerInstanceLogs'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to