FirewallPolicyRuleCollectionGroup Class

Definition

Rule Collection Group resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallPolicyRuleCollectionGroup : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallPolicyRuleCollectionGroup = class
    inherit SubResource
Public Class FirewallPolicyRuleCollectionGroup
Inherits SubResource
Inheritance
FirewallPolicyRuleCollectionGroup
Attributes

Constructors

FirewallPolicyRuleCollectionGroup()

Initializes a new instance of the FirewallPolicyRuleCollectionGroup class.

FirewallPolicyRuleCollectionGroup(String, Nullable<Int32>, IList<FirewallPolicyRuleCollection>, String, String, String, String)

Initializes a new instance of the FirewallPolicyRuleCollectionGroup class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource.

Priority

Gets or sets priority of the Firewall Policy Rule Collection Group resource.

ProvisioningState

Gets the provisioning state of the firewall policy rule collection group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

RuleCollections

Gets or sets group of Firewall Policy rule collections.

Type

Gets rule Group type.

Methods

Validate()

Validate the object.

Applies to