IAvailabilityCollectionByTargetSegmentByReservationScopeOperations.GetAsync 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.
Asynchronously retrieves all the availabilities for the provided sku on a specific reservation scope given a target segment.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Availability>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Availability>>
Public Function GetAsync () As Task(Of ResourceCollection(Of Availability))
Returns
The availabilities for the provided sku on a specific reservation scope given a target segment.