ManagedClusterAzureMonitorProfileContainerInsights.IsCustomMetricsDisabled 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.
Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false.
public bool? IsCustomMetricsDisabled { get; set; }
member this.IsCustomMetricsDisabled : Nullable<bool> with get, set
Public Property IsCustomMetricsDisabled As Nullable(Of Boolean)