ResourceIdentityType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. ResourceIdentityType
- com.
- java.
public enum ResourceIdentityType
extends Enum<ResourceIdentityType>
The type of identity used for the Batch account.
Fields
| NONE |
Batch account has no identity associated with it. |
| SYSTEM_ASSIGNED |
Batch account has a system assigned identity with it. |
| USER_ASSIGNED |
Batch account has user assigned identities with it. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static ResourceIdentityType fromString(String value)
Parses a serialized value to a ResourceIdentityType instance.
Parameters
- value
- String