| Modifier and Type | Method and Description |
|---|---|
AutoStorageAuthenticationMode |
AutoStorageBaseProperties.authenticationMode()
Get the authentication mode which the Batch service will use to manage the auto-storage account.
|
static AutoStorageAuthenticationMode |
AutoStorageAuthenticationMode.fromString(String value)
Parses a serialized value to a AutoStorageAuthenticationMode instance.
|
static AutoStorageAuthenticationMode |
AutoStorageAuthenticationMode.valueOf(String name)
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 Type | Method and Description |
|---|---|
AutoStorageBaseProperties |
AutoStorageBaseProperties.withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)
Set the authentication mode which the Batch service will use to manage the auto-storage account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/