SecurityRuleListResult interface

Response for ListSecurityRule API service call. Retrieves all security rules that belongs to a network security group.

Properties

nextLink

The URL to get the next set of results.

value

The security rules in a network security group.

Property Details

The URL to get the next set of results.

nextLink?: string

Property Value

string

value

The security rules in a network security group.

value?: SecurityRule[]

Property Value