ManagedClusterAzureMonitorProfile 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
| 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 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 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.