Language

IDataPolicyManifestProperties.FieldValue Property

Definition

The non-alias field accessor values that can be used in the policy rule.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The non-alias field accessor values that can be used in the policy rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="fieldValues", Update=true)]
public System.Collections.Generic.List<string> FieldValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The non-alias field accessor values that can be used in the policy rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="fieldValues", Update=true)>]
member this.FieldValue : System.Collections.Generic.List<string> with get, set
Public Property FieldValue As List(Of String)

Property Value

Attributes

Applies to