Interface WorkflowRunActionRepetitionsRequestHistoriesClient
public interface WorkflowRunActionRepetitionsRequestHistoriesClient
An instance of this class provides access to all the operations defined in
WorkflowRunActionRepetitionsRequestHistoriesClient.
-
Method Summary
Modifier and TypeMethodDescriptionget(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName) Gets a workflow run repetition request history.getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName) Gets a workflow run repetition request history.com.azure.core.http.rest.Response<RequestHistoryInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName, com.azure.core.util.Context context) Gets a workflow run repetition request history.Mono<com.azure.core.http.rest.Response<RequestHistoryInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName) Gets a workflow run repetition request history.com.azure.core.http.rest.PagedIterable<RequestHistoryInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) List a workflow run repetition request history.com.azure.core.http.rest.PagedIterable<RequestHistoryInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) List a workflow run repetition request history.com.azure.core.http.rest.PagedFlux<RequestHistoryInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) List a workflow run repetition request history.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<RequestHistoryInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) List a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.- Returns:
- the list of workflow request histories as 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<RequestHistoryInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) List a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.- Returns:
- the list of workflow request histories as 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<RequestHistoryInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) List a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.context- The context to associate with this operation.- Returns:
- the list of workflow request histories as 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<RequestHistoryInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName) Gets a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.requestHistoryName- The request history name.- Returns:
- a workflow run repetition request history 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<RequestHistoryInner> getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName) Gets a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.requestHistoryName- The request history name.- Returns:
- a workflow run repetition request history 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<RequestHistoryInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName, com.azure.core.util.Context context) Gets a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.requestHistoryName- The request history name.context- The context to associate with this operation.- Returns:
- a workflow run repetition request history 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
RequestHistoryInner get(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName) Gets a workflow run repetition request history.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.actionName- The workflow action name.repetitionName- The workflow repetition.requestHistoryName- The request history name.- Returns:
- a workflow run repetition request history.
- 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.
-