SecurityRuleListResult interface
Response for ListSecurityRule API service call. Retrieves all security rules that belongs to a network security group.
Properties
next |
The URL to get the next set of results. |
value | The security rules in a network security group. |
Property Details
nextLink
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[]