Condividi tramite


DataPolicyManifest.Custom Property

Definition

Gets or sets an array of data manifest custom resource definition.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to