Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallRCAction
-
Packages that use AzureFirewallRCAction Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AzureFirewallRCAction in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallRCAction Modifier and Type Method Description AzureFirewallRCActionAzureFirewallApplicationRuleCollectionPropertiesFormat. action()Get the action property: The action type of a rule collection.AzureFirewallRCActionAzureFirewallNetworkRuleCollectionPropertiesFormat. action()Get the action property: The action type of a rule collection.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureFirewallRCAction Modifier and Type Method Description AzureFirewallApplicationRuleCollectionPropertiesFormatAzureFirewallApplicationRuleCollectionPropertiesFormat. withAction(AzureFirewallRCAction action)Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionPropertiesFormatAzureFirewallNetworkRuleCollectionPropertiesFormat. withAction(AzureFirewallRCAction action)Set the action property: The action type of a rule collection. -
Uses of AzureFirewallRCAction in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallRCAction Modifier and Type Method Description AzureFirewallRCActionAzureFirewallApplicationRuleCollection. action()Get the action property: The action type of a rule collection.AzureFirewallRCActionAzureFirewallNetworkRuleCollection. action()Get the action property: The action type of a rule collection.AzureFirewallRCActionAzureFirewallRCAction. withType(AzureFirewallRCActionType type)Set the type property: The type of action.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallRCAction Modifier and Type Method Description AzureFirewallApplicationRuleCollectionAzureFirewallApplicationRuleCollection. withAction(AzureFirewallRCAction action)Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withAction(AzureFirewallRCAction action)Set the action property: The action type of a rule collection.
-