public interface GalleryApplicationsClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
beginCreateOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication,
com.azure.core.util.Context context)
Create or update a gallery Application Definition.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Delete a gallery Application.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String galleryName,
String galleryApplicationName,
com.azure.core.util.Context context)
Delete a gallery Application.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Delete a gallery Application.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
beginUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
beginUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication,
com.azure.core.util.Context context)
Update a gallery Application Definition.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryApplicationInner>,GalleryApplicationInner> |
beginUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
GalleryApplicationInner |
createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
GalleryApplicationInner |
createOrUpdate(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication,
com.azure.core.util.Context context)
Create or update a gallery Application Definition.
|
Mono<GalleryApplicationInner> |
createOrUpdateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationInner galleryApplication)
Create or update a gallery Application Definition.
|
void |
delete(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Delete a gallery Application.
|
void |
delete(String resourceGroupName,
String galleryName,
String galleryApplicationName,
com.azure.core.util.Context context)
Delete a gallery Application.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Delete a gallery Application.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Delete a gallery Application.
|
GalleryApplicationInner |
get(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Retrieves information about a gallery Application Definition.
|
Mono<GalleryApplicationInner> |
getAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Retrieves information about a gallery Application Definition.
|
com.azure.core.http.rest.Response<GalleryApplicationInner> |
getWithResponse(String resourceGroupName,
String galleryName,
String galleryApplicationName,
com.azure.core.util.Context context)
Retrieves information about a gallery Application Definition.
|
Mono<com.azure.core.http.rest.Response<GalleryApplicationInner>> |
getWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName)
Retrieves information about a gallery Application Definition.
|
com.azure.core.http.rest.PagedIterable<GalleryApplicationInner> |
listByGallery(String resourceGroupName,
String galleryName)
List gallery Application Definitions in a gallery.
|
com.azure.core.http.rest.PagedIterable<GalleryApplicationInner> |
listByGallery(String resourceGroupName,
String galleryName,
com.azure.core.util.Context context)
List gallery Application Definitions in a gallery.
|
com.azure.core.http.rest.PagedFlux<GalleryApplicationInner> |
listByGalleryAsync(String resourceGroupName,
String galleryName)
List gallery Application Definitions in a gallery.
|
GalleryApplicationInner |
update(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
GalleryApplicationInner |
update(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication,
com.azure.core.util.Context context)
Update a gallery Application Definition.
|
Mono<GalleryApplicationInner> |
updateAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryApplicationName,
GalleryApplicationUpdate galleryApplication)
Update a gallery Application Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication, 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 is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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.GalleryApplicationInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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.GalleryApplicationInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication, 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 is to be
created.galleryApplicationName
- The name of the gallery Application Definition to be created or updated. The
allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The
maximum length is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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, GalleryApplicationUpdate galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>,GalleryApplicationInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>,GalleryApplicationInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>,GalleryApplicationInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, 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 is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner> updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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.GalleryApplicationInner update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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.GalleryApplicationInner update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, 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 is to be
updated.galleryApplicationName
- The name of the gallery Application Definition to be updated. The allowed
characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length
is 80 characters.galleryApplication
- Specifies information about the gallery Application Definition 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<GalleryApplicationInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery from which the Application Definitions are to be
retrieved.galleryApplicationName
- The name of the gallery Application Definition 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.Mono<GalleryApplicationInner> getAsync(String resourceGroupName, String galleryName, String galleryApplicationName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery from which the Application Definitions are to be
retrieved.galleryApplicationName
- The name of the gallery Application Definition 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.GalleryApplicationInner get(String resourceGroupName, String galleryName, String galleryApplicationName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery from which the Application Definitions are to be
retrieved.galleryApplicationName
- The name of the gallery Application Definition 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<GalleryApplicationInner> getWithResponse(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 from which the Application Definitions are to be
retrieved.galleryApplicationName
- The name of the gallery Application Definition to be retrieved.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)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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, 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 is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery in which the Application Definition is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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, 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 is to be
deleted.galleryApplicationName
- The name of the gallery Application Definition 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<GalleryApplicationInner> listByGalleryAsync(String resourceGroupName, String galleryName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery from which Application Definitions 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<GalleryApplicationInner> listByGallery(String resourceGroupName, String galleryName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery from which Application Definitions 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<GalleryApplicationInner> listByGallery(String resourceGroupName, String galleryName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.galleryName
- The name of the Shared Application Gallery from which Application Definitions 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.