NetworkSecurityGroupResourceSettings interface

Defines the NSG resource settings.

Extends

Properties

resourceType

Polymorphic discriminator, which specifies the different types this object can be

securityRules

Gets or sets Security rules of network security group.

tags

Gets or sets the Resource tags.

Inherited Properties

targetResourceGroupName

Gets or sets the target resource group name.

targetResourceName

Gets or sets the target Resource name.

Property Details

resourceType

Polymorphic discriminator, which specifies the different types this object can be

resourceType: "Microsoft.Network/networkSecurityGroups"

Property Value

"Microsoft.Network/networkSecurityGroups"

securityRules

Gets or sets Security rules of network security group.

securityRules?: NsgSecurityRule[]

Property Value

tags

Gets or sets the Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited Property Details

targetResourceGroupName

Gets or sets the target resource group name.

targetResourceGroupName?: string

Property Value

string

Inherited From ResourceSettings.targetResourceGroupName

targetResourceName

Gets or sets the target Resource name.

targetResourceName?: string

Property Value

string

Inherited From ResourceSettings.targetResourceName