次の方法で共有


InboundNatPool.EnableFloatingIP プロパティ

定義

SQL AlwaysOn 可用性グループの構成に必要なフローティング IP 機能の仮想マシンのエンドポイントを取得または設定します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象