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