Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNetworkRuleProtocol
-
Packages that use AzureFirewallNetworkRuleProtocol Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AzureFirewallNetworkRuleProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallNetworkRuleProtocol Modifier and Type Method Description List<AzureFirewallNetworkRuleProtocol>AzureFirewallNatRule. protocols()Get the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.List<AzureFirewallNetworkRuleProtocol>AzureFirewallNetworkRule. protocols()Get the protocols property: Array of AzureFirewallNetworkRuleProtocols.static Collection<AzureFirewallNetworkRuleProtocol>AzureFirewallNetworkRuleProtocol. values()Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallNetworkRuleProtocol Modifier and Type Method Description AzureFirewallNatRuleAzureFirewallNatRule. withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)Set the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)Set the protocols property: Array of AzureFirewallNetworkRuleProtocols.
-