Condividi tramite


ResourceIdentityType Enumerazione

Definizione

Definisce i valori per 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
Ereditarietà
ResourceIdentityType
Attributi
Newtonsoft.Json.JsonConverterAttribute

Campi

None 2

L'account Batch non ha alcuna identità associata. L'impostazione nell'account None di aggiornamento rimuoverà le identità esistenti.

SystemAssigned 0

L'account Batch ha un'identità assegnata dal sistema.

UserAssigned 1

L'account Batch ha identità assegnate dall'utente.

Si applica a