ListEdgeSiteL2ConnectionsResult

data class ListEdgeSiteL2ConnectionsResult(val nextLink: String, val value: List<ResourceIdListResultResponseValue>? = null)

Response for an API service call that lists the resource IDs of resources associated with another resource.

Constructors

Link copied to clipboard
constructor(nextLink: String, value: List<ResourceIdListResultResponseValue>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to get the next set of results.

Link copied to clipboard

A list of Azure Resource IDs.