共用方式為


MSDeployLogEntry.Type 屬性

定義

取得記錄專案類型。 可能的值包括:'Message'、'Warning'、'Error'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntryType? Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntryType>
Public ReadOnly Property Type As Nullable(Of MSDeployLogEntryType)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於