Share via


ManagedClusterMonitorProfileMetrics(Boolean) Constructor

Definition

Initializes a new instance of ManagedClusterMonitorProfileMetrics.

public ManagedClusterMonitorProfileMetrics (bool isEnabled);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterMonitorProfileMetrics : bool -> Azure.ResourceManager.ContainerService.Models.ManagedClusterMonitorProfileMetrics
Public Sub New (isEnabled As Boolean)

Parameters

isEnabled
Boolean

Whether to enable or disable the Azure Managed Prometheus addon for Prometheus monitoring. See aka.ms/AzureManagedPrometheus-aks-enable for details on enabling and disabling.

Applies to