Uses of Enum
com.azure.resourcemanager.batch.models.AutoStorageAuthenticationMode
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoStorageAuthenticationMode in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionAutoStorageBaseProperties.authenticationMode()
Get the authenticationMode property: 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 type with the specified name.static AutoStorageAuthenticationMode[]
AutoStorageAuthenticationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAutoStorageBaseProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authenticationMode property: The authentication mode which the Batch service will use to manage the auto-storage account.AutoStorageProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authenticationMode property: The authentication mode which the Batch service will use to manage the auto-storage account.