public class Volume extends Object
| Constructor and Description |
|---|
Volume() |
| Modifier and Type | Method and Description |
|---|---|
AzureFileVolume |
azureFile()
Get the azureFile value.
|
String |
name()
Get the name value.
|
Volume |
withAzureFile(AzureFileVolume azureFile)
Set the azureFile value.
|
Volume |
withName(String name)
Set the name value.
|
public String name()
public Volume withName(String name)
name - the name value to setpublic AzureFileVolume azureFile()
public Volume withAzureFile(AzureFileVolume azureFile)
azureFile - the azureFile 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.
*/