Share via


RunbookCreateOrUpdateDraftProperties.LogActivityTrace Property

Definition

Gets or sets the activity-level tracing options of the runbook.

public int LogActivityTrace { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="logActivityTrace")]
public int? LogActivityTrace { get; set; }
member this.LogActivityTrace : int with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="logActivityTrace")>]
member this.LogActivityTrace : Nullable<int> with get, set
Public Property LogActivityTrace As Integer
Public Property LogActivityTrace As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to