ResourceIdentityType Enum
- java.
lang. Object - java.
lang. Enum<ResourceIdentityType> - com.
microsoft. azure. management. batch. ResourceIdentityType
- com.
- java.
public enum ResourceIdentityType
Defines values for ResourceIdentityType.
Fields
NONE |
Batch account has no identity associated with it. Setting `None` in update account will remove existing identities. |
SYSTEM_ASSIGNED |
Batch account has a system assigned identity with it. |
USER_ASSIGNED |
Batch account has user assigned identities with it. |
Methods
fromString(String value)
public static ResourceIdentityType fromString(String value)
Parses a serialized value to a ResourceIdentityType instance.
Parameters
- value
- String
Returns
the parsed ResourceIdentityType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.