DevTestLabPolicyEvaluatorType Struct
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.
The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).
public readonly struct DevTestLabPolicyEvaluatorType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicyEvaluatorType>
type DevTestLabPolicyEvaluatorType = struct
Public Structure DevTestLabPolicyEvaluatorType
Implements IEquatable(Of DevTestLabPolicyEvaluatorType)
- Inheritance
-
DevTestLabPolicyEvaluatorType
- Implements
Constructors
| Name | Description |
|---|---|
| DevTestLabPolicyEvaluatorType(String) |
Initializes a new instance of DevTestLabPolicyEvaluatorType. |
Properties
| Name | Description |
|---|---|
| AllowedValuesPolicy |
AllowedValuesPolicy. |
| MaxValuePolicy |
MaxValuePolicy. |
Methods
| Name | Description |
|---|---|
| Equals(DevTestLabPolicyEvaluatorType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DevTestLabPolicyEvaluatorType, DevTestLabPolicyEvaluatorType) |
Determines if two DevTestLabPolicyEvaluatorType values are the same. |
| Implicit(String to DevTestLabPolicyEvaluatorType) |
Converts a String to a DevTestLabPolicyEvaluatorType. |
| Inequality(DevTestLabPolicyEvaluatorType, DevTestLabPolicyEvaluatorType) |
Determines if two DevTestLabPolicyEvaluatorType values are not the same. |