次の方法で共有


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

適用対象