Share via


PrivateStoreCollectionOfferOperationsExtensions.List Method

Definition

Get a list of all private offers in the given private store and collection

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Marketplace.Models.Offer> List (this Microsoft.Azure.Management.Marketplace.IPrivateStoreCollectionOfferOperations operations, string privateStoreId, string collectionId);
static member List : Microsoft.Azure.Management.Marketplace.IPrivateStoreCollectionOfferOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Marketplace.Models.Offer>
<Extension()>
Public Function List (operations As IPrivateStoreCollectionOfferOperations, privateStoreId As String, collectionId As String) As IPage(Of Offer)

Parameters

operations
IPrivateStoreCollectionOfferOperations

The operations group for this extension method.

privateStoreId
String

The store ID - must use the tenant ID

collectionId
String

The collection ID

Returns

Applies to