次の方法で共有


DataManifestCustomResourceFunctionDefinition.AllowCustomProperties プロパティ

定義

プロパティ バッグ内のカスタム プロパティを許可するかどうかを示す値を取得または設定します。 ポリシー規則で api-version を指定する必要があります (例: vault('2019-06-01')。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象