Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionUpdate
Packages that use GalleryImageVersionUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersionUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryImageVersionUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>, GalleryImageVersionInner> GalleryImageVersionsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion) Update a gallery image version.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>, GalleryImageVersionInner> GalleryImageVersionsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, com.azure.core.util.Context context) Update a gallery image version.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>, GalleryImageVersionInner> GalleryImageVersionsClient.beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion) Update a gallery image version.GalleryImageVersionsClient.update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion) Update a gallery image version.GalleryImageVersionsClient.update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, com.azure.core.util.Context context) Update a gallery image version.GalleryImageVersionsClient.updateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion) Update a gallery image version.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleryImageVersionsClient.updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion) Update a gallery image version. -
Uses of GalleryImageVersionUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionUpdateModifier and TypeMethodDescriptionstatic GalleryImageVersionUpdateGalleryImageVersionUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageVersionUpdate from the JsonReader.GalleryImageVersionUpdate.withPublishingProfile(GalleryImageVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image Version.GalleryImageVersionUpdate.withSafetyProfile(GalleryImageVersionSafetyProfile safetyProfile) Set the safetyProfile property: This is the safety profile of the Gallery Image Version.GalleryImageVersionUpdate.withSecurityProfile(ImageVersionSecurityProfile securityProfile) Set the securityProfile property: The security profile of a gallery image version.GalleryImageVersionUpdate.withStorageProfile(GalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: This is the storage profile of a Gallery Image Version.Set the tags property: Resource tags.