你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataManifestCustomResourceFunctionDefinition.AllowCustomProperties 属性

定义

获取或设置一个值,该值指示是否允许属性包中的自定义属性。 需要在策略规则中指定 api-version,例如 - 保管库 ('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

适用于