Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionRepetitionDefinitionInner
Packages that use WorkflowRunActionRepetitionDefinitionInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of WorkflowRunActionRepetitionDefinitionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionsClient.get(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.WorkflowRunActionScopeRepetitionsClient.get(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action scoped repetition.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionsClient.getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.WorkflowRunActionScopeRepetitionsClient.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> WorkflowRunActionRepetitionsClient.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.com.azure.core.http.rest.Response<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.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>> WorkflowRunActionRepetitionsClient.getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.Mono<com.azure.core.http.rest.Response<WorkflowRunActionRepetitionDefinitionInner>> WorkflowRunActionScopeRepetitionsClient.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> WorkflowRunActionRepetitionsClient.list(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedIterable<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionRepetitionsClient.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.PagedIterable<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.list(String resourceGroupName, String name, String workflowName, String runName, String actionName) List the workflow run action scoped repetitions.com.azure.core.http.rest.PagedIterable<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.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> WorkflowRunActionRepetitionsClient.listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedFlux<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) List the workflow run action scoped repetitions. -
Uses of WorkflowRunActionRepetitionDefinitionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowRunActionRepetitionDefinitionInner from the JsonReader.