Uses of Enum
com.azure.resourcemanager.compute.models.OperatingSystemStateTypes
Packages that use OperatingSystemStateTypes
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of OperatingSystemStateTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OperatingSystemStateTypesModifier and TypeMethodDescriptionCommunityGalleryImageInner.osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.CommunityGalleryImageProperties.osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.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'.GalleryImageProperties.osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.SharedGalleryImageInner.osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.SharedGalleryImageProperties.osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type OperatingSystemStateTypesModifier and TypeMethodDescriptionCommunityGalleryImageInner.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'.CommunityGalleryImageProperties.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'.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'.GalleryImageProperties.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'.SharedGalleryImageInner.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'.SharedGalleryImageProperties.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'. -
Uses of OperatingSystemStateTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return OperatingSystemStateTypesModifier and TypeMethodDescriptionstatic OperatingSystemStateTypesOperatingSystemStateTypes.fromString(String value) Parses a serialized value to a OperatingSystemStateTypes instance.GalleryImage.osState()Gets the OS state of the image.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'.ImageOSDisk.osState()Get the osState property: The OS State.static OperatingSystemStateTypesReturns 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.Methods in com.azure.resourcemanager.compute.models with parameters of type OperatingSystemStateTypesModifier and TypeMethodDescriptionGalleryImage.DefinitionStages.WithOsTypeAndState.withLinux(OperatingSystemStateTypes osState) Specifies that image is a Linux image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromDisk(Disk sourceManagedDisk, OperatingSystemStateTypes osState) Specifies the Linux source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromDisk(String sourceManagedDiskId, OperatingSystemStateTypes osState) Specifies the Linux source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(Snapshot sourceSnapshot, OperatingSystemStateTypes osState) Specifies the Linux source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(String sourceSnapshotId, OperatingSystemStateTypes osState) Specifies the Linux source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromVhd(String sourceVhdUrl, OperatingSystemStateTypes osState) Specifies the Linux source native VHD for the OS disk image.GalleryImage.UpdateStages.WithOsState.withOsState(OperatingSystemStateTypes osState) Specifies osState.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'.ImageOSDisk.withOsState(OperatingSystemStateTypes osState) Set the osState property: The OS State.GalleryImage.DefinitionStages.WithOsTypeAndState.withWindows(OperatingSystemStateTypes osState) Specifies that image is a Windows image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromDisk(Disk sourceManagedDisk, OperatingSystemStateTypes osState) Specifies the Windows source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromDisk(String sourceManagedDiskId, OperatingSystemStateTypes osState) Specifies the Windows source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(Snapshot sourceSnapshot, OperatingSystemStateTypes osState) Specifies the Windows source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(String sourceSnapshotId, OperatingSystemStateTypes osState) Specifies the Windows source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromVhd(String sourceVhdUrl, OperatingSystemStateTypes osState) Specifies the Windows source native VHD for the OS disk image.