次の方法で共有


ISubscriptionCollection.ByOrder(String) Method

Definition

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.

Applies to