Freigeben über


IManagedClusterAgentPoolProfileProperties.EnableFips Property

Definition

See Add a FIPS-enabled node pool for more details.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enableFIPS")]
public bool? EnableFips { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enableFIPS")>]
member this.EnableFips : Nullable<bool> with get, set
Public Property EnableFips As Nullable(Of Boolean)

Property Value

Attributes

Applies to