Offerings interface
Interface representing a Offerings.
Methods
list(string, Offerings |
Returns the list of all provider offerings available for the given location. |
Method Details
list(string, OfferingsListOptionalParams)
Returns the list of all provider offerings available for the given location.
function list(locationName: string, options?: OfferingsListOptionalParams): PagedAsyncIterableIterator<ProviderDescription, ProviderDescription[], PageSettings>
Parameters
- locationName
-
string
Location.
- options
- OfferingsListOptionalParams
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript