| Modifier and Type | Method and Description |
|---|---|
StorageProfile |
VirtualMachine.storageProfile()
Returns the storage profile of an Azure virtual machine.
|
StorageProfile |
StorageProfile.withDataDisks(List<DataDisk> dataDisks)
Set the dataDisks value.
|
StorageProfile |
StorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference value.
|
StorageProfile |
StorageProfile.withOsDisk(OSDisk osDisk)
Set the osDisk value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/