ResourceIdentityType É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 ResourceIdentityType.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ResourceIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ResourceIdentityType =
Public Enum ResourceIdentityType
- Héritage
-
ResourceIdentityType
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Champs
None | 2 | Aucune identité n’est associée au compte Batch. La définition |
SystemAssigned | 0 | Le compte Batch possède une identité affectée par le système. |
UserAssigned | 1 | Le compte Batch possède des identités affectées par l’utilisateur. |
S’applique à
Azure SDK for .NET