Compartir a través de


DevTestLabPolicyEvaluatorType Estructura

Definición

Tipo de evaluador de la directiva (es decir, AllowedValuesPolicy, MaxValuePolicy).

public readonly struct DevTestLabPolicyEvaluatorType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicyEvaluatorType>
type DevTestLabPolicyEvaluatorType = struct
Public Structure DevTestLabPolicyEvaluatorType
Implements IEquatable(Of DevTestLabPolicyEvaluatorType)
Herencia
DevTestLabPolicyEvaluatorType
Implementaciones

Constructores

DevTestLabPolicyEvaluatorType(String)

Inicializa una nueva instancia de la clase DevTestLabPolicyEvaluatorType.

Propiedades

AllowedValuesPolicy

AllowedValuesPolicy.

MaxValuePolicy

MaxValuePolicy.

Métodos

Equals(DevTestLabPolicyEvaluatorType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(DevTestLabPolicyEvaluatorType, DevTestLabPolicyEvaluatorType)

Determina si dos DevTestLabPolicyEvaluatorType valores son iguales.

Implicit(String to DevTestLabPolicyEvaluatorType)

Convierte una cadena en un DevTestLabPolicyEvaluatorType.

Inequality(DevTestLabPolicyEvaluatorType, DevTestLabPolicyEvaluatorType)

Determina si dos DevTestLabPolicyEvaluatorType valores no son los mismos.

Se aplica a