다음을 통해 공유


IAvailabilityCollectionByTargetSegment.GetAsync Method

Definition

Asynchronously retrieves all the availabilities for the provided sku on a specific 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 target segment.

Implements

Applies to