Uses of Enum Class
com.microsoft.azure.management.storage.Action
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Action in com.microsoft.azure.management.storage
Modifier 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.Modifier and TypeMethodDescriptionIPRule.withAction
(Action action) Set the action of IP ACL rule.VirtualNetworkRule.withAction
(Action action) Set the action of virtual network rule.