Package version:

Interface SignalRUsageList

Object that includes an array of the resource usages and a possible link for next set.

Hierarchy

  • SignalRUsageList

Properties

Properties

nextLink?: string

The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

value?: SignalRUsage[]

List of the resource usages

Generated using TypeDoc