Uses of Class
com.azure.resourcemanager.storage.models.Action
-
Packages that use Action Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Action in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Action Modifier and Type Method Description ActionIpRule. action()Get the action property: The action of IP ACL rule.ActionVirtualNetworkRule. action()Get the action property: The action of virtual network rule.static ActionAction. fromString(String value)Parses a serialized value to a Action instance.static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. 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 Action Modifier and Type Method Description IpRuleIpRule. withAction(Action action)Set the action property: The action of IP ACL rule.VirtualNetworkRuleVirtualNetworkRule. withAction(Action action)Set the action property: The action of virtual network rule.
-