public class FirewallPolicyRuleCollectionGroupInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
FirewallPolicyRuleCollectionGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
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 a resource group.
|
Integer |
priority()
Get the priority property: Priority of the Firewall Policy Rule Collection Group resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the firewall policy rule collection group resource.
|
List<FirewallPolicyRuleCollection> |
ruleCollections()
Get the ruleCollections property: Group of Firewall Policy rule collections.
|
String |
type()
Get the type property: Rule Group type.
|
void |
validate()
Validates the instance.
|
FirewallPolicyRuleCollectionGroupInner |
withId(String id) |
FirewallPolicyRuleCollectionGroupInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
FirewallPolicyRuleCollectionGroupInner |
withPriority(Integer priority)
Set the priority property: Priority of the Firewall Policy Rule Collection Group resource.
|
FirewallPolicyRuleCollectionGroupInner |
withRuleCollections(List<FirewallPolicyRuleCollection> ruleCollections)
Set the ruleCollections property: Group of Firewall Policy rule collections.
|
public FirewallPolicyRuleCollectionGroupInner()
public String name()
public FirewallPolicyRuleCollectionGroupInner withName(String name)
name - the name value to set.public String etag()
public String type()
public Integer priority()
public FirewallPolicyRuleCollectionGroupInner withPriority(Integer priority)
priority - the priority value to set.public List<FirewallPolicyRuleCollection> ruleCollections()
public FirewallPolicyRuleCollectionGroupInner withRuleCollections(List<FirewallPolicyRuleCollection> ruleCollections)
ruleCollections - the ruleCollections value to set.public ProvisioningState provisioningState()
public FirewallPolicyRuleCollectionGroupInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.