AzureBareMetalStorageInstancesListResult interface
The response from the Get AzureBareMetalStorageInstances operation.
Properties
| next |
The URL to get the next set of AzureBareMetalStorage instances. |
| value | The list of AzureBareMetalStorage instances. |
Property Details
nextLink
The URL to get the next set of AzureBareMetalStorage instances.
nextLink?: string
Property Value
string
value
The list of AzureBareMetalStorage instances.
value?: AzureBareMetalStorageInstance[]