| 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 operating system of the osDiskImage.
|
OperatingSystemTypes |
WindowsVMDiskEncryptionConfiguration.osType() |
OperatingSystemTypes |
VirtualMachineScaleSetVM.osType() |
OperatingSystemTypes |
VirtualMachineScaleSetOSDisk.osType()
Get this property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.
|
OperatingSystemTypes |
VirtualMachineScaleSet.osType() |
OperatingSystemTypes |
VirtualMachineExtensionImage.osType() |
abstract OperatingSystemTypes |
VirtualMachineEncryptionConfiguration.osType() |
OperatingSystemTypes |
VirtualMachine.osType() |
OperatingSystemTypes |
SnapshotUpdate.osType()
Get the Operating System type.
|
OperatingSystemTypes |
Snapshot.osType() |
OperatingSystemTypes |
OSDisk.osType()
Get this property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.
|
OperatingSystemTypes |
LinuxVMDiskEncryptionConfiguration.osType() |
OperatingSystemTypes |
ImageOSDisk.osType()
Get this property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image.
|
OperatingSystemTypes |
GalleryImage.osType() |
OperatingSystemTypes |
DiskVolumeEncryptionMonitor.osType() |
OperatingSystemTypes |
DiskUpdate.osType()
Get the Operating System type.
|
OperatingSystemTypes |
Disk.osType() |
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 |
|---|---|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(String imageId,
OperatingSystemTypes osType)
Specifies an image containing an operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(String imageId,
OperatingSystemTypes osType)
Specifies the ID of an image containing the operating system.
|
OSDiskImage |
OSDiskImage.withOperatingSystem(OperatingSystemTypes operatingSystem)
Set the operating system of the osDiskImage.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withOsType(OperatingSystemTypes osType)
Set this property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.
|
SnapshotUpdate |
SnapshotUpdate.withOsType(OperatingSystemTypes osType)
Set the Operating System type.
|
OSDisk |
OSDisk.withOsType(OperatingSystemTypes osType)
Set this property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.
|
ImageOSDisk |
ImageOSDisk.withOsType(OperatingSystemTypes osType)
Set this property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image.
|
DiskUpdate |
DiskUpdate.withOsType(OperatingSystemTypes osType)
Set the Operating System type.
|
Snapshot.Update |
Snapshot.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
Specifies the operating system type.
|
Disk.Update |
Disk.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
Specifies the operating system.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk,
OperatingSystemTypes osType)
Specifies a specialized operating system managed disk to be attached to the virtual machine.
|
VirtualMachine.DefinitionStages.WithUnmanagedCreate |
VirtualMachine.DefinitionStages.WithOS.withSpecializedOSUnmanagedDisk(String osDiskUrl,
OperatingSystemTypes osType)
Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/