PendingField Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The list of potential values for the field that should be evaluated against Azure Policy.