Interface WorkflowRunActionScopeRepetitionsClient
public interface WorkflowRunActionScopeRepetitionsClient
An instance of this class provides access to all the operations defined in WorkflowRunActionScopeRepetitionsClient.
-
Method Summary
Modifier and TypeMethodDescriptionget(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action scoped repetition.getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action scoped 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 scoped 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 scoped repetition.com.azure.core.http.rest.PagedIterable<WorkflowRunActionRepetitionDefinitionInner> List the workflow run action scoped 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) List the workflow run action scoped repetitions.com.azure.core.http.rest.PagedFlux<WorkflowRunActionRepetitionDefinitionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) List the workflow run action scoped repetitions.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<WorkflowRunActionRepetitionDefinitionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) List the workflow run action scoped 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:
- a collection of 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) List the workflow run action scoped 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:
- a collection of 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) List the workflow run action scoped 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:
- a collection of 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 scoped 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 scoped 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 scoped 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 scoped 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 scoped 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 scoped 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 scoped 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 scoped 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.
-