Share via


NetworkSecurityGroupPropertiesFormatOutput interface

Network Security Group resource.

Properties

defaultSecurityRules

The default security rules of network security group.

flowLogs

A collection of references to flow log resources.

flushConnection

When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.

networkInterfaces

A collection of references to network interfaces.

provisioningState

The provisioning state of the network security group resource.

resourceGuid

The resource GUID property of the network security group resource.

securityRules

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[]

Property Value

subnets

A collection of references to subnets.

subnets?: SubnetOutput[]

Property Value