public class AzureFileVolume extends Object
| Constructor and Description | 
|---|
AzureFileVolume()  | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
readOnly()
Get the flag indicating whether the Azure File shared mounted as a volume is read-only. 
 | 
String | 
shareName()
Get the name of the Azure File share to be mounted as a volume. 
 | 
String | 
storageAccountKey()
Get the storage account access key used to access the Azure File share. 
 | 
String | 
storageAccountName()
Get the name of the storage account that contains the Azure File share. 
 | 
AzureFileVolume | 
withReadOnly(Boolean readOnly)
Set the flag indicating whether the Azure File shared mounted as a volume is read-only. 
 | 
AzureFileVolume | 
withShareName(String shareName)
Set the name of the Azure File share to be mounted as a volume. 
 | 
AzureFileVolume | 
withStorageAccountKey(String storageAccountKey)
Set the storage account access key used to access the Azure File share. 
 | 
AzureFileVolume | 
withStorageAccountName(String storageAccountName)
Set the name of the storage account that contains the Azure File share. 
 | 
public String shareName()
public AzureFileVolume withShareName(String shareName)
shareName - the shareName value to setpublic Boolean readOnly()
public AzureFileVolume withReadOnly(Boolean readOnly)
readOnly - the readOnly value to setpublic String storageAccountName()
public AzureFileVolume withStorageAccountName(String storageAccountName)
storageAccountName - the storageAccountName value to setpublic String storageAccountKey()
public AzureFileVolume withStorageAccountKey(String storageAccountKey)
storageAccountKey - the storageAccountKey value to setCopyright © 2019. All rights reserved.