Condividi tramite


PoolIdentityType Enumerazione

Definizione

Definisce i valori per PoolIdentityType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PoolIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PoolIdentityType = 
Public Enum PoolIdentityType
Ereditarietà
PoolIdentityType
Attributi
Newtonsoft.Json.JsonConverterAttribute

Campi

None 1

Al pool di Batch non è associata alcuna identità. L'impostazione None nel pool di aggiornamenti rimuoverà le identità esistenti.

UserAssigned 0

Il pool di Batch ha identità assegnate dall'utente.

Si applica a