NetworkSecurityGroupProperties interface
Network Security Group resource.
Properties
| network |
A collection of references to network interfaces that are currently using this NSG. |
| provisioning |
The provisioning state of the network security group resource. |
| status | The observed state of Network Security Group |
| subnets | A collection of references to logical networks that are currently using this NSG |
Property Details
networkInterfaces
A collection of references to network interfaces that are currently using this NSG.
networkInterfaces?: NetworkInterfaceArmReference[]
Property Value
provisioningState
The provisioning state of the network security group resource.
provisioningState?: string
Property Value
string
status
The observed state of Network Security Group
status?: NetworkSecurityGroupStatus
Property Value
subnets
A collection of references to logical networks that are currently using this NSG
subnets?: LogicalNetworkArmReference[]