IOnlineDeployment.AppInsightsEnabled Property

Definition

If true, enables Application Insights logging.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="If true, enables Application Insights logging.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="appInsightsEnabled", Update=true)]
public bool? AppInsightsEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="If true, enables Application Insights logging.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="appInsightsEnabled", Update=true)>]
member this.AppInsightsEnabled : Nullable<bool> with get, set
Public Property AppInsightsEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to