次の方法で共有


DataPolicyManifest.Custom プロパティ

定義

データ マニフェストのカスタム リソース定義の配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceFunctions.custom")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.DataManifestCustomResourceFunctionDefinition> Custom { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceFunctions.custom")>]
member this.Custom : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.DataManifestCustomResourceFunctionDefinition> with get, set
Public Property Custom As IList(Of DataManifestCustomResourceFunctionDefinition)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象