public interface GalleryImageVersionsClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> |
beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion)
Create or update a gallery Image Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> |
beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion,
com.azure.core.util.Context context)
Create or update a gallery Image Version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion)
Create or update a gallery Image Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Delete a gallery Image Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
com.azure.core.util.Context context)
Delete a gallery Image Version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Delete a gallery Image Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> |
beginUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion)
Update a gallery Image Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> |
beginUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion,
com.azure.core.util.Context context)
Update a gallery Image Version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> |
beginUpdateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion)
Update a gallery Image Version.
|
GalleryImageVersionInner |
createOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion)
Create or update a gallery Image Version.
|
GalleryImageVersionInner |
createOrUpdate(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion,
com.azure.core.util.Context context)
Create or update a gallery Image Version.
|
Mono<GalleryImageVersionInner> |
createOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion)
Create or update a gallery Image Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionInner galleryImageVersion)
Create or update a gallery Image Version.
|
void |
delete(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Delete a gallery Image Version.
|
void |
delete(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
com.azure.core.util.Context context)
Delete a gallery Image Version.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Delete a gallery Image Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Delete a gallery Image Version.
|
GalleryImageVersionInner |
get(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Retrieves information about a gallery Image Version.
|
Mono<GalleryImageVersionInner> |
getAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName)
Retrieves information about a gallery Image Version.
|
Mono<GalleryImageVersionInner> |
getAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
ReplicationStatusTypes expand)
Retrieves information about a gallery Image Version.
|
com.azure.core.http.rest.Response<GalleryImageVersionInner> |
getWithResponse(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
ReplicationStatusTypes expand,
com.azure.core.util.Context context)
Retrieves information about a gallery Image Version.
|
Mono<com.azure.core.http.rest.Response<GalleryImageVersionInner>> |
getWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
ReplicationStatusTypes expand)
Retrieves information about a gallery Image Version.
|
com.azure.core.http.rest.PagedIterable<GalleryImageVersionInner> |
listByGalleryImage(String resourceGroupName,
String galleryName,
String galleryImageName)
List gallery Image Versions in a gallery Image Definition.
|
com.azure.core.http.rest.PagedIterable<GalleryImageVersionInner> |
listByGalleryImage(String resourceGroupName,
String galleryName,
String galleryImageName,
com.azure.core.util.Context context)
List gallery Image Versions in a gallery Image Definition.
|
com.azure.core.http.rest.PagedFlux<GalleryImageVersionInner> |
listByGalleryImageAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
List gallery Image Versions in a gallery Image Definition.
|
GalleryImageVersionInner |
update(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion)
Update a gallery Image Version.
|
GalleryImageVersionInner |
update(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion,
com.azure.core.util.Context context)
Update a gallery Image Version.
|
Mono<GalleryImageVersionInner> |
updateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion)
Update a gallery Image Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
String galleryImageVersionName,
GalleryImageVersionUpdate galleryImageVersion)
Update a gallery Image Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<GalleryImageVersionInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.GalleryImageVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.GalleryImageVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be created.galleryImageVersionName
- The name of the gallery Image Version to be created. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to create or
update.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<GalleryImageVersionInner> updateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.GalleryImageVersionInner update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.GalleryImageVersionInner update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version is to be updated.galleryImageVersionName
- The name of the gallery Image Version to be updated. Needs to follow semantic
version name pattern: The allowed characters are digit and period. Digits must be within the range of a
32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.galleryImageVersion
- Specifies information about the gallery Image Version that you want to update.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<GalleryImageVersionInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be retrieved.expand
- The expand expression to apply on the operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<GalleryImageVersionInner> getAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be retrieved.expand
- The expand expression to apply on the operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<GalleryImageVersionInner> getAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be retrieved.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.GalleryImageVersionInner get(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be retrieved.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<GalleryImageVersionInner> getWithResponse(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be retrieved.expand
- The expand expression to apply on the operation.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the gallery Image Definition in which the Image Version resides.galleryImageVersionName
- The name of the gallery Image Version to be deleted.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<GalleryImageVersionInner> listByGalleryImageAsync(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the Shared Image Gallery Image Definition from which the Image Versions are
to be listed.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<GalleryImageVersionInner> listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the Shared Image Gallery Image Definition from which the Image Versions are
to be listed.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<GalleryImageVersionInner> listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Image Gallery in which the Image Definition resides.galleryImageName
- The name of the Shared Image Gallery Image Definition from which the Image Versions are
to be listed.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.ApiErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.