Class AzureFirewallApplicationRule
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureFirewallApplicationRule
-
public class AzureFirewallApplicationRule extends Object
Properties of an application rule.
-
-
Constructor Summary
Constructors Constructor Description AzureFirewallApplicationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description value.Stringname()Get the name value.List<AzureFirewallApplicationRuleProtocol>protocols()Get the protocols value.List<String>sourceAddresses()Get the sourceAddresses value.List<String>targetUrls()Get the targetUrls value.AzureFirewallApplicationRulewithDescription(String description)Set the description value.AzureFirewallApplicationRulewithName(String name)Set the name value.AzureFirewallApplicationRulewithProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)Set the protocols value.AzureFirewallApplicationRulewithSourceAddresses(List<String> sourceAddresses)Set the sourceAddresses value.AzureFirewallApplicationRulewithTargetUrls(List<String> targetUrls)Set the targetUrls value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public AzureFirewallApplicationRule withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the AzureFirewallApplicationRule object itself.
-
description
public String description()
Get the description value.- Returns:
- the description value
-
withDescription
public AzureFirewallApplicationRule withDescription(String description)
Set the description value.- Parameters:
description- the description value to set- Returns:
- the AzureFirewallApplicationRule object itself.
-
sourceAddresses
public List<String> sourceAddresses()
Get the sourceAddresses value.- Returns:
- the sourceAddresses value
-
withSourceAddresses
public AzureFirewallApplicationRule withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses value.- Parameters:
sourceAddresses- the sourceAddresses value to set- Returns:
- the AzureFirewallApplicationRule object itself.
-
protocols
public List<AzureFirewallApplicationRuleProtocol> protocols()
Get the protocols value.- Returns:
- the protocols value
-
withProtocols
public AzureFirewallApplicationRule withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)
Set the protocols value.- Parameters:
protocols- the protocols value to set- Returns:
- the AzureFirewallApplicationRule object itself.
-
withTargetUrls
public AzureFirewallApplicationRule withTargetUrls(List<String> targetUrls)
Set the targetUrls value.- Parameters:
targetUrls- the targetUrls value to set- Returns:
- the AzureFirewallApplicationRule object itself.
-
-