![JAR search and dependency download from the Maven repository](/logo.png)
com.azure.resourcemanager.compute.fluent.GalleryApplicationVersionsClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-compute Show documentation
Show all versions of azure-resourcemanager-compute Show documentation
This package contains Microsoft Azure Compute Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.compute.fluent;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.PagedFlux;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.polling.PollerFlux;
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.compute.fluent.models.GalleryApplicationVersionInner;
import com.azure.resourcemanager.compute.models.GalleryApplicationVersionUpdate;
import com.azure.resourcemanager.compute.models.ReplicationStatusTypes;
import java.nio.ByteBuffer;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
/**
* An instance of this class provides access to all the operations defined in GalleryApplicationVersionsClient.
*/
public interface GalleryApplicationVersionsClient {
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update along with
* {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion);
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of specifies information about the gallery Application Version that
* you want to create or update.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux, GalleryApplicationVersionInner> beginCreateOrUpdateAsync(
String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion);
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of specifies information about the gallery Application Version that
* you want to create or update.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, GalleryApplicationVersionInner> beginCreateOrUpdate(
String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion);
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of specifies information about the gallery Application Version that
* you want to create or update.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, GalleryApplicationVersionInner> beginCreateOrUpdate(
String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion,
Context context);
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono createOrUpdateAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion);
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion);
/**
* Create or update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be created.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the create or update gallery Application Version
* operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion, Context context);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update along with
* {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>> updateWithResponseAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of specifies information about the gallery Application Version that
* you want to create or update.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux, GalleryApplicationVersionInner> beginUpdateAsync(
String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of specifies information about the gallery Application Version that
* you want to create or update.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, GalleryApplicationVersionInner> beginUpdate(
String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of specifies information about the gallery Application Version that
* you want to create or update.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, GalleryApplicationVersionInner> beginUpdate(
String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion,
Context context);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono updateAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion);
/**
* Update a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version is
* to be updated.
* @param galleryApplicationVersionName The name of the gallery Application 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>.
* @param galleryApplicationVersion Parameters supplied to the update gallery Application Version operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion,
Context context);
/**
* Retrieves information about a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be retrieved.
* @param expand The expand expression to apply on the operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update along with
* {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> getWithResponseAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand);
/**
* Retrieves information about a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be retrieved.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono getAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName);
/**
* Retrieves information about a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be retrieved.
* @param expand The expand expression to apply on the operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update along with
* {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response getWithResponse(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand,
Context context);
/**
* Retrieves information about a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be retrieved.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return specifies information about the gallery Application Version that you want to create or update.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
GalleryApplicationVersionInner get(String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>> deleteWithResponseAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, Void> beginDelete(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, Void> beginDelete(String resourceGroupName, String galleryName,
String galleryApplicationName, String galleryApplicationVersionName, Context context);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono deleteAsync(String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void delete(String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName);
/**
* Delete a gallery Application Version.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the gallery Application Definition in which the Application Version
* resides.
* @param galleryApplicationVersionName The name of the gallery Application Version to be deleted.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void delete(String resourceGroupName, String galleryName, String galleryApplicationName,
String galleryApplicationVersionName, Context context);
/**
* List gallery Application Versions in a gallery Application Definition.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the Shared Application Gallery Application Definition from which the
* Application Versions are to be listed.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the List Gallery Application version operation response as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listByGalleryApplicationAsync(String resourceGroupName,
String galleryName, String galleryApplicationName);
/**
* List gallery Application Versions in a gallery Application Definition.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the Shared Application Gallery Application Definition from which the
* Application Versions are to be listed.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the List Gallery Application version operation response as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByGalleryApplication(String resourceGroupName, String galleryName,
String galleryApplicationName);
/**
* List gallery Application Versions in a gallery Application Definition.
*
* @param resourceGroupName The name of the resource group.
* @param galleryName The name of the Shared Application Gallery in which the Application Definition resides.
* @param galleryApplicationName The name of the Shared Application Gallery Application Definition from which the
* Application Versions are to be listed.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.compute.models.ApiErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the List Gallery Application version operation response as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByGalleryApplication(String resourceGroupName, String galleryName,
String galleryApplicationName, Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy