Uses of Class
com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AzureFirewallNetworkRuleProtocol in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final AzureFirewallNetworkRuleProtocol
AzureFirewallNetworkRuleProtocol.ANY
Static value Any for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocol
AzureFirewallNetworkRuleProtocol.ICMP
Static value ICMP for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocol
AzureFirewallNetworkRuleProtocol.TCP
Static value TCP for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocol
AzureFirewallNetworkRuleProtocol.UDP
Static value UDP for AzureFirewallNetworkRuleProtocol.Modifier and TypeMethodDescriptionAzureFirewallNetworkRuleProtocol.fromString
(String name) Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.Modifier and TypeMethodDescriptionAzureFirewallNatRule.protocols()
Get array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRule.protocols()
Get array of AzureFirewallNetworkRuleProtocols.AzureFirewallNetworkRuleProtocol.values()
Modifier and TypeMethodDescriptionAzureFirewallNatRule.withProtocols
(List<AzureFirewallNetworkRuleProtocol> protocols) Set array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRule.withProtocols
(List<AzureFirewallNetworkRuleProtocol> protocols) Set array of AzureFirewallNetworkRuleProtocols.