NetworkRuleSet.TrustedServiceAccessEnabled プロパティ

定義

信頼されたサービス アクセスが有効かどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象