ConnectivityConfigurationListResult interface
Result of the request to list network manager connectivity configurations. It contains a list of configurations and a link to get the next set of results.
Properties
next |
Gets the URL to get the next page of results. |
value | Gets a page of Connectivity Configurations |
Property Details
nextLink
Gets the URL to get the next page of results.
nextLink?: string
Property Value
string
value
Gets a page of Connectivity Configurations
value?: ConnectivityConfiguration[]