GetFirewallPolicyRuleCollectionGroupResult

data class GetFirewallPolicyRuleCollectionGroupResult(val etag: String, val id: String? = null, val name: String? = null, val priority: Int? = null, val provisioningState: String, val ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, val type: String)

Rule Collection Group resource.

Constructors

constructor(etag: String, id: String? = null, name: String? = null, priority: Int? = null, provisioningState: String, ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val priority: Int? = null

Priority of the Firewall Policy Rule Collection Group resource.

Link copied to clipboard

The provisioning state of the firewall policy rule collection group resource.

Link copied to clipboard

Group of Firewall Policy rule collections.

Link copied to clipboard

Rule Group type.