ApplicationGatewayInner.EnableFips Property

Definition

Gets or sets whether FIPS is enabled on the application gateway resource.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFips")]
public bool? EnableFips { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFips")>]
member this.EnableFips : Nullable<bool> with get, set
Public Property EnableFips As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to