Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowVersionInner
Packages that use WorkflowVersionInner
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 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 WorkflowVersionInner
WorkflowVersionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowVersionInner from the JsonReader.WorkflowVersionInner.withAccessControl
(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration.WorkflowVersionInner.withDefinition
(Object definition) Set the definition property: The definition.WorkflowVersionInner.withEndpointsConfiguration
(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration.WorkflowVersionInner.withIntegrationAccount
(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.WorkflowVersionInner.withLocation
(String location) WorkflowVersionInner.withParameters
(Map<String, WorkflowParameter> parameters) Set the parameters property: The parameters.WorkflowVersionInner.withState
(WorkflowState state) Set the state property: The state. -
Uses of WorkflowVersionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowVersionInnerModifier and TypeMethodDescriptionWorkflowVersionListResult.value()
Get the value property: A list of workflow versions.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WorkflowVersionInnerModifier and TypeMethodDescriptionWorkflowVersionListResult.withValue
(List<WorkflowVersionInner> value) Set the value property: A list of workflow versions.