ManagedClusterMetricsProfile 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 |
|---|---|
| ManagedClusterMetricsProfile() |
Initializes a new instance of the ManagedClusterMetricsProfile class. |
| ManagedClusterMetricsProfile(ManagedClusterCostAnalysis) |
Initializes a new instance of the ManagedClusterMetricsProfile class. |
ManagedClusterMetricsProfile()
Initializes a new instance of the ManagedClusterMetricsProfile class.
public ManagedClusterMetricsProfile();
Public Sub New ()
Applies to
ManagedClusterMetricsProfile(ManagedClusterCostAnalysis)
Initializes a new instance of the ManagedClusterMetricsProfile class.
public ManagedClusterMetricsProfile(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis costAnalysis = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterMetricsProfile
Public Sub New (Optional costAnalysis As ManagedClusterCostAnalysis = Nothing)
Parameters
- costAnalysis
- ManagedClusterCostAnalysis
The configuration for detailed per-Kubernetes resource cost analysis.