FirewallPolicyRuleGroupInner Class

Definition

Rule Group resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallPolicyRuleGroupInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallPolicyRuleGroupInner = class
    inherit SubResource
Public Class FirewallPolicyRuleGroupInner
Inherits SubResource
Inheritance
FirewallPolicyRuleGroupInner
Attributes

Constructors

FirewallPolicyRuleGroupInner()

Initializes a new instance of the FirewallPolicyRuleGroupInner class.

FirewallPolicyRuleGroupInner(String, Nullable<Int32>, IList<FirewallPolicyRule>, ProvisioningState, String, String, String)

Initializes a new instance of the FirewallPolicyRuleGroupInner class.

Properties

Etag

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

Id

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 Group resource.

ProvisioningState

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

Rules

Gets or sets group of Firewall Policy rules.

Type

Gets rule Group type.

Methods

Validate()

Validate the object.

Applies to