Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowVersionInner
Packages that use WorkflowVersionInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of WorkflowVersionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowVersionInnerModifier and TypeMethodDescriptionWorkflowVersionsClient.get(String resourceGroupName, String name, String workflowName, String versionId) Gets a workflow version.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowVersionInnerModifier and TypeMethodDescriptionWorkflowVersionsClient.getAsync(String resourceGroupName, String name, String workflowName, String versionId) Gets a workflow version.com.azure.core.http.rest.Response<WorkflowVersionInner> WorkflowVersionsClient.getWithResponse(String resourceGroupName, String name, String workflowName, String versionId, com.azure.core.util.Context context) Gets a workflow version.Mono<com.azure.core.http.rest.Response<WorkflowVersionInner>> WorkflowVersionsClient.getWithResponseAsync(String resourceGroupName, String name, String workflowName, String versionId) Gets a workflow version.com.azure.core.http.rest.PagedIterable<WorkflowVersionInner> Gets a list of workflow versions.com.azure.core.http.rest.PagedIterable<WorkflowVersionInner> WorkflowVersionsClient.list(String resourceGroupName, String name, String workflowName, Integer top, com.azure.core.util.Context context) Gets a list of workflow versions.com.azure.core.http.rest.PagedFlux<WorkflowVersionInner> Gets a list of workflow versions.com.azure.core.http.rest.PagedFlux<WorkflowVersionInner> WorkflowVersionsClient.listAsync(String resourceGroupName, String name, String workflowName, Integer top) Gets a list of workflow versions. -
Uses of WorkflowVersionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowVersionInnerModifier and TypeMethodDescriptionstatic WorkflowVersionInnerWorkflowVersionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowVersionInner from the JsonReader.