Interface OffersOperations
interface OffersOperations { get: ((resourceGroupName: string,
clusterName: string,
publisherName: string,
offerName: string,
options?: OffersGetOptionalParams) => Promise<Offer>); listByCluster: ((resourceGroupName: string,
clusterName: string,
options?: OffersListByClusterOptionalParams) => PagedAsyncIterableIterator<Offer, {}, PageSettings>); listByPublisher: ((resourceGroupName: string,
clusterName: string,
publisherName: string,
options?: OffersListByPublisherOptionalParams) => PagedAsyncIterableIterator<Offer, {}, PageSettings>); } Properties
get
get: ((resourceGroupName: string,
clusterName: string,
publisherName: string,
offerName: string,
options?: OffersGetOptionalParams) => Promise<Offer>)
Interface representing a Offers operations.