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