Share via


ManagedClusterAzureMonitorProfile Constructors

Definition

Overloads

ManagedClusterAzureMonitorProfile()

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

ManagedClusterAzureMonitorProfile(ManagedClusterAzureMonitorProfileMetrics)

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

ManagedClusterAzureMonitorProfile()

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

public ManagedClusterAzureMonitorProfile ();
Public Sub New ()

Applies to

ManagedClusterAzureMonitorProfile(ManagedClusterAzureMonitorProfileMetrics)

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

public ManagedClusterAzureMonitorProfile (Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics metrics = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile
Public Sub New (Optional metrics As ManagedClusterAzureMonitorProfileMetrics = Nothing)

Parameters

metrics
ManagedClusterAzureMonitorProfileMetrics

Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview.

Applies to