共用方式為


TriggerSupportPackageRequest.Include Property

Definition

Gets or sets type of files, which need to be included in the logs This will contain the type of logs (Default/DefaultWithDumps/None/All/DefaultWithArchived) or a comma separated list of log types that are required

[Newtonsoft.Json.JsonProperty(PropertyName="properties.include")]
public string Include { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.include")>]
member this.Include : string with get, set
Public Property Include As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to