IAvailabilityCollection.ByReservationScope(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 availabilities filtered by a specific reservation scope.
public Microsoft.Store.PartnerCenter.Products.IAvailabilityCollectionByReservationScopeOperations ByReservationScope (string reservationScope);
abstract member ByReservationScope : string -> Microsoft.Store.PartnerCenter.Products.IAvailabilityCollectionByReservationScopeOperations
Public Function ByReservationScope (reservationScope As String) As IAvailabilityCollectionByReservationScopeOperations
Parameters
- reservationScope
- String
The availability reservation scope filter.
Returns
The availability collection operations by reservation scope.