Uses of Class
com.azure.resourcemanager.appservice.models.FlowAccessControlConfigurationPolicy
Packages that use FlowAccessControlConfigurationPolicy
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FlowAccessControlConfigurationPolicy in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FlowAccessControlConfigurationPolicyModifier and TypeClassDescriptionfinal classThe access control configuration policy.Methods in com.azure.resourcemanager.appservice.models that return FlowAccessControlConfigurationPolicyModifier and TypeMethodDescriptionFlowAccessControlConfiguration.actions()Get the actions property: The access control configuration for workflow actions.FlowAccessControlConfiguration.contents()Get the contents property: The access control configuration for accessing workflow run contents.FlowAccessControlConfigurationPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowAccessControlConfigurationPolicy from the JsonReader.FlowAccessControlConfiguration.triggers()Get the triggers property: The access control configuration for invoking workflow triggers.FlowAccessControlConfigurationPolicy.withAllowedCallerIpAddresses(List<IpAddressRange> allowedCallerIpAddresses) Set the allowedCallerIpAddresses property: The allowed caller IP address ranges.FlowAccessControlConfigurationPolicy.withOpenAuthenticationPolicies(OpenAuthenticationAccessPolicies openAuthenticationPolicies) Set the openAuthenticationPolicies property: The authentication policies for workflow.FlowAccessControlConfiguration.workflowManagement()Get the workflowManagement property: The access control configuration for workflow management.Methods in com.azure.resourcemanager.appservice.models with parameters of type FlowAccessControlConfigurationPolicyModifier and TypeMethodDescriptionFlowAccessControlConfiguration.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.