Class EvaluatePoliciesProperties | Azure SDK for Net
James Stevens
Published Feb 16, 2026
Properties for evaluating a policy set.
Inheritance
EvaluatePoliciesProperties
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class EvaluatePoliciesProperties Constructors
EvaluatePoliciesProperties()
Initializes a new instance of the EvaluatePoliciesProperties class.
Declaration
public EvaluatePoliciesProperties (); EvaluatePoliciesProperties(String, String, String, String)
Initializes a new instance of the EvaluatePoliciesProperties class.
Declaration
public EvaluatePoliciesProperties (string factName = null, string factData = null, string valueOffset = null, string userObjectId = null); Parameters
| String factName The fact name. |
| String factData The fact data. |
| String valueOffset The value offset. |
| String userObjectId The user for which policies will be evaluated |
Properties
FactData
Gets or sets the fact data.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="factData")]
public string FactData { get; set; } Property Value
FactName
Gets or sets the fact name.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="factName")]
public string FactName { get; set; } Property Value
UserObjectId
Gets or sets the user for which policies will be evaluated
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="userObjectId")]
public string UserObjectId { get; set; } Property Value
ValueOffset
Gets or sets the value offset.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="valueOffset")]
public string ValueOffset { get; set; }