| Modifier and Type | Method and Description |
|---|---|
AzureFileVolume |
Volume.azureFile()
Get the azureFile value.
|
AzureFileVolume |
AzureFileVolume.withReadOnly(Boolean readOnly)
Set the readOnly value.
|
AzureFileVolume |
AzureFileVolume.withShareName(String shareName)
Set the shareName value.
|
AzureFileVolume |
AzureFileVolume.withStorageAccountKey(String storageAccountKey)
Set the storageAccountKey value.
|
AzureFileVolume |
AzureFileVolume.withStorageAccountName(String storageAccountName)
Set the storageAccountName value.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.withAzureFile(AzureFileVolume azureFile)
Set the azureFile value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/