Uses of Class
com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol
-
Packages that use AzureFirewallApplicationRuleProtocol Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of AzureFirewallApplicationRuleProtocol in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AzureFirewallApplicationRuleProtocol Modifier and Type Method Description AzureFirewallApplicationRuleProtocolAzureFirewallApplicationRuleProtocol. withPort(Integer port)Set the port value.AzureFirewallApplicationRuleProtocolAzureFirewallApplicationRuleProtocol. withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)Set the protocolType value.Methods in com.microsoft.azure.management.network that return types with arguments of type AzureFirewallApplicationRuleProtocol Modifier and Type Method Description List<AzureFirewallApplicationRuleProtocol>AzureFirewallApplicationRule. protocols()Get the protocols value.Method parameters in com.microsoft.azure.management.network with type arguments of type AzureFirewallApplicationRuleProtocol Modifier and Type Method Description AzureFirewallApplicationRuleAzureFirewallApplicationRule. withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)Set the protocols value.
-