BatchApplicationListResultOutput interface
The result of listing the applications available in an Account.
Properties
| odata. |
The URL to get the next set of results. |
| value | The list of applications available in the Account. |
Property Details
odata.nextLink
The URL to get the next set of results.
odata.nextLink?: string
Property Value
string
value
The list of applications available in the Account.
value?: BatchApplicationOutput[]