| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemStateTypes |
OperatingSystemStateTypes.fromString(String value)
Parses a serialized value to a OperatingSystemStateTypes instance.
|
OperatingSystemStateTypes |
ImageOSDisk.osState()
Get the OS State.
|
OperatingSystemStateTypes |
GalleryImage.osState() |
static OperatingSystemStateTypes |
OperatingSystemStateTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystemStateTypes[] |
OperatingSystemStateTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithOsTypeAndState.withLinux(OperatingSystemStateTypes osState)
Specifies that image is a Linux image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromDisk(Disk sourceManagedDisk,
OperatingSystemStateTypes osState)
Specifies the Linux source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromDisk(String sourceManagedDiskId,
OperatingSystemStateTypes osState)
Specifies the Linux source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState)
Specifies the Linux source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(String sourceSnapshotId,
OperatingSystemStateTypes osState)
Specifies the Linux source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromVhd(String sourceVhdUrl,
OperatingSystemStateTypes osState)
Specifies the Linux source native VHD for the OS disk image.
|
ImageOSDisk |
ImageOSDisk.withOsState(OperatingSystemStateTypes osState)
Set the OS State.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithOsState.withOsState(OperatingSystemStateTypes osState)
Specifies osState.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithOsTypeAndState.withWindows(OperatingSystemStateTypes osState)
Specifies that image is a Windows image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromDisk(Disk sourceManagedDisk,
OperatingSystemStateTypes osState)
Specifies the Windows source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromDisk(String sourceManagedDiskId,
OperatingSystemStateTypes osState)
Specifies the Windows source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState)
Specifies the Windows source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(String sourceSnapshotId,
OperatingSystemStateTypes osState)
Specifies the Windows source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromVhd(String sourceVhdUrl,
OperatingSystemStateTypes osState)
Specifies the Windows source native VHD for the OS disk image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/