Uses of Enum Class
com.microsoft.azure.management.batch.AutoStorageAuthenticationMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoStorageAuthenticationMode in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionAutoStorageBaseProperties.authenticationMode()
Get the authentication mode which the Batch service will use to manage the auto-storage account.AutoStorageAuthenticationMode.fromString
(String value) Parses a serialized value to a AutoStorageAuthenticationMode instance.Returns the enum constant of this class with the specified name.static AutoStorageAuthenticationMode[]
AutoStorageAuthenticationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAutoStorageBaseProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authentication mode which the Batch service will use to manage the auto-storage account.