ManagedClusterAzureMonitorProfileMetrics Constructors
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.
Overloads
ManagedClusterAzureMonitorProfileMetrics() |
Initializes a new instance of the ManagedClusterAzureMonitorProfileMetrics class. |
ManagedClusterAzureMonitorProfileMetrics(Boolean, ManagedClusterAzureMonitorProfileKubeStateMetrics) |
Initializes a new instance of the ManagedClusterAzureMonitorProfileMetrics class. |
ManagedClusterAzureMonitorProfileMetrics()
Initializes a new instance of the ManagedClusterAzureMonitorProfileMetrics class.
public ManagedClusterAzureMonitorProfileMetrics ();
Public Sub New ()
Applies to
ManagedClusterAzureMonitorProfileMetrics(Boolean, ManagedClusterAzureMonitorProfileKubeStateMetrics)
Initializes a new instance of the ManagedClusterAzureMonitorProfileMetrics class.
public ManagedClusterAzureMonitorProfileMetrics (bool enabled, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileKubeStateMetrics kubeStateMetrics = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics : bool * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileKubeStateMetrics -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics
Public Sub New (enabled As Boolean, Optional kubeStateMetrics As ManagedClusterAzureMonitorProfileKubeStateMetrics = Nothing)
Parameters
- enabled
- 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.
- kubeStateMetrics
- ManagedClusterAzureMonitorProfileKubeStateMetrics
Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details.