Interface WorkflowRunActionRepetitionsClient
public interface WorkflowRunActionRepetitionsClient
An instance of this class provides access to all the operations defined in WorkflowRunActionRepetitionsClient.
-
Method Summary
Modifier and TypeMethodDescriptionget(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.com.azure.core.http.rest.Response<WorkflowRunActionRepetitionDefinitionInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) Get a workflow run action repetition.Mono<com.azure.core.http.rest.Response<WorkflowRunActionRepetitionDefinitionInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.com.azure.core.http.rest.PagedIterable<WorkflowRunActionRepetitionDefinitionInner> Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedIterable<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedFlux<WorkflowRunActionRepetitionDefinitionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Lists a workflow run expression trace.com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, 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, String repetitionName) Lists a workflow run expression trace.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<WorkflowRunActionRepetitionDefinitionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.- 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:
- all of a workflow run action repetitions 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<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.- 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:
- all of a workflow run action repetitions 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<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Get all of a workflow run action repetitions.- 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:
- all of a workflow run action repetitions 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<WorkflowRunActionRepetitionDefinitionInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.- 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:
- a workflow run action repetition 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<WorkflowRunActionRepetitionDefinitionInner> getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.- 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:
- a workflow run action repetition 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<WorkflowRunActionRepetitionDefinitionInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) Get a workflow run action repetition.- 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:
- a workflow run action repetition 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
WorkflowRunActionRepetitionDefinitionInner get(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.- 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:
- a workflow run action repetition.
- 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, String repetitionName) 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.repetitionName- The workflow repetition.- 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, String repetitionName) 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.repetitionName- The workflow repetition.- 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, String repetitionName, 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.repetitionName- The workflow repetition.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.
-