Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImage.DefinitionStages.WithCreate
Packages that use GalleryImage.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImage.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of GalleryImage.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the gallery image definition.Methods in com.azure.resourcemanager.compute.models that return GalleryImage.DefinitionStages.WithCreateModifier and TypeMethodDescriptionGalleryImage.DefinitionStages.WithDescription.withDescription(String description) Specifies description.GalleryImage.DefinitionStages.WithDisallowed.withDisallowed(Disallowed disallowed) Specifies disallowed settings.GalleryImage.DefinitionStages.WithEndOfLifeDate.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Specifies end of life date of the image.Specifies eula.GalleryImage.DefinitionStages.WithOsTypeAndState.withGeneralizedLinux()Specifies that image is a Linux image with OS state as generalized.GalleryImage.DefinitionStages.WithOsTypeAndState.withGeneralizedWindows()Specifies that image is a Windows image with OS state as generalized.GalleryImage.DefinitionStages.WithOsTypeAndState.withLinux(OperatingSystemStateTypes osState) Specifies that image is a Linux image.GalleryImage.DefinitionStages.WithPrivacyStatementUri.withPrivacyStatementUri(String privacyStatementUri) Specifies image privacy statement uri.GalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan(ImagePurchasePlan purchasePlan) Specifies purchase plan for this image.GalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan(String name, String publisher, String product) Specifies purchase plan for this image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig) Specifies recommended configuration for the virtual machine based on the image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedCPUsCountForVirtualMachine(int minCount, int maxCount) Specifies the recommended virtual CUPs for the virtual machine bases on the image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMaximumCPUsCountForVirtualMachine(int maxCount) Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on this image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMaximumMemoryForVirtualMachine(int maxMB) Specifies the recommended maximum memory for the virtual machine bases on the image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMemoryForVirtualMachine(int minMB, int maxMB) Specifies the recommended memory for the virtual machine bases on the image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMinimumCPUsCountForVirtualMachine(int minCount) Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedMinimumMemoryForVirtualMachine(int minMB) Specifies the recommended minimum memory for the virtual machine bases on the image.GalleryImage.DefinitionStages.WithReleaseNoteUri.withReleaseNoteUri(String releaseNoteUri) Specifies uri to release note.Specifies tags.GalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskType(DiskSkuTypes diskType) Specifies the disk type not supported by the image.GalleryImage.DefinitionStages.WithDisallowed.withUnsupportedDiskTypes(List<DiskSkuTypes> diskTypes) Specifies the disk types not supported by the image.GalleryImage.DefinitionStages.WithOsTypeAndState.withWindows(OperatingSystemStateTypes osState) Specifies that image is a Windows image.