com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery) |
Create or update a Shared Image Gallery.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery) |
Create or update a Shared Image Gallery.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery,
com.azure.core.util.Context context) |
Create or update a Shared Image Gallery.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery,
com.azure.core.util.Context context) |
Create or update a Shared Image Gallery.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
GalleryInner gallery) |
Create or update a Shared Image Gallery.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
GalleryInner gallery) |
Create or 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) |
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) |
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.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.
|
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.
|
Mono<GalleryInner> |
GalleriesClient.createOrUpdateAsync(String resourceGroupName,
String galleryName,
GalleryInner gallery) |
Create or update a Shared Image Gallery.
|
Mono<GalleryInner> |
GalleriesClient.getByResourceGroupAsync(String resourceGroupName,
String galleryName) |
Retrieves information about a Shared Image Gallery.
|
Mono<GalleryInner> |
GalleriesClient.getByResourceGroupAsync(String resourceGroupName,
String galleryName,
SelectPermissions select,
GalleryExpandParams expand) |
Retrieves information about a Shared Image Gallery.
|
com.azure.core.http.rest.Response<GalleryInner> |
GalleriesClient.getByResourceGroupWithResponse(String resourceGroupName,
String galleryName,
SelectPermissions select,
GalleryExpandParams expand,
com.azure.core.util.Context context) |
Retrieves information about a Shared Image Gallery.
|
Mono<com.azure.core.http.rest.Response<GalleryInner>> |
GalleriesClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String galleryName,
SelectPermissions select,
GalleryExpandParams expand) |
Retrieves information about a Shared Image Gallery.
|
com.azure.core.http.rest.PagedIterable<GalleryInner> |
GalleriesClient.list() |
List galleries under a subscription.
|
com.azure.core.http.rest.PagedIterable<GalleryInner> |
GalleriesClient.list(com.azure.core.util.Context context) |
List galleries under a subscription.
|
com.azure.core.http.rest.PagedFlux<GalleryInner> |
GalleriesClient.listAsync() |
List galleries under a subscription.
|
com.azure.core.http.rest.PagedIterable<GalleryInner> |
GalleriesClient.listByResourceGroup(String resourceGroupName) |
List galleries under a resource group.
|
com.azure.core.http.rest.PagedIterable<GalleryInner> |
GalleriesClient.listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context) |
List galleries under a resource group.
|
com.azure.core.http.rest.PagedFlux<GalleryInner> |
GalleriesClient.listByResourceGroupAsync(String resourceGroupName) |
List galleries under a resource group.
|
Mono<GalleryInner> |
GalleriesClient.updateAsync(String resourceGroupName,
String galleryName,
GalleryUpdate gallery) |
Update a Shared Image Gallery.
|