Sdílet prostřednictvím


ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope.GetAsync Method

Definition

Asynchronously retrieves all the products in a given product collection and that apply to a given customer, filtered by reservation scope.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Product>>
Public Function GetAsync () As Task(Of ResourceCollection(Of Product))

Returns

The products in a given product collection and that apply to a given customer, filtered by reservation scope.

Implements

Applies to