Share via


Offerings Interface

public interface Offerings

Resource collection API of Offerings.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ProviderDescription> list(String locationName)

Returns the list of all provider offerings available for the given location.

abstract PagedIterable<ProviderDescription> list(String locationName, Context context)

Returns the list of all provider offerings available for the given location.

Method Details

list

public abstract PagedIterable<ProviderDescription> list(String locationName)

Returns the list of all provider offerings available for the given location.

Parameters:

locationName - Location.

Returns:

the response of a list Providers operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ProviderDescription> list(String locationName, Context context)

Returns the list of all provider offerings available for the given location.

Parameters:

locationName - Location.
context - The context to associate with this operation.

Returns:

the response of a list Providers operation as paginated response with PagedIterable<T>.

Applies to