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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java