次の方法で共有


P2SConnectionConfiguration.EnableInternetSecurity プロパティ

定義

P2S 接続に対してインターネットセキュリティを有効にするフラグを有効にするかどうかを示すフラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象