| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemStateTypes |
GalleryImageInner.osState()
Get the osState property: This property allows the user to specify whether the virtual machines created under
this image are 'Generalized' or 'Specialized'.
|
| Modifier and Type | Method and Description |
|---|---|
GalleryImageInner |
GalleryImageInner.withOsState(OperatingSystemStateTypes osState)
Set the osState property: This property allows the user to specify whether the virtual machines created under
this image are 'Generalized' or 'Specialized'.
|
| 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 osState property: The OS State.
|
OperatingSystemStateTypes |
GalleryImageUpdate.osState()
Get the osState property: This property allows the user to specify whether the virtual machines created under
this image are 'Generalized' or 'Specialized'.
|
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 osState property: The OS State.
|
GalleryImageUpdate |
GalleryImageUpdate.withOsState(OperatingSystemStateTypes osState)
Set the osState property: This property allows the user to specify whether the virtual machines created under
this image are 'Generalized' or 'Specialized'.
|
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 © 2020 Microsoft Corporation. All rights reserved.