| Modifier and Type | Method and Description |
|---|---|
OSDisk |
StorageProfile.osDisk()
Get the osDisk value.
|
OSDisk |
OSDisk.withCaching(CachingTypes caching)
Set the caching value.
|
OSDisk |
OSDisk.withCreateOption(DiskCreateOptionTypes createOption)
Set the createOption value.
|
OSDisk |
OSDisk.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB value.
|
OSDisk |
OSDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings)
Set the encryptionSettings value.
|
OSDisk |
OSDisk.withImage(VirtualHardDisk image)
Set the image value.
|
OSDisk |
OSDisk.withName(String name)
Set the name value.
|
OSDisk |
OSDisk.withOsType(OperatingSystemTypes osType)
Set the osType value.
|
OSDisk |
OSDisk.withVhd(VirtualHardDisk vhd)
Set the vhd value.
|
| Modifier and Type | Method and Description |
|---|---|
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.
*/