Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryImageProperties
Packages that use GalleryImageProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of GalleryImageProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImagePropertiesModifier and TypeMethodDescriptionstatic GalleryImagePropertiesGalleryImageProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageProperties from the JsonReader.GalleryImageProperties.withAllowUpdateImage(Boolean allowUpdateImage) Set the allowUpdateImage property: Optional.GalleryImageProperties.withArchitecture(Architecture architecture) Set the architecture property: CPU architecture supported by an OS disk.GalleryImageProperties.withDescription(String description) Set the description property: The description of this gallery image definition resource.GalleryImageProperties.withDisallowed(Disallowed disallowed) Set the disallowed property: Describes the disallowed disk types.GalleryImageProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image definition.Set the eula property: The Eula agreement for the gallery image definition.GalleryImageProperties.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.GalleryImageProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageProperties.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.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'.GalleryImageProperties.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.GalleryImageProperties.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The privacy statement uri.GalleryImageProperties.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageProperties.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageProperties.withReleaseNoteUri(String releaseNoteUri) Set the releaseNoteUri property: The release note uri.