Uses of Class
com.azure.resourcemanager.storage.models.DefaultAction
-
Packages that use DefaultAction Package Description com.azure.resourcemanager.storage.models 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 DefaultAction Modifier and Type Method Description DefaultActionNetworkRuleSet. 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 DefaultActionDefaultAction. valueOf(String name)Returns 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 DefaultAction Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withDefaultAction(DefaultAction defaultAction)Set the defaultAction property: Specifies the default action of allow or deny when no other rules match.
-