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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java