ISku.ByCustomerReservationScope(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the operations that can be applied on a customer's sku id's filtered by a specific reservation scope.
public Microsoft.Store.PartnerCenter.Customers.Products.ICustomerSkuByReservationScope ByCustomerReservationScope (string reservationScope);
abstract member ByCustomerReservationScope : string -> Microsoft.Store.PartnerCenter.Customers.Products.ICustomerSkuByReservationScope
Public Function ByCustomerReservationScope (reservationScope As String) As ICustomerSkuByReservationScope
Parameters
- reservationScope
- String
The reservation scope filter.
Returns
The individual sku operations sorted by reservation scope.