public class StorageProfile extends Object
| Constructor and Description |
|---|
StorageProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<DataDisk> |
dataDisks()
Get the dataDisks value.
|
ImageReference |
imageReference()
Get the imageReference value.
|
OSDisk |
osDisk()
Get the osDisk value.
|
StorageProfile |
withDataDisks(List<DataDisk> dataDisks)
Set the dataDisks value.
|
StorageProfile |
withImageReference(ImageReference imageReference)
Set the imageReference value.
|
StorageProfile |
withOsDisk(OSDisk osDisk)
Set the osDisk value.
|
public ImageReference imageReference()
public StorageProfile withImageReference(ImageReference imageReference)
imageReference - the imageReference value to setpublic OSDisk osDisk()
public StorageProfile withOsDisk(OSDisk osDisk)
osDisk - the osDisk value to setpublic StorageProfile withDataDisks(List<DataDisk> dataDisks)
dataDisks - the dataDisks 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.
*/