Uses of Interface
com.microsoft.azure.management.compute.GalleryImage.Update
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of GalleryImage.Update in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionGalleryImage.UpdateStages.WithDescription.withDescription
(String description) Specifies description of the gallery image resource.GalleryImage.UpdateStages.WithDisallowed.withDisallowed
(Disallowed disallowed) Specifies disallowed settings.GalleryImage.UpdateStages.WithEndOfLifeDate.withEndOfLifeDate
(org.joda.time.DateTime endOfLifeDate) Specifies end of life date of the image.Specifies eula.GalleryImage.UpdateStages.WithOsState.withOsState
(OperatingSystemStateTypes osState) Specifies osState.GalleryImage.UpdateStages.WithDisallowed.withoutUnsupportedDiskType
(DiskSkuTypes diskType) Specifies the disk type should be removed from the unsupported disk type.GalleryImage.UpdateStages.WithPrivacyStatementUri.withPrivacyStatementUri
(String privacyStatementUri) Specifies image privacy statement uri.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine
(RecommendedMachineConfiguration recommendedConfig) Specifies recommended configuration for the virtual machine based on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedCPUsCountForVirtualMachine
(int minCount, int maxCount) Specifies the recommended virtual CUPs for the virtual machine bases on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMaximumCPUsCountForVirtualMachine
(int maxCount) Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMaximumMemoryForVirtualMachine
(int maxMB) Specifies the recommended maximum memory for the virtual machine bases on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMemoryForVirtualMachine
(int minMB, int maxMB) Specifies the recommended virtual CUPs for the virtual machine bases on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMinimumCPUsCountForVirtualMachine
(int minCount) Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedMinimumMemoryForVirtualMachine
(int minMB) Specifies the recommended minimum memory for the virtual machine bases on the image.GalleryImage.UpdateStages.WithReleaseNoteUri.withReleaseNoteUri
(String releaseNoteUri) Specifies release note uri.Specifies tags.GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskType
(DiskSkuTypes diskType) Specifies the disk type not supported by the image.GalleryImage.UpdateStages.WithDisallowed.withUnsupportedDiskTypes
(List<DiskSkuTypes> diskTypes) Specifies the disk types not supported by the image.