Class AzureFirewallApplicationRuleProtocol
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol
-
public class AzureFirewallApplicationRuleProtocol extends Object
Properties of the application rule protocol.
-
-
Constructor Summary
Constructors Constructor Description AzureFirewallApplicationRuleProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerport()Get the port value.AzureFirewallApplicationRuleProtocolTypeprotocolType()Get the protocolType value.AzureFirewallApplicationRuleProtocolwithPort(Integer port)Set the port value.AzureFirewallApplicationRuleProtocolwithProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)Set the protocolType value.
-
-
-
Method Detail
-
protocolType
public AzureFirewallApplicationRuleProtocolType protocolType()
Get the protocolType value.- Returns:
- the protocolType value
-
withProtocolType
public AzureFirewallApplicationRuleProtocol withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)
Set the protocolType value.- Parameters:
protocolType- the protocolType value to set- Returns:
- the AzureFirewallApplicationRuleProtocol object itself.
-
port
public Integer port()
Get the port value.- Returns:
- the port value
-
withPort
public AzureFirewallApplicationRuleProtocol withPort(Integer port)
Set the port value.- Parameters:
port- the port value to set- Returns:
- the AzureFirewallApplicationRuleProtocol object itself.
-
-