Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GalleryInner |
GalleriesClient.createOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery)
Create or update a Shared Image Gallery.
|
GalleryInner |
GalleriesClient.createOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery,
com.azure.core.util.Context context)
Create or update a Shared Image Gallery.
|
GalleryInner |
GalleriesClient.getByResourceGroup(String resourceGroupName,
String galleryName)
Retrieves information about 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.
|
Modifier and Type | Method and Description |
---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<GalleryInner>,GalleryInner> |
GalleriesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
GalleryInner gallery)
Create or update a Shared Image Gallery.
|
GalleryInner |
GalleriesClient.createOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery)
Create or update a Shared Image Gallery.
|
GalleryInner |
GalleriesClient.createOrUpdate(String resourceGroupName,
String galleryName,
GalleryInner gallery,
com.azure.core.util.Context context)
Create or update a Shared Image Gallery.
|
Mono<GalleryInner> |
GalleriesClient.createOrUpdateAsync(String resourceGroupName,
String galleryName,
GalleryInner gallery)
Create or update a Shared Image Gallery.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
GalleriesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String galleryName,
GalleryInner gallery)
Create or update a Shared Image Gallery.
|
Modifier and Type | Method and Description |
---|---|
GalleryInner |
GalleryInner.withDescription(String description)
Set the description property: The description of this Shared Image Gallery resource.
|
GalleryInner |
GalleryInner.withIdentifier(GalleryIdentifier identifier)
Set the identifier property: Describes the gallery unique name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.