public class AutoStorageBaseProperties extends Object
| Constructor and Description |
|---|
AutoStorageBaseProperties() |
| Modifier and Type | Method and Description |
|---|---|
AutoStorageAuthenticationMode |
authenticationMode()
Get the authentication mode which the Batch service will use to manage the auto-storage account.
|
ComputeNodeIdentityReference |
nodeIdentityReference()
Get the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.
|
String |
storageAccountId()
Get the resource ID of the storage account to be used for auto-storage account.
|
AutoStorageBaseProperties |
withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)
Set the authentication mode which the Batch service will use to manage the auto-storage account.
|
AutoStorageBaseProperties |
withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)
Set the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.
|
AutoStorageBaseProperties |
withStorageAccountId(String storageAccountId)
Set the resource ID of the storage account to be used for auto-storage account.
|
public String storageAccountId()
public AutoStorageBaseProperties withStorageAccountId(String storageAccountId)
storageAccountId - the storageAccountId value to setpublic AutoStorageAuthenticationMode authenticationMode()
public AutoStorageBaseProperties withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)
authenticationMode - the authenticationMode value to setpublic ComputeNodeIdentityReference nodeIdentityReference()
public AutoStorageBaseProperties withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)
nodeIdentityReference - the nodeIdentityReference value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/