Language

IDataPolicyManifest.Effect Property

Definition

The effect definition.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The effect definition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataEffect) }, Read=true, ReadOnly=false, Required=false, SerializedName="effects", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataEffect> Effect { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The effect definition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataEffect) }, Read=true, ReadOnly=false, Required=false, SerializedName="effects", Update=true)>]
member this.Effect : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataEffect> with get, set
Public Property Effect As List(Of IDataEffect)

Property Value

Attributes

Applies to