次の方法で共有


FunctionEnvelopeInner.IsDisabled プロパティ

定義

関数が無効かどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象