Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionInner
Packages that use WorkflowRunActionInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowRunActionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowRunActionInnerModifier and TypeMethodDescriptionWorkflowRunActionsClient.get(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowRunActionInnerModifier and TypeMethodDescriptionWorkflowRunActionsClient.getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.com.azure.core.http.rest.Response<WorkflowRunActionInner> WorkflowRunActionsClient.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>> WorkflowRunActionsClient.getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName) Gets a workflow run action.com.azure.core.http.rest.PagedIterable<WorkflowRunActionInner> WorkflowRunActionsClient.list(String resourceGroupName, String name, String workflowName, String runName) Gets a list of workflow run actions.com.azure.core.http.rest.PagedIterable<WorkflowRunActionInner> WorkflowRunActionsClient.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> WorkflowRunActionsClient.listAsync(String resourceGroupName, String name, String workflowName, String runName) Gets a list of workflow run actions.com.azure.core.http.rest.PagedFlux<WorkflowRunActionInner> WorkflowRunActionsClient.listAsync(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter) Gets a list of workflow run actions. -
Uses of WorkflowRunActionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowRunActionInnerModifier and TypeMethodDescriptionstatic WorkflowRunActionInnerWorkflowRunActionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowRunActionInner from the JsonReader.WorkflowRunActionInner.withCorrelation(RunActionCorrelation correlation) Set the correlation property: The correlation properties.WorkflowRunActionInner.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories. -
Uses of WorkflowRunActionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowRunActionInnerModifier and TypeMethodDescriptionWorkflowRunActionListResult.value()Get the value property: A list of workflow run actions.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WorkflowRunActionInnerModifier and TypeMethodDescriptionWorkflowRunActionListResult.withValue(List<WorkflowRunActionInner> value) Set the value property: A list of workflow run actions.