Uses of Enum Class
com.microsoft.azure.management.storage.Action
Packages that use Action
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Action in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return ActionModifier and TypeMethodDescriptionIPRule.action()
Get the action of IP ACL rule.VirtualNetworkRule.action()
Get the action of virtual network rule.static Action
Action.fromString
(String value) Parses a serialized value to a Action instance.static Action
Returns the enum constant of this class with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.storage with parameters of type ActionModifier and TypeMethodDescriptionIPRule.withAction
(Action action) Set the action of IP ACL rule.VirtualNetworkRule.withAction
(Action action) Set the action of virtual network rule.