PreconfiguredEndpointList interface
Defines a list of preconfigured endpoints.
Properties
next |
URL to get the next set of PreconfiguredEndpoints if there are any. |
value | List of PreconfiguredEndpoints supported by NetworkExperiment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
URL to get the next set of PreconfiguredEndpoints if there are any.
nextLink?: string
Property Value
string
value
List of PreconfiguredEndpoints supported by NetworkExperiment. NOTE: This property will not be serialized. It can only be populated by the server.
value?: PreconfiguredEndpoint[]