public class AzureFileVolume extends Object
| Constructor and Description |
|---|
AzureFileVolume() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
readOnly()
Get the readOnly value.
|
String |
shareName()
Get the shareName value.
|
String |
storageAccountKey()
Get the storageAccountKey value.
|
String |
storageAccountName()
Get the storageAccountName value.
|
AzureFileVolume |
withReadOnly(Boolean readOnly)
Set the readOnly value.
|
AzureFileVolume |
withShareName(String shareName)
Set the shareName value.
|
AzureFileVolume |
withStorageAccountKey(String storageAccountKey)
Set the storageAccountKey value.
|
AzureFileVolume |
withStorageAccountName(String storageAccountName)
Set the storageAccountName value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/