Uses of Class
com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol
-
Packages that use AzureFirewallNetworkRuleProtocol Package Description com.microsoft.azure.management.network 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 AzureFirewallNetworkRuleProtocol Modifier and Type Field Description static AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol. ANYStatic value Any for AzureFirewallNetworkRuleProtocol.static AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol. ICMPStatic value ICMP for AzureFirewallNetworkRuleProtocol.static AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol. TCPStatic value TCP for AzureFirewallNetworkRuleProtocol.static AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol. UDPStatic value UDP for AzureFirewallNetworkRuleProtocol.Methods in com.microsoft.azure.management.network that return AzureFirewallNetworkRuleProtocol Modifier and Type Method Description static AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol. 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 AzureFirewallNetworkRuleProtocol Modifier and Type Method Description List<AzureFirewallNetworkRuleProtocol>AzureFirewallNetworkRule. protocols()Get the protocols value.static Collection<AzureFirewallNetworkRuleProtocol>AzureFirewallNetworkRuleProtocol. values()Method parameters in com.microsoft.azure.management.network with type arguments of type AzureFirewallNetworkRuleProtocol Modifier and Type Method Description AzureFirewallNetworkRuleAzureFirewallNetworkRule. withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)Set the protocols value.
-