VerificationType Énumération
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.
Définit des valeurs pour VerificationType.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum VerificationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type VerificationType =
Public Enum VerificationType
- Héritage
-
VerificationType
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Champs
Unverified | 1 | La référence SKU de l’agent Compute Node associée doit avoir une compatibilité binaire avec l’image, mais aucune fonctionnalité spécifique n’a été vérifiée. |
Verified | 0 | La compatibilité de l’image avec la référence SKU de l’agent Compute Node associée est garantie et toutes les fonctionnalités Batch ont été confirmées pour fonctionner comme prévu. |
S’applique à
Azure SDK for .NET