共用方式為


OperationServiceSpecification.LogSpecifications Property

Definition

Gets or sets details about operations related to logs.

[Newtonsoft.Json.JsonProperty(PropertyName="logSpecifications")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification> LogSpecifications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="logSpecifications")>]
member this.LogSpecifications : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification> with get, set
Public Property LogSpecifications As IList(Of OperationLogSpecification)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to