IMSDeployLogEntry.Type Property

Definition

Log entry type

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Message", "Warning", "Error" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="Log entry type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="type", Update=false)]
public string Type { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Message", "Warning", "Error" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="Log entry type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="type", Update=false)>]
member this.Type : string
Public ReadOnly Property Type As String

Property Value

Attributes

Applies to