ManagedClusterMetricsProfile Constructors

Definition

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.

Applies to