Uses of Class
com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol
Packages that use AzureFirewallNetworkRuleProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AzureFirewallNetworkRuleProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as AzureFirewallNetworkRuleProtocolModifier 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.Methods in com.microsoft.azure.management.network that return AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionAzureFirewallNetworkRuleProtocol.fromString
(String name) Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionAzureFirewallNatRule.protocols()
Get array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRule.protocols()
Get array of AzureFirewallNetworkRuleProtocols.AzureFirewallNetworkRuleProtocol.values()
Method parameters in com.microsoft.azure.management.network with type arguments of type AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionAzureFirewallNatRule.withProtocols
(List<AzureFirewallNetworkRuleProtocol> protocols) Set array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRule.withProtocols
(List<AzureFirewallNetworkRuleProtocol> protocols) Set array of AzureFirewallNetworkRuleProtocols.