NetworkSecurityGroup interface
NetworkSecurityGroup resource.
- Extends
Properties
| default |
The default security rules of network security group. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| flow |
A collection of references to flow log resources. |
| flush |
When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation. |
| network |
A collection of references to network interfaces. |
| provisioning |
The provisioning state of the network security group resource. |
| resource |
The resource GUID property of the network security group resource. |
| security |
A collection of security rules of the network security group. |
| subnets | A collection of references to subnets. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
defaultSecurityRules
The default security rules of network security group.
defaultSecurityRules?: SecurityRule[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
flowLogs
flushConnection
When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.
flushConnection?: boolean
Property Value
boolean
networkInterfaces
A collection of references to network interfaces.
networkInterfaces?: NetworkInterface[]
Property Value
provisioningState
The provisioning state of the network security group resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the network security group resource.
resourceGuid?: string
Property Value
string
securityRules
A collection of security rules of the network security group.
securityRules?: SecurityRule[]
Property Value
subnets
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags