CapabilityListResult interface

Model that represents a list of Capability resources and a link for pagination.

Properties

nextLink

URL to retrieve the next page of Capability resources. NOTE: This property will not be serialized. It can only be populated by the server.

value

List of Capability resources. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

URL to retrieve the next page of Capability resources. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

List of Capability resources. NOTE: This property will not be serialized. It can only be populated by the server.

value?: Capability[]

Property Value