Uses of Enum
com.azure.resourcemanager.batch.models.AutoStorageAuthenticationMode
Packages that use AutoStorageAuthenticationMode
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoStorageAuthenticationMode in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AutoStorageAuthenticationModeModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type AutoStorageAuthenticationModeModifier 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.