次の方法で共有


AzureBlobStorageHttpLogsConfig.Enabled プロパティ

定義

構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="enabled")]
public bool? Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enabled")>]
member this.Enabled : Nullable<bool> with get, set
Public Property Enabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象