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

적용 대상