次の方法で共有


ServiceAssociationLink.AllowDelete プロパティ

定義

true の場合、リソースを削除できる値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象