Network Security Group Args
data class NetworkSecurityGroupArgs(val defaultSecurityRules: Output<List<SecurityRuleArgs>>? = null, val etag: Output<String>? = null, val flushConnection: Output<Boolean>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val provisioningState: Output<String>? = null, val resourceGuid: Output<String>? = null, val securityRules: Output<List<SecurityRuleArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NetworkSecurityGroupArgs>
NetworkSecurityGroup resource.
Constructors
Link copied to clipboard
constructor(defaultSecurityRules: Output<List<SecurityRuleArgs>>? = null, etag: Output<String>? = null, flushConnection: Output<Boolean>? = null, id: Output<String>? = null, location: Output<String>? = null, provisioningState: Output<String>? = null, resourceGuid: Output<String>? = null, securityRules: Output<List<SecurityRuleArgs>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The default security rules of network security group.
Link copied to clipboard
When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.
Link copied to clipboard
The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Link copied to clipboard
The resource GUID property of the network security group resource.
Link copied to clipboard
A collection of security rules of the network security group.