Compartilhar via


ISkuCollectionByReservationScope.Get Method

Definition

Retrieves all the skus for the provided product and reservation scope.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku> Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku>
Public Function Get () As ResourceCollection(Of Sku)

Returns

The skus for the provided product and reservation scope.

Implements

Applies to