Uses of Enum
com.azure.resourcemanager.storage.models.Action
Packages that use Action
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of Action in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ActionModifier and TypeMethodDescriptionIpRule.action()Get the action property: The action of IP ACL rule.VirtualNetworkRule.action()Get the action property: The action of virtual network rule.static ActionAction.fromString(String value) Parses a serialized value to a Action instance.static ActionReturns the enum constant of this type with the specified name.static Action[]Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.storage.models with parameters of type ActionModifier and TypeMethodDescriptionIpRule.withAction(Action action) Set the action property: The action of IP ACL rule.VirtualNetworkRule.withAction(Action action) Set the action property: The action of virtual network rule.