Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageUpdate
Packages that use GalleryImageUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryImageUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> GalleryImagesClient.beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage) Update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> GalleryImagesClient.beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage, com.azure.core.util.Context context) Update a gallery image definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> GalleryImagesClient.beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage) Update a gallery image definition.GalleryImagesClient.update(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage) Update a gallery image definition.GalleryImagesClient.update(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage, com.azure.core.util.Context context) Update a gallery image definition.GalleryImagesClient.updateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage) Update a gallery image definition.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>GalleryImagesClient.updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage) Update a gallery image definition. -
Uses of GalleryImageUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageUpdateModifier and TypeMethodDescriptionGalleryImageUpdate.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.GalleryImageUpdate.withDescription(String description) Set the description property: The description of this gallery image definition resource.GalleryImageUpdate.withDisallowed(Disallowed disallowed) Set the disallowed property: Describes the disallowed disk types.GalleryImageUpdate.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.GalleryImageUpdate.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.GalleryImageUpdate.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageUpdate.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.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'.GalleryImageUpdate.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.GalleryImageUpdate.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The privacy statement uri.GalleryImageUpdate.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageUpdate.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageUpdate.withReleaseNoteUri(String releaseNoteUri) Set the releaseNoteUri property: The release note uri.Set the tags property: Resource tags.