Uses of Enum Class
com.microsoft.azure.management.storage.DefaultAction
Packages that use DefaultAction
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of DefaultAction in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return DefaultActionModifier and TypeMethodDescriptionNetworkRuleSet.defaultAction()Get specifies the default action of allow or deny when no other rules match.static DefaultActionDefaultAction.fromString(String value) Parses a serialized value to a DefaultAction instance.static DefaultActionReturns the enum constant of this class with the specified name.static DefaultAction[]DefaultAction.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 DefaultActionModifier and TypeMethodDescriptionNetworkRuleSet.withDefaultAction(DefaultAction defaultAction) Set specifies the default action of allow or deny when no other rules match.