Uses of Enum Class
com.microsoft.azure.management.batch.AutoStorageAuthenticationMode
Packages that use AutoStorageAuthenticationMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoStorageAuthenticationMode in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AutoStorageAuthenticationModeModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type AutoStorageAuthenticationModeModifier and TypeMethodDescriptionAutoStorageBaseProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authentication mode which the Batch service will use to manage the auto-storage account.