Uses of Class
com.azure.resourcemanager.compute.models.GalleryUpdate
-
Packages that use GalleryUpdate 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 GalleryUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryUpdate Modifier and Type Method Description com.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.GalleryInnerGalleriesClient. update(String resourceGroupName, String galleryName, GalleryUpdate gallery)Update a Shared Image Gallery.GalleryInnerGalleriesClient. update(String resourceGroupName, String galleryName, GalleryUpdate gallery, com.azure.core.util.Context context)Update a Shared Image Gallery.Mono<GalleryInner>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 GalleryUpdate Modifier and Type Method Description GalleryUpdateGalleryUpdate. withDescription(String description)Set the description property: The description of this Shared Image Gallery resource.GalleryUpdateGalleryUpdate. withIdentifier(GalleryIdentifier identifier)Set the identifier property: Describes the gallery unique name.GalleryUpdateGalleryUpdate. withSharingProfile(SharingProfile sharingProfile)Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryUpdateGalleryUpdate. withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery.GalleryUpdateGalleryUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-