Uses of Class
com.azure.resourcemanager.appcontainers.models.Action
Packages that use Action
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Action in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as ActionModifier and TypeFieldDescriptionstatic final Action
Action.ALLOW
Static value Allow for Action.static final Action
Action.DENY
Static value Deny for Action.Methods in com.azure.resourcemanager.appcontainers.models that return ActionModifier and TypeMethodDescriptionIpSecurityRestrictionRule.action()
Get the action property: Allow or Deny rules to determine for incoming IP.static Action
Action.fromString
(String name) Creates or finds a Action from its string representation.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ActionModifier and TypeMethodDescriptionstatic Collection
<Action> Action.values()
Gets known Action values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ActionModifier and TypeMethodDescriptionIpSecurityRestrictionRule.withAction
(Action action) Set the action property: Allow or Deny rules to determine for incoming IP.