Uses of Class
com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration
Packages that use FlowAccessControlConfiguration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of FlowAccessControlConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return FlowAccessControlConfigurationModifier and TypeMethodDescriptionWorkflowProperties.accessControl()Get the accessControl property: The access control configuration.WorkflowVersionInner.accessControl()Get the accessControl property: The access control configuration.WorkflowVersionProperties.accessControl()Get the accessControl property: The access control configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type FlowAccessControlConfigurationModifier and TypeMethodDescriptionWorkflowProperties.withAccessControl(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration.WorkflowVersionInner.withAccessControl(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration.WorkflowVersionProperties.withAccessControl(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration. -
Uses of FlowAccessControlConfiguration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FlowAccessControlConfigurationModifier and TypeClassDescriptionfinal classThe access control configuration.Methods in com.azure.resourcemanager.appservice.models that return FlowAccessControlConfigurationModifier and TypeMethodDescriptionWorkflow.accessControl()Get the accessControl property: The access control configuration.FlowAccessControlConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowAccessControlConfiguration from the JsonReader.FlowAccessControlConfiguration.withActions(FlowAccessControlConfigurationPolicy actions) Set the actions property: The access control configuration for workflow actions.FlowAccessControlConfiguration.withContents(FlowAccessControlConfigurationPolicy contents) Set the contents property: The access control configuration for accessing workflow run contents.FlowAccessControlConfiguration.withTriggers(FlowAccessControlConfigurationPolicy triggers) Set the triggers property: The access control configuration for invoking workflow triggers.FlowAccessControlConfiguration.withWorkflowManagement(FlowAccessControlConfigurationPolicy workflowManagement) Set the workflowManagement property: The access control configuration for workflow management.Methods in com.azure.resourcemanager.appservice.models with parameters of type FlowAccessControlConfigurationModifier and TypeMethodDescriptionWorkflow.withAccessControl(FlowAccessControlConfiguration accessControl) Set the accessControl property: The access control configuration.