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.
|
Modifier and Type | Method and 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.
|
GalleryInner |
GalleriesClient.update(String resourceGroupName,
String galleryName,
GalleryUpdate gallery)
Update a Shared Image Gallery.
|
GalleryInner |
GalleriesClient.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.
|
Modifier and Type | Method and Description |
---|---|
GalleryUpdate |
GalleryUpdate.withDescription(String description)
Set the description property: The description of this Shared Image Gallery resource.
|
GalleryUpdate |
GalleryUpdate.withIdentifier(GalleryIdentifier identifier)
Set the identifier property: Describes the gallery unique name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.