public class AzureFirewallApplicationRuleCollection
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
AzureFirewallApplicationRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallRCAction |
action()
Get the action type of a rule collection.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource that is unique within the Azure firewall.
|
Integer |
priority()
Get priority of the application rule collection resource.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the application rule collection resource.
|
List<AzureFirewallApplicationRule> |
rules()
Get collection of rules used by a application rule collection.
|
AzureFirewallApplicationRuleCollection |
withAction(AzureFirewallRCAction action)
Set the action type of a rule collection.
|
AzureFirewallApplicationRuleCollection |
withName(String name)
Set the name of the resource that is unique within the Azure firewall.
|
AzureFirewallApplicationRuleCollection |
withPriority(Integer priority)
Set priority of the application rule collection resource.
|
AzureFirewallApplicationRuleCollection |
withRules(List<AzureFirewallApplicationRule> rules)
Set collection of rules used by a application rule collection.
|
public AzureFirewallApplicationRuleCollection()
public Integer priority()
public AzureFirewallApplicationRuleCollection withPriority(Integer priority)
priority - the priority value to setpublic AzureFirewallRCAction action()
public AzureFirewallApplicationRuleCollection withAction(AzureFirewallRCAction action)
action - the action value to setpublic List<AzureFirewallApplicationRule> rules()
public AzureFirewallApplicationRuleCollection withRules(List<AzureFirewallApplicationRule> rules)
rules - the rules value to setpublic ProvisioningState provisioningState()
public String name()
public AzureFirewallApplicationRuleCollection withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/