OfferingsListResult interface
Response containing the list of offerings available in Azure AI Search, organized by region.
Properties
| next |
The URL to get the next set of offerings, if any. |
| value | The list of Azure AI Search offerings by region. |
Property Details
nextLink
The URL to get the next set of offerings, if any.
nextLink?: string
Property Value
string
value
The list of Azure AI Search offerings by region.
value?: OfferingsByRegion[]