public class ImageStorageProfile extends Object
| Constructor and Description |
|---|
ImageStorageProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<ImageDataDisk> |
dataDisks()
Get the dataDisks value.
|
ImageOSDisk |
osDisk()
Get the osDisk value.
|
ImageStorageProfile |
withDataDisks(List<ImageDataDisk> dataDisks)
Set the dataDisks value.
|
ImageStorageProfile |
withOsDisk(ImageOSDisk osDisk)
Set the osDisk value.
|
public ImageOSDisk osDisk()
public ImageStorageProfile withOsDisk(ImageOSDisk osDisk)
osDisk - the osDisk value to setpublic List<ImageDataDisk> dataDisks()
public ImageStorageProfile withDataDisks(List<ImageDataDisk> 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.
*/