共用方式為


PrivateStoreOperationsExtensions.QueryOffersMethodAsync Method

Definition

List of offers, regardless the collections

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Marketplace.Models.QueryOffers> QueryOffersMethodAsync (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations operations, string privateStoreId, System.Threading.CancellationToken cancellationToken = default);
static member QueryOffersMethodAsync : Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Marketplace.Models.QueryOffers>
<Extension()>
Public Function QueryOffersMethodAsync (operations As IPrivateStoreOperations, privateStoreId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of QueryOffers)

Parameters

operations
IPrivateStoreOperations

The operations group for this extension method.

privateStoreId
String

The store ID - must use the tenant ID

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to