Interface WorkflowRunActionsClient
public interface WorkflowRunActionsClient
An instance of this class provides access to all the operations defined in WorkflowRunActionsClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets a workflow run action.getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.com.azure.core.http.rest.Response<WorkflowRunActionInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Gets a workflow run action.Mono<com.azure.core.http.rest.Response<WorkflowRunActionInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.com.azure.core.http.rest.PagedIterable<WorkflowRunActionInner> Gets a list of workflow run actions.com.azure.core.http.rest.PagedIterable<WorkflowRunActionInner> list(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter, com.azure.core.util.Context context) Gets a list of workflow run actions.com.azure.core.http.rest.PagedFlux<WorkflowRunActionInner> Gets a list of workflow run actions.com.azure.core.http.rest.PagedFlux<WorkflowRunActionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter) Gets a list of workflow run actions.com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName) Lists a workflow run expression trace.com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Lists a workflow run expression trace.com.azure.core.http.rest.PagedFlux<ExpressionRoot> listExpressionTracesAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Lists a workflow run expression trace.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<WorkflowRunActionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter) Gets a list of workflow run actions.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.top- The number of items to be included in the result.filter- The filter to apply on the operation. Options for filters include: Status.- Returns:
- a list of workflow run actions 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.
-
listAsync
com.azure.core.http.rest.PagedFlux<WorkflowRunActionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName) Gets a list of workflow run actions.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.- Returns:
- a list of workflow run actions 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<WorkflowRunActionInner> list(String resourceGroupName, String name, String workflowName, String runName) Gets a list of workflow run actions.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.- Returns:
- a list of workflow run actions 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<WorkflowRunActionInner> list(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter, com.azure.core.util.Context context) Gets a list of workflow run actions.- Parameters:
resourceGroupName- Name of the resource group to which the resource belongs.name- Site name.workflowName- The workflow name.runName- The workflow run name.top- The number of items to be included in the result.filter- The filter to apply on the operation. Options for filters include: Status.context- The context to associate with this operation.- Returns:
- a list of workflow run actions 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<WorkflowRunActionInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.- 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.- Returns:
- a workflow run action 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<WorkflowRunActionInner> getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.- 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.- Returns:
- a workflow run action 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<WorkflowRunActionInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Gets a workflow run action.- 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.context- The context to associate with this operation.- Returns:
- a workflow run action 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
WorkflowRunActionInner get(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.- 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.- Returns:
- a workflow run action.
- 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.
-
listExpressionTracesAsync
com.azure.core.http.rest.PagedFlux<ExpressionRoot> listExpressionTracesAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Lists a workflow run expression trace.- 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.- Returns:
- the expression traces 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.
-
listExpressionTraces
com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName) Lists a workflow run expression trace.- 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.- Returns:
- the expression traces 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.
-
listExpressionTraces
com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Lists a workflow run expression trace.- 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.context- The context to associate with this operation.- Returns:
- the expression traces 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.
-