ContainerServiceManagedClusterData.NodeDisruptionPolicy Property
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.
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)