Uses of Class
com.azure.resourcemanager.compute.models.GalleryUpdate
Packages that use GalleryUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>, GalleryInner> GalleriesClient.beginUpdate(String resourceGroupName, String galleryName, GalleryUpdate gallery) Update a Shared Image Gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>, GalleryInner> GalleriesClient.beginUpdate(String resourceGroupName, String galleryName, GalleryUpdate gallery, com.azure.core.util.Context context) Update a Shared Image Gallery.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryInner>, GalleryInner> GalleriesClient.beginUpdateAsync(String resourceGroupName, String galleryName, GalleryUpdate gallery) Update a Shared Image Gallery.GalleriesClient.update(String resourceGroupName, String galleryName, GalleryUpdate gallery) Update a Shared Image Gallery.GalleriesClient.update(String resourceGroupName, String galleryName, GalleryUpdate gallery, com.azure.core.util.Context context) Update a Shared Image Gallery.GalleriesClient.updateAsync(String resourceGroupName, String galleryName, GalleryUpdate gallery) Update a Shared Image Gallery.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleriesClient.updateWithResponseAsync(String resourceGroupName, String galleryName, GalleryUpdate gallery) Update a Shared Image Gallery. -
Uses of GalleryUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryUpdateModifier and TypeMethodDescriptionstatic GalleryUpdateGalleryUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryUpdate from the JsonReader.GalleryUpdate.withDescription(String description) Set the description property: The description of this Shared Image Gallery resource.GalleryUpdate.withIdentifier(GalleryIdentifier identifier) Set the identifier property: Describes the gallery unique name.GalleryUpdate.withIdentity(GalleryIdentity identity) Set the identity property: The identity of the gallery, if configured.GalleryUpdate.withSharingProfile(SharingProfile sharingProfile) Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryUpdate.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy) Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.Set the tags property: Resource tags.