OfferingsListResult interface
The response of a list Providers operation.
Properties
| next |
Link to the next set of results. Not empty if Value contains incomplete list of Providers. |
| value | Result of a list Providers operation. |
Property Details
nextLink
Link to the next set of results. Not empty if Value contains incomplete list of Providers.
nextLink?: string
Property Value
string
value
Result of a list Providers operation.
value?: ProviderDescription[]