IMSDeployLogProperties.Entry Property

Definition

List of log entry messages

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="List of log entry messages", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployLogEntry) }, Read=true, ReadOnly=true, Required=false, SerializedName="entries", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployLogEntry> Entry { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="List of log entry messages", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployLogEntry) }, Read=true, ReadOnly=true, Required=false, SerializedName="entries", Update=false)>]
member this.Entry : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IMSDeployLogEntry>
Public ReadOnly Property Entry As List(Of IMSDeployLogEntry)

Property Value

Attributes

Applies to