PSContainerServiceAgentPoolProfile.EnableFIPS 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.
Overloads
EnableFIPS |
Gets or sets whether to use a FIPS-enabled OS. |
EnableFIPS
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.