IAvailabilityCollectionByTargetSegment.ByReservationScope(String) Method

Definition

Retrieves the operations that can be applied on products that belong to a given target segment, and reservation scope.

public Microsoft.Store.PartnerCenter.Products.IAvailabilityCollectionByTargetSegmentByReservationScopeOperations ByReservationScope (string reservationScope);
abstract member ByReservationScope : string -> Microsoft.Store.PartnerCenter.Products.IAvailabilityCollectionByTargetSegmentByReservationScopeOperations
Public Function ByReservationScope (reservationScope As String) As IAvailabilityCollectionByTargetSegmentByReservationScopeOperations

Parameters

reservationScope
String

The reservation scope filter.

Returns

The availability collection operations by target segment by reservation scope.

Applies to