Uses of Class
com.azure.resourcemanager.servicebus.models.DefaultAction
-
Packages that use DefaultAction Package Description com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of DefaultAction in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return DefaultAction Modifier and Type Method Description DefaultActionNetworkRuleSetInner. defaultAction()Get the defaultAction property: Default Action for Network Rule Set.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type DefaultAction Modifier and Type Method Description NetworkRuleSetInnerNetworkRuleSetInner. withDefaultAction(DefaultAction defaultAction)Set the defaultAction property: Default Action for Network Rule Set. -
Uses of DefaultAction in com.azure.resourcemanager.servicebus.models
Fields in com.azure.resourcemanager.servicebus.models declared as DefaultAction Modifier and Type Field Description static DefaultActionDefaultAction. ALLOWStatic value Allow for DefaultAction.static DefaultActionDefaultAction. DENYStatic value Deny for DefaultAction.Methods in com.azure.resourcemanager.servicebus.models that return DefaultAction Modifier and Type Method Description static DefaultActionDefaultAction. fromString(String name)Creates or finds a DefaultAction from its string representation.Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type DefaultAction Modifier and Type Method Description static Collection<DefaultAction>DefaultAction. values()
-