| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemTypes |
OperatingSystemTypes.fromString(String value)
Parses a serialized value to a OperatingSystemTypes instance.
|
OperatingSystemTypes |
OSDiskImage.operatingSystem()
Get the operatingSystem value.
|
OperatingSystemTypes |
VirtualMachineScaleSetOSDisk.osType()
Get the osType value.
|
OperatingSystemTypes |
VirtualMachineScaleSet.osType() |
OperatingSystemTypes |
VirtualMachineExtensionImage.osType() |
OperatingSystemTypes |
VirtualMachine.osType() |
OperatingSystemTypes |
OSDisk.osType()
Get the osType value.
|
static OperatingSystemTypes |
OperatingSystemTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystemTypes[] |
OperatingSystemTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OSDiskImage |
OSDiskImage.withOperatingSystem(OperatingSystemTypes operatingSystem)
Set the operatingSystem value.
|
VirtualMachine.DefinitionStages.WithCreate |
VirtualMachine.DefinitionStages.WithOS.withOsDisk(String osDiskUrl,
OperatingSystemTypes osType)
Specifies the specialized operating system disk to be attached to the virtual machine.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withOsType(OperatingSystemTypes osType)
Set the osType value.
|
OSDisk |
OSDisk.withOsType(OperatingSystemTypes osType)
Set the osType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/