Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunInner
Packages that use WorkflowRunInner
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 WorkflowRunInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowRunInnerModifier and TypeMethodDescriptionGets a workflow run.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowRunInnerModifier and TypeMethodDescriptionWorkflowRunsClient.getAsync
(String resourceGroupName, String name, String workflowName, String runName) Gets a workflow run.com.azure.core.http.rest.Response
<WorkflowRunInner> WorkflowRunsClient.getWithResponse
(String resourceGroupName, String name, String workflowName, String runName, com.azure.core.util.Context context) Gets a workflow run.Mono
<com.azure.core.http.rest.Response<WorkflowRunInner>> WorkflowRunsClient.getWithResponseAsync
(String resourceGroupName, String name, String workflowName, String runName) Gets a workflow run.com.azure.core.http.rest.PagedIterable
<WorkflowRunInner> Gets a list of workflow runs.com.azure.core.http.rest.PagedIterable
<WorkflowRunInner> WorkflowRunsClient.list
(String resourceGroupName, String name, String workflowName, Integer top, String filter, com.azure.core.util.Context context) Gets a list of workflow runs.com.azure.core.http.rest.PagedFlux
<WorkflowRunInner> Gets a list of workflow runs.com.azure.core.http.rest.PagedFlux
<WorkflowRunInner> WorkflowRunsClient.listAsync
(String resourceGroupName, String name, String workflowName, Integer top, String filter) Gets a list of workflow runs. -
Uses of WorkflowRunInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowRunInnerModifier and TypeMethodDescriptionstatic WorkflowRunInner
WorkflowRunInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowRunInner from the JsonReader.WorkflowRunInner.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation. -
Uses of WorkflowRunInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowRunInnerModifier and TypeMethodDescriptionWorkflowRunListResult.value()
Get the value property: A list of workflow runs.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WorkflowRunInnerModifier and TypeMethodDescriptionWorkflowRunListResult.withValue
(List<WorkflowRunInner> value) Set the value property: A list of workflow runs.