Uses of Class
com.azure.resourcemanager.compute.models.ImageUpdate
-
Packages that use ImageUpdate Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 ImageUpdate Modifier and Type Method Description com.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.ImageInnerImagesClient. update(String resourceGroupName, String imageName, ImageUpdate parameters)Update an image.ImageInnerImagesClient. update(String resourceGroupName, String imageName, ImageUpdate parameters, com.azure.core.util.Context context)Update an image.Mono<ImageInner>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 ImageUpdate Modifier and Type Method Description ImageUpdateImageUpdate. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImageUpdateImageUpdate. withSourceVirtualMachine(com.azure.core.management.SubResource sourceVirtualMachine)Set the sourceVirtualMachine property: The source virtual machine from which Image is created.ImageUpdateImageUpdate. withStorageProfile(ImageStorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.ImageUpdateImageUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-