Uses of Class
com.azure.resourcemanager.compute.models.ImageUpdate
Packages that use ImageUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ImageUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ImageUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImageInner>,ImageInner> ImagesClient.beginUpdate(String resourceGroupName, String imageName, ImageUpdate parameters) Update an image.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImageInner>,ImageInner> ImagesClient.beginUpdate(String resourceGroupName, String imageName, ImageUpdate parameters, com.azure.core.util.Context context) Update an image.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImageInner>,ImageInner> ImagesClient.beginUpdateAsync(String resourceGroupName, String imageName, ImageUpdate parameters) Update an image.ImagesClient.update(String resourceGroupName, String imageName, ImageUpdate parameters) Update an image.ImagesClient.update(String resourceGroupName, String imageName, ImageUpdate parameters, com.azure.core.util.Context context) Update an image.ImagesClient.updateAsync(String resourceGroupName, String imageName, ImageUpdate parameters) Update an image.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ImagesClient.updateWithResponseAsync(String resourceGroupName, String imageName, ImageUpdate parameters) Update an image. -
Uses of ImageUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageUpdateModifier and TypeMethodDescriptionImageUpdate.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImageUpdate.withSourceVirtualMachine(com.azure.core.management.SubResource sourceVirtualMachine) Set the sourceVirtualMachine property: The source virtual machine from which Image is created.ImageUpdate.withStorageProfile(ImageStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.Set the tags property: Resource tags.