次の方法で共有


DataImportDetails.LogCollectionLevel プロパティ

定義

収集するログのレベルを取得または設定します。 指定できる値は、'Error'、'Verbose' です。

[Newtonsoft.Json.JsonProperty(PropertyName="logCollectionLevel")]
public Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel? LogCollectionLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="logCollectionLevel")>]
member this.LogCollectionLevel : Nullable<Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel> with get, set
Public Property LogCollectionLevel As Nullable(Of LogCollectionLevel)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象