| 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 |
|---|---|
OperatingSystemTypes |
RunCommandDocumentBaseInner.osType()
Get the osType property: The Operating System type.
|
OperatingSystemTypes |
SnapshotInner.osType()
Get the osType property: The Operating System type.
|
OperatingSystemTypes |
DiskInner.osType()
Get the osType property: The Operating System type.
|
OperatingSystemTypes |
GalleryImageInner.osType()
Get the osType property: This property allows you to specify the type of the OS that is included in the disk when
creating a VM from a managed image.
|
OperatingSystemTypes |
GalleryApplicationInner.supportedOSType()
Get the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
| Modifier and Type | Method and Description |
|---|---|
RunCommandDocumentBaseInner |
RunCommandDocumentBaseInner.withOsType(OperatingSystemTypes osType)
Set the osType property: The Operating System type.
|
SnapshotInner |
SnapshotInner.withOsType(OperatingSystemTypes osType)
Set the osType property: The Operating System type.
|
DiskInner |
DiskInner.withOsType(OperatingSystemTypes osType)
Set the osType property: The Operating System type.
|
GalleryImageInner |
GalleryImageInner.withOsType(OperatingSystemTypes osType)
Set the osType property: This property allows you to specify the type of the OS that is included in the disk when
creating a VM from a managed image.
|
GalleryApplicationInner |
GalleryApplicationInner.withSupportedOSType(OperatingSystemTypes supportedOSType)
Set the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
| 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 property: The operating system of the osDiskImage.
|
OperatingSystemTypes |
VirtualMachine.osType() |
OperatingSystemTypes |
VirtualMachineExtensionImage.osType() |
OperatingSystemTypes |
ImageOSDisk.osType()
Get the osType property: 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 |
GalleryImageUpdate.osType()
Get the osType property: This property allows you to specify the type of the OS that is included in the disk when
creating a VM from a managed image.
|
OperatingSystemTypes |
Disk.osType() |
OperatingSystemTypes |
Snapshot.osType() |
OperatingSystemTypes |
WindowsVMDiskEncryptionConfiguration.osType() |
OperatingSystemTypes |
LinuxVMDiskEncryptionConfiguration.osType() |
OperatingSystemTypes |
VirtualMachineScaleSetVM.osType() |
OperatingSystemTypes |
VirtualMachineScaleSet.osType() |
OperatingSystemTypes |
SnapshotUpdate.osType()
Get the osType property: the Operating System type.
|
OperatingSystemTypes |
OSDisk.osType()
Get the osType property: 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 |
DiskUpdate.osType()
Get the osType property: the Operating System type.
|
abstract OperatingSystemTypes |
VirtualMachineEncryptionConfiguration.osType() |
OperatingSystemTypes |
VirtualMachineScaleSetOSDisk.osType()
Get the osType property: 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 |
DiskVolumeEncryptionMonitor.osType() |
OperatingSystemTypes |
GalleryImage.osType() |
OperatingSystemTypes |
GalleryApplicationUpdate.supportedOSType()
Get the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
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 |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(String imageId,
OperatingSystemTypes osType)
Specifies the ID of an image containing the operating system.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(String imageId,
OperatingSystemTypes osType)
Specifies an image containing an operating system.
|
OSDiskImage |
OSDiskImage.withOperatingSystem(OperatingSystemTypes operatingSystem)
Set the operatingSystem property: The operating system of the osDiskImage.
|
ImageOSDisk |
ImageOSDisk.withOsType(OperatingSystemTypes osType)
Set the osType property: 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.
|
GalleryImageUpdate |
GalleryImageUpdate.withOsType(OperatingSystemTypes osType)
Set the osType property: This property allows you to specify the type of the OS that is included in the disk when
creating a VM from a managed image.
|
SnapshotUpdate |
SnapshotUpdate.withOsType(OperatingSystemTypes osType)
Set the osType property: the Operating System type.
|
OSDisk |
OSDisk.withOsType(OperatingSystemTypes osType)
Set the osType property: 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.
|
DiskUpdate |
DiskUpdate.withOsType(OperatingSystemTypes osType)
Set the osType property: the Operating System type.
|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withOsType(OperatingSystemTypes osType)
Set the osType property: 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.
|
Disk.Update |
Disk.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
Specifies the operating system.
|
Snapshot.Update |
Snapshot.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
Specifies the operating system type.
|
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.
|
GalleryApplicationUpdate |
GalleryApplicationUpdate.withSupportedOSType(OperatingSystemTypes supportedOSType)
Set the supportedOSType property: This property allows you to specify the supported type of the OS that
application is built for.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.