PSNodePool.EnableFIPS Property

Definition

Gets or sets whether to use a FIPS-enabled OS.

public bool? EnableFIPS { get; set; }
member this.EnableFIPS : Nullable<bool> with get, set
Public Property EnableFIPS As Nullable(Of Boolean)

Property Value

Remarks

See [Add a FIPS-enabled node pool](https://learn.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details.

Applies to