次の方法で共有


SubscriptionUpdateParameters.AllowTracing プロパティ

定義

トレースを有効にできるかどうかを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象