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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java