ISnapshotProperties.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.
Whether to use a FIPS-enabled OS.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to use a FIPS-enabled OS.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="enableFIPS")]
public bool? EnableFips { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to use a FIPS-enabled OS.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="enableFIPS")>]
member this.EnableFips : Nullable<bool>
Public ReadOnly Property EnableFips As Nullable(Of Boolean)
Property Value
- Attributes