Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowProperties
Packages that use WorkflowProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of WorkflowProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowPropertiesModifier and TypeMethodDescriptionstatic WorkflowPropertiesWorkflowProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowProperties from the JsonReader.WorkflowProperties.withAccessControl(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration.WorkflowProperties.withDefinition(Object definition) Set the definition property: The definition.WorkflowProperties.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration.WorkflowProperties.withIntegrationAccount(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.WorkflowProperties.withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment) Set the integrationServiceEnvironment property: The integration service environment.Set the kind property: The workflow kind.WorkflowProperties.withParameters(Map<String, WorkflowParameter> parameters) Set the parameters property: The parameters.WorkflowProperties.withState(WorkflowState state) Set the state property: The state.