BatchNodeVMExtensionListResultOutput interface
The result of listing the Compute Node extensions in a Node.
Properties
| odata. |
The URL to get the next set of results. |
| value | The list of Compute Node extensions. |
Property Details
odata.nextLink
The URL to get the next set of results.
odata.nextLink?: string
Property Value
string
value
The list of Compute Node extensions.
value?: BatchNodeVMExtensionOutput[]