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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java