public class AzureFirewallNetworkRuleCollection
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
AzureFirewallNetworkRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallRCAction |
action()
Get the action type of a rule collection.
|
String |
etag()
Get gets a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get gets name of the resource that is unique within a resource group.
|
Integer |
priority()
Get priority of the network rule collection resource.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the resource.
|
List<AzureFirewallNetworkRule> |
rules()
Get collection of rules used by a network rule collection.
|
AzureFirewallNetworkRuleCollection |
withAction(AzureFirewallRCAction action)
Set the action type of a rule collection.
|
AzureFirewallNetworkRuleCollection |
withName(String name)
Set gets name of the resource that is unique within a resource group.
|
AzureFirewallNetworkRuleCollection |
withPriority(Integer priority)
Set priority of the network rule collection resource.
|
AzureFirewallNetworkRuleCollection |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning state of the resource.
|
AzureFirewallNetworkRuleCollection |
withRules(List<AzureFirewallNetworkRule> rules)
Set collection of rules used by a network rule collection.
|
public Integer priority()
public AzureFirewallNetworkRuleCollection withPriority(Integer priority)
priority - the priority value to setpublic AzureFirewallRCAction action()
public AzureFirewallNetworkRuleCollection withAction(AzureFirewallRCAction action)
action - the action value to setpublic List<AzureFirewallNetworkRule> rules()
public AzureFirewallNetworkRuleCollection withRules(List<AzureFirewallNetworkRule> rules)
rules - the rules value to setpublic ProvisioningState provisioningState()
public AzureFirewallNetworkRuleCollection withProvisioningState(ProvisioningState provisioningState)
provisioningState - the provisioningState value to setpublic String name()
public AzureFirewallNetworkRuleCollection 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.
*/