Share via


MSDeployLogInner.Entries Property

Definition

Gets list of log entry messages

[Newtonsoft.Json.JsonProperty(PropertyName="properties.entries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry> Entries { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.entries")>]
member this.Entries : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry>
Public ReadOnly Property Entries As IList(Of MSDeployLogEntry)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to