Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNetworkRuleProtocol
Packages that use AzureFirewallNetworkRuleProtocol
Package
Description
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 AzureFirewallNetworkRuleProtocolModifier and TypeFieldDescriptionstatic final AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol.ANYStatic value Any for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol.ICMPStatic value ICMP for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol.TCPStatic value TCP for AzureFirewallNetworkRuleProtocol.static final AzureFirewallNetworkRuleProtocolAzureFirewallNetworkRuleProtocol.UDPStatic value UDP for AzureFirewallNetworkRuleProtocol.Methods in com.azure.resourcemanager.network.models that return AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionAzureFirewallNetworkRuleProtocol.fromString(String name) Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.FirewallPacketCaptureParameters.protocol()Get the protocol property: The protocol of packets to capture.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionAzureFirewallNatRule.protocols()Get the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRule.protocols()Get the protocols property: Array of AzureFirewallNetworkRuleProtocols.AzureFirewallNetworkRuleProtocol.values()Gets known AzureFirewallNetworkRuleProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.withProtocol(AzureFirewallNetworkRuleProtocol protocol) Set the protocol property: The protocol of packets to capture.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallNetworkRuleProtocolModifier and TypeMethodDescriptionAzureFirewallNatRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols) Set the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.AzureFirewallNetworkRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols) Set the protocols property: Array of AzureFirewallNetworkRuleProtocols.