public class AzureFirewallApplicationRuleCollection
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
AzureFirewallApplicationRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallRCAction |
action()
Get the action property: The action type of a rule collection.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within the Azure firewall.
|
Integer |
priority()
Get the priority property: Priority of the application rule collection resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the application rule collection resource.
|
List<AzureFirewallApplicationRule> |
rules()
Get the rules property: Collection of rules used by a application rule collection.
|
void |
validate()
Validates the instance.
|
AzureFirewallApplicationRuleCollection |
withAction(AzureFirewallRCAction action)
Set the action property: The action type of a rule collection.
|
AzureFirewallApplicationRuleCollection |
withName(String name)
Set the name property: The name of the resource that is unique within the Azure firewall.
|
AzureFirewallApplicationRuleCollection |
withPriority(Integer priority)
Set the priority property: Priority of the application rule collection resource.
|
AzureFirewallApplicationRuleCollection |
withRules(List<AzureFirewallApplicationRule> rules)
Set the rules property: Collection of rules used by a application rule collection.
|
public AzureFirewallApplicationRuleCollection()
public String name()
public AzureFirewallApplicationRuleCollection withName(String name)
name - the name value to set.public String etag()
public Integer priority()
public AzureFirewallApplicationRuleCollection withPriority(Integer priority)
priority - the priority value to set.public AzureFirewallRCAction action()
public AzureFirewallApplicationRuleCollection withAction(AzureFirewallRCAction action)
action - the action value to set.public List<AzureFirewallApplicationRule> rules()
public AzureFirewallApplicationRuleCollection withRules(List<AzureFirewallApplicationRule> rules)
rules - the rules value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.