LicensesListResult interface

The List license operation response.

Properties

nextLink

The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile.

value

The list of licenses.

Property Details

The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile.

nextLink?: string

Property Value

string

value

The list of licenses.

value: License[]

Property Value