NetworkSecurityGroupPropertiesFormatOutput interface
Network Security Group resource.
Properties
| default |
The default security rules of network security group. |
| 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. |
Property Details
defaultSecurityRules
The default security rules of network security group.
defaultSecurityRules?: SecurityRuleOutput[]
Property Value
flowLogs
A collection of references to flow log resources.
flowLogs?: FlowLogOutput[]
Property Value
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?: NetworkInterfaceOutput[]
Property Value
provisioningState
The provisioning state of the network security group resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
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?: SecurityRuleOutput[]