Language

IDataPolicyManifestProperties.ResourceFunctionCustom Property

Definition

An array of data manifest custom resource definitions.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="An array of data manifest custom resource definitions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataManifestCustomResourceFunctionDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="custom", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataManifestCustomResourceFunctionDefinition> ResourceFunctionCustom { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="An array of data manifest custom resource definitions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataManifestCustomResourceFunctionDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="custom", Update=true)>]
member this.ResourceFunctionCustom : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataManifestCustomResourceFunctionDefinition> with get, set
Public Property ResourceFunctionCustom As List(Of IDataManifestCustomResourceFunctionDefinition)

Property Value

Attributes

Applies to