AutoStorageAuthenticationMode Enum
- java.
lang. Object - java.
lang. Enum<AutoStorageAuthenticationMode> - com.
microsoft. azure. management. batch. AutoStorageAuthenticationMode
- com.
- java.
public enum AutoStorageAuthenticationMode
Defines values for AutoStorageAuthenticationMode.
Fields
BATCH_ACCOUNT_MANAGED_IDENTITY |
The Batch service will authenticate requests to auto-storage using the managed identity assigned to the Batch account. |
STORAGE_KEYS |
The Batch service will authenticate requests to auto-storage using storage account keys. |
Methods
fromString(String value)
public static AutoStorageAuthenticationMode fromString(String value)
Parses a serialized value to a AutoStorageAuthenticationMode instance.
Parameters
- value
- String
Returns
the parsed AutoStorageAuthenticationMode 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