ISubscriptionCollection.ByOrder(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.
Groups customer subscriptions by an order.
public Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription>> ByOrder (string orderId);
abstract member ByOrder : string -> Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription, Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription>>
Public Function ByOrder (orderId As String) As IEntireEntityCollectionRetrievalOperations(Of Subscription, ResourceCollection(Of Subscription))
Parameters
- orderId
- String
The order id.
Returns
The order subscriptions operations.