Uses of Class
com.azure.resourcemanager.containerregistry.models.Action
-
Packages that use Action Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Action in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as Action Modifier and Type Field Description static ActionAction. ALLOWStatic value Allow for Action.Methods in com.azure.resourcemanager.containerregistry.models that return Action Modifier and Type Method Description ActionIpRule. action()Get the action property: The action of IP ACL rule.static ActionAction. fromString(String name)Creates or finds a Action from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type Action Modifier and Type Method Description static Collection<Action>Action. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type Action Modifier and Type Method Description IpRuleIpRule. withAction(Action action)Set the action property: The action of IP ACL rule.
-