Uses of Class
com.azure.resourcemanager.compute.models.OperatingSystemStateTypes
-
Packages that use OperatingSystemStateTypes 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. -
-
Uses of OperatingSystemStateTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OperatingSystemStateTypes Modifier and Type Method Description OperatingSystemStateTypesCommunityGalleryImageInner. osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.OperatingSystemStateTypesCommunityGalleryImageProperties. osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.OperatingSystemStateTypesGalleryImageInner. osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.OperatingSystemStateTypesGalleryImageProperties. osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.OperatingSystemStateTypesSharedGalleryImageInner. osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.OperatingSystemStateTypesSharedGalleryImageProperties. 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 OperatingSystemStateTypes Modifier and Type Method Description CommunityGalleryImageInnerCommunityGalleryImageInner. 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'.CommunityGalleryImagePropertiesCommunityGalleryImageProperties. 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'.GalleryImageInnerGalleryImageInner. 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'.GalleryImagePropertiesGalleryImageProperties. 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'.SharedGalleryImageInnerSharedGalleryImageInner. 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'.SharedGalleryImagePropertiesSharedGalleryImageProperties. 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 OperatingSystemStateTypes Modifier and Type Method Description static OperatingSystemStateTypesOperatingSystemStateTypes. fromString(String value)Parses a serialized value to a OperatingSystemStateTypes instance.OperatingSystemStateTypesGalleryImage. osState()OperatingSystemStateTypesGalleryImageUpdate. osState()Get the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.OperatingSystemStateTypesImageOSDisk. osState()Get the osState property: The OS State.static OperatingSystemStateTypesOperatingSystemStateTypes. 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.Methods in com.azure.resourcemanager.compute.models with parameters of type OperatingSystemStateTypes Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithOsTypeAndState. withLinux(OperatingSystemStateTypes osState)Specifies that image is a Linux image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withLinuxFromDisk(Disk sourceManagedDisk, OperatingSystemStateTypes osState)Specifies the Linux source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withLinuxFromDisk(String sourceManagedDiskId, OperatingSystemStateTypes osState)Specifies the Linux source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withLinuxFromSnapshot(Snapshot sourceSnapshot, OperatingSystemStateTypes osState)Specifies the Linux source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withLinuxFromSnapshot(String sourceSnapshotId, OperatingSystemStateTypes osState)Specifies the Linux source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withLinuxFromVhd(String sourceVhdUrl, OperatingSystemStateTypes osState)Specifies the Linux source native VHD for the OS disk image.GalleryImage.UpdateGalleryImage.UpdateStages.WithOsState. withOsState(OperatingSystemStateTypes osState)Specifies osState.GalleryImageUpdateGalleryImageUpdate. 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'.ImageOSDiskImageOSDisk. withOsState(OperatingSystemStateTypes osState)Set the osState property: The OS State.GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithOsTypeAndState. withWindows(OperatingSystemStateTypes osState)Specifies that image is a Windows image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withWindowsFromDisk(Disk sourceManagedDisk, OperatingSystemStateTypes osState)Specifies the Windows source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withWindowsFromDisk(String sourceManagedDiskId, OperatingSystemStateTypes osState)Specifies the Windows source managed disk for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withWindowsFromSnapshot(Snapshot sourceSnapshot, OperatingSystemStateTypes osState)Specifies the Windows source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withWindowsFromSnapshot(String sourceSnapshotId, OperatingSystemStateTypes osState)Specifies the Windows source snapshot for the OS disk image.VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettingsVirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource. withWindowsFromVhd(String sourceVhdUrl, OperatingSystemStateTypes osState)Specifies the Windows source native VHD for the OS disk image.
-