Get Firewall Policy Rule Collection Group Draft Result
data class GetFirewallPolicyRuleCollectionGroupDraftResult(val azureApiVersion: String, val id: String? = null, val name: String? = null, val priority: Int? = null, val ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, val size: String, val type: String)
Rule Collection Group resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String? = null, name: String? = null, priority: Int? = null, ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, size: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
val ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null
Group of Firewall Policy rule collections.