ArmContainerServiceModelFactory.ManagedClusterHealthMonitorProfile Method
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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterHealthMonitorProfile ManagedClusterHealthMonitorProfile(bool? isContinuousControlPlaneAndAddonMonitorEnabled = default, bool? isOnDemandMonitorEnabled = default);
static member ManagedClusterHealthMonitorProfile : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterHealthMonitorProfile
Public Shared Function ManagedClusterHealthMonitorProfile (Optional isContinuousControlPlaneAndAddonMonitorEnabled As Nullable(Of Boolean) = Nothing, Optional isOnDemandMonitorEnabled As Nullable(Of Boolean) = Nothing) As ManagedClusterHealthMonitorProfile
Parameters
Whether to enable continuous control plane and addon monitor.
Returns
A new ManagedClusterHealthMonitorProfile instance for mocking.