Share via


PendingField Constructors

Definition

Overloads

PendingField()

Initializes a new instance of the PendingField class.

PendingField(String, IList<String>)

Initializes a new instance of the PendingField class.

PendingField()

Initializes a new instance of the PendingField class.

public PendingField ();
Public Sub New ()

Applies to

PendingField(String, IList<String>)

Initializes a new instance of the PendingField class.

public PendingField (string field, System.Collections.Generic.IList<string> values = default);
new Microsoft.Azure.Management.PolicyInsights.Models.PendingField : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.PolicyInsights.Models.PendingField
Public Sub New (field As String, Optional values As IList(Of String) = Nothing)

Parameters

field
String

The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.

values
IList<String>

The list of potential values for the field that should be evaluated against Azure Policy.

Applies to