ContainerServiceManagedClusterData.NodeDisruptionPolicy Property

Definition

The policy configuration for when to allow certain operations which require node re-image and trigger redeployment. For example, some operations, such as updating the .properties.ManagedClusterSecurityProfile.customCATrustCertificates field on an existing managed cluster, trigger rolling updates of the nodes. This setting allows control over when such updates are accepted. The default is 'Allow'. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy".

public Azure.ResourceManager.ContainerService.Models.NodeDisruptionPolicy? NodeDisruptionPolicy { get; set; }
member this.NodeDisruptionPolicy : Nullable<Azure.ResourceManager.ContainerService.Models.NodeDisruptionPolicy> with get, set
Public Property NodeDisruptionPolicy As Nullable(Of NodeDisruptionPolicy)

Property Value

Applies to