UsageListResult interface

The response to a list usage request.

Properties

nextLink

The link used to get the next page of Usages.

value

The list of usages for Cognitive Service account.

Property Details

The link used to get the next page of Usages.

nextLink?: string

Property Value

string

value

The list of usages for Cognitive Service account.

value?: Usage[]

Property Value

Usage[]