ManagedClusterAzureMonitorProfile Constructors

Definition

Overloads

Name Description
ManagedClusterAzureMonitorProfile()

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

ManagedClusterAzureMonitorProfile(ManagedClusterAzureMonitorProfileMetrics)

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

ManagedClusterAzureMonitorProfile(ManagedClusterAzureMonitorProfileMetrics, ManagedClusterAzureMonitorProfileAppMonitoring)

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

ManagedClusterAzureMonitorProfile(ManagedClusterAzureMonitorProfileMetrics, ManagedClusterAzureMonitorProfileAppMonitoring)

Initializes a new instance of the ManagedClusterAzureMonitorProfile class.

public ManagedClusterAzureMonitorProfile(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics metrics = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring appMonitoring = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileMetrics * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfileAppMonitoring -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAzureMonitorProfile
Public Sub New (Optional metrics As ManagedClusterAzureMonitorProfileMetrics = Nothing, Optional appMonitoring As ManagedClusterAzureMonitorProfileAppMonitoring = 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.

appMonitoring
ManagedClusterAzureMonitorProfileAppMonitoring

Application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview.

Applies to