次の方法で共有


ApplicationGateway.EnableFips プロパティ

定義

アプリケーション ゲートウェイ リソースで FIPS が有効かどうかを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象