DevTestLabPolicyEvaluatorType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’évaluateur de la stratégie (par exemple, AllowedValuesPolicy, MaxValuePolicy).
public readonly struct DevTestLabPolicyEvaluatorType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPolicyEvaluatorType>
type DevTestLabPolicyEvaluatorType = struct
Public Structure DevTestLabPolicyEvaluatorType
Implements IEquatable(Of DevTestLabPolicyEvaluatorType)
- Héritage
-
DevTestLabPolicyEvaluatorType
- Implémente
Constructeurs
| DevTestLabPolicyEvaluatorType(String) |
Initialise une nouvelle instance de DevTestLabPolicyEvaluatorType. |
Propriétés
| AllowedValuesPolicy |
AllowedValuesPolicy. |
| MaxValuePolicy |
MaxValuePolicy. |
Méthodes
| Equals(DevTestLabPolicyEvaluatorType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
| ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
| Equality(DevTestLabPolicyEvaluatorType, DevTestLabPolicyEvaluatorType) |
Détermine si deux DevTestLabPolicyEvaluatorType valeurs sont identiques. |
| Implicit(String to DevTestLabPolicyEvaluatorType) |
Convertit une chaîne en DevTestLabPolicyEvaluatorType. |
| Inequality(DevTestLabPolicyEvaluatorType, DevTestLabPolicyEvaluatorType) |
Détermine si deux DevTestLabPolicyEvaluatorType valeurs ne sont pas identiques. |