public interface GalleryApplicationVersionsClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> |
beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion)
Create or update a gallery Application Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> |
beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion,
com.azure.core.util.Context context)
Create or update a gallery Application Version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion)
Create or update a gallery Application Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Delete a gallery Application Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
com.azure.core.util.Context context)
Delete a gallery Application Version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Delete a gallery Application Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> |
beginUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion)
Update a gallery Application Version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> |
beginUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion,
com.azure.core.util.Context context)
Update a gallery Application Version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> |
beginUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion)
Update a gallery Application Version.
|
GalleryApplicationVersionInner |
createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion)
Create or update a gallery Application Version.
|
GalleryApplicationVersionInner |
createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion,
com.azure.core.util.Context context)
Create or update a gallery Application Version.
|
Mono<GalleryApplicationVersionInner> |
createOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion)
Create or update a gallery Application Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionInner galleryApplicationVersion)
Create or update a gallery Application Version.
|
void |
delete(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Delete a gallery Application Version.
|
void |
delete(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
com.azure.core.util.Context context)
Delete a gallery Application Version.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Delete a gallery Application Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Delete a gallery Application Version.
|
GalleryApplicationVersionInner |
get(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Retrieves information about a gallery Application Version.
|
Mono<GalleryApplicationVersionInner> |
getAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName)
Retrieves information about a gallery Application Version.
|
Mono<GalleryApplicationVersionInner> |
getAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
ReplicationStatusTypes expand)
Retrieves information about a gallery Application Version.
|
com.azure.core.http.rest.Response<GalleryApplicationVersionInner> |
getWithResponse(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
ReplicationStatusTypes expand,
com.azure.core.util.Context context)
Retrieves information about a gallery Application Version.
|
Mono<com.azure.core.http.rest.Response<GalleryApplicationVersionInner>> |
getWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
ReplicationStatusTypes expand)
Retrieves information about a gallery Application Version.
|
com.azure.core.http.rest.PagedIterable<GalleryApplicationVersionInner> |
listByGalleryApplication(String resourceGroupName,
String galleryName,
String galleryApplicationName)
List gallery Application Versions in a gallery Application Definition.
|
com.azure.core.http.rest.PagedIterable<GalleryApplicationVersionInner> |
listByGalleryApplication(String resourceGroupName,
String galleryName,
String galleryApplicationName,
com.azure.core.util.Context context)
List gallery Application Versions in a gallery Application Definition.
|
com.azure.core.http.rest.PagedFlux<GalleryApplicationVersionInner> |
listByGalleryApplicationAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName)
List gallery Application Versions in a gallery Application Definition.
|
GalleryApplicationVersionInner |
update(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion)
Update a gallery Application Version.
|
GalleryApplicationVersionInner |
update(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion,
com.azure.core.util.Context context)
Update a gallery Application Version.
|
Mono<GalleryApplicationVersionInner> |
updateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion)
Update a gallery Application Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
String galleryApplicationVersionName,
GalleryApplicationVersionUpdate galleryApplicationVersion)
Update a gallery Application Version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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.GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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.GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be created.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner> updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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.GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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.GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version is
to be updated.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>.galleryApplicationVersion
- Specifies information about the gallery Application 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<GalleryApplicationVersionInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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<GalleryApplicationVersionInner> getAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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<GalleryApplicationVersionInner> getAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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.GalleryApplicationVersionInner get(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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<GalleryApplicationVersionInner> getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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 galleryApplicationName, String galleryApplicationVersionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the gallery Application Definition in which the Application Version
resides.galleryApplicationVersionName
- The name of the gallery Application 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<GalleryApplicationVersionInner> listByGalleryApplicationAsync(String resourceGroupName, String galleryName, String galleryApplicationName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the Shared Application Gallery Application Definition from which the
Application 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<GalleryApplicationVersionInner> listByGalleryApplication(String resourceGroupName, String galleryName, String galleryApplicationName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the Shared Application Gallery Application Definition from which the
Application 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<GalleryApplicationVersionInner> listByGalleryApplication(String resourceGroupName, String galleryName, String galleryApplicationName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition resides.galleryApplicationName
- The name of the Shared Application Gallery Application Definition from which the
Application 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.