Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkSecurityGroupRule

Package version

An interface representing NetworkSecurityGroupRule.

summary

A network security group rule to apply to an inbound endpoint.

Hierarchy

  • NetworkSecurityGroupRule

Index

Properties

access

The action that should be taken for a specified IP address, subnet range or tag. Possible values include: 'allow', 'deny'

priority

priority: number

The priority for this rule. Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 3500. If any reserved or duplicate values are provided the request fails with HTTP status code 400.

sourceAddressPrefix

sourceAddressPrefix: string

The source address prefix or tag to match for the rule. Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.

Generated using TypeDoc