次の方法で共有


DeepCreatedOrigin.Enabled プロパティ

定義

負荷分散に対して配信元が有効になっているかどうかを取得または設定します。 既定では、配信元は常に有効になっています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象