Interface CustomizedAcceleratorsClient
public interface CustomizedAcceleratorsClient
An instance of this class provides access to all the operations defined in CustomizedAcceleratorsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorResourceInner>, CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorResourceInner>, CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, com.azure.core.util.Context context) Create or update the customized accelerator.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomizedAcceleratorResourceInner>, CustomizedAcceleratorResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.beginDelete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.beginDelete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, com.azure.core.util.Context context) Delete the customized accelerator.beginDeleteAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>, CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>, CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, com.azure.core.util.Context context) Check the customized accelerator are valid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>, CustomizedAcceleratorValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, com.azure.core.util.Context context) Create or update the customized accelerator.createOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.voiddelete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.voiddelete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, com.azure.core.util.Context context) Delete the customized accelerator.deleteAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.get(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Get the customized accelerator.getAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Get the customized accelerator.com.azure.core.http.rest.Response<CustomizedAcceleratorResourceInner> getWithResponse(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, com.azure.core.util.Context context) Get the customized accelerator.Mono<com.azure.core.http.rest.Response<CustomizedAcceleratorResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Get the customized accelerator.com.azure.core.http.rest.PagedIterable<CustomizedAcceleratorResourceInner> Handle requests to list all customized accelerators.com.azure.core.http.rest.PagedIterable<CustomizedAcceleratorResourceInner> list(String resourceGroupName, String serviceName, String applicationAcceleratorName, com.azure.core.util.Context context) Handle requests to list all customized accelerators.com.azure.core.http.rest.PagedFlux<CustomizedAcceleratorResourceInner> Handle requests to list all customized accelerators.validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, com.azure.core.util.Context context) Check the customized accelerator are valid.validateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<CustomizedAcceleratorResourceInner> listAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName) Handle requests to list all customized accelerators.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.- Returns:
- the paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<CustomizedAcceleratorResourceInner> list(String resourceGroupName, String serviceName, String applicationAcceleratorName) Handle requests to list all customized accelerators.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.- Returns:
- the paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<CustomizedAcceleratorResourceInner> list(String resourceGroupName, String serviceName, String applicationAcceleratorName, com.azure.core.util.Context context) Handle requests to list all customized accelerators.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.context- The context to associate with this operation.- Returns:
- the paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<CustomizedAcceleratorResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Get the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- the customized accelerator along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<CustomizedAcceleratorResourceInner> getAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Get the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- the customized accelerator on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<CustomizedAcceleratorResourceInner> getWithResponse(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, com.azure.core.util.Context context) Get the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.context- The context to associate with this operation.- Returns:
- the customized accelerator along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
CustomizedAcceleratorResourceInner get(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Get the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- the customized accelerator.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.- Returns:
- customized accelerator resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomizedAcceleratorResourceInner>,CustomizedAcceleratorResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.- Returns:
- the
PollerFluxfor polling of customized accelerator resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorResourceInner>,CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.- Returns:
- the
SyncPollerfor polling of customized accelerator resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorResourceInner>,CustomizedAcceleratorResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, com.azure.core.util.Context context) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of customized accelerator resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<CustomizedAcceleratorResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.- Returns:
- customized accelerator resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
CustomizedAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.- Returns:
- customized accelerator resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
CustomizedAcceleratorResourceInner createOrUpdate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorResourceInner customizedAcceleratorResource, com.azure.core.util.Context context) Create or update the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.customizedAcceleratorResource- The customized accelerator for the create or update operation.context- The context to associate with this operation.- Returns:
- customized accelerator resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, com.azure.core.util.Context context) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, com.azure.core.util.Context context) Delete the customized accelerator.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> validateWithResponseAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.- Returns:
- validation result for customized accelerator properties along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> beginValidateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.- Returns:
- the
PollerFluxfor polling of validation result for customized accelerator properties. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.- Returns:
- the
SyncPollerfor polling of validation result for customized accelerator properties. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginValidate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomizedAcceleratorValidateResultInner>,CustomizedAcceleratorValidateResultInner> beginValidate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, com.azure.core.util.Context context) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of validation result for customized accelerator properties. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateAsync
Mono<CustomizedAcceleratorValidateResultInner> validateAsync(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.- Returns:
- validation result for customized accelerator properties on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validate
CustomizedAcceleratorValidateResultInner validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.- Returns:
- validation result for customized accelerator properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validate
CustomizedAcceleratorValidateResultInner validate(String resourceGroupName, String serviceName, String applicationAcceleratorName, String customizedAcceleratorName, CustomizedAcceleratorProperties properties, com.azure.core.util.Context context) Check the customized accelerator are valid.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.applicationAcceleratorName- The name of the application accelerator.customizedAcceleratorName- The name of the customized accelerator.properties- Customized accelerator properties to be validated.context- The context to associate with this operation.- Returns:
- validation result for customized accelerator properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-