SubscriptionUpdateParameters.AllowTracing Property

Definition

Gets or sets determines whether tracing can be enabled

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to