言語

ISubscriptionCollection.ByPartner(String) メソッド

定義

パートナーによる顧客のサブスクリプションをグループ化します。

public Microsoft.Store.PartnerCenter.GenericOperations.IEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription>> ByPartner(string partnerId);
abstract member ByPartner : string -> Microsoft.Store.PartnerCenter.GenericOperations.IEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription, Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription>>
Public Function ByPartner (partnerId As String) As IEntityCollectionRetrievalOperations(Of Subscription, ResourceCollection(Of Subscription))

パラメーター

partnerId
String

パートナーID。

返品

パートナーはサブスクリプション業務を運営しています。

適用対象