| Modifier and Type | Method and Description |
|---|---|
DiskCreateOptionTypes |
VirtualMachineScaleSetOSDisk.createOption()
Get the createOption value.
|
DiskCreateOptionTypes |
OSDisk.createOption()
Get the createOption value.
|
DiskCreateOptionTypes |
DataDisk.createOption()
Get the createOption value.
|
DiskCreateOptionTypes |
VirtualMachineDataDisk.creationMethod() |
static DiskCreateOptionTypes |
DiskCreateOptionTypes.fromString(String value)
Parses a serialized value to a DiskCreateOptionTypes instance.
|
static DiskCreateOptionTypes |
DiskCreateOptionTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskCreateOptionTypes[] |
DiskCreateOptionTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withCreateOption(DiskCreateOptionTypes createOption)
Set the createOption value.
|
OSDisk |
OSDisk.withCreateOption(DiskCreateOptionTypes createOption)
Set the createOption value.
|
DataDisk |
DataDisk.withCreateOption(DiskCreateOptionTypes createOption)
Set the createOption value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/