Share via


DevTestLabPolicyEvaluatorType Struct

Definition

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

DevTestLabPolicyEvaluatorType(String)

Initializes a new instance of DevTestLabPolicyEvaluatorType.

Properties

AllowedValuesPolicy

AllowedValuesPolicy.

MaxValuePolicy

MaxValuePolicy.

Methods

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

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.

Applies to