Uses of Enum
com.azure.resourcemanager.storage.models.DefaultAction
Packages that use DefaultAction
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of DefaultAction in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return DefaultActionModifier and TypeMethodDescriptionNetworkRuleSet.defaultAction()Get the defaultAction property: 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 type with the specified name.static DefaultAction[]DefaultAction.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 DefaultActionModifier and TypeMethodDescriptionNetworkRuleSet.withDefaultAction(DefaultAction defaultAction) Set the defaultAction property: Specifies the default action of allow or deny when no other rules match.