IpGroupListResult interface
Response for the ListIpGroups API service call.
Properties
nextLink |
URL to get the next set of results.
|
value |
The list of IpGroups information resources.
|
Property Details
nextLink
URL to get the next set of results.
nextLink?: string
Property Value
value
The list of IpGroups information resources.
value?: IpGroup[]
Property Value