ISubscription インターフェイス

定義

このインターフェースは、顧客のサブスクリプションで利用可能な操作を定義します。

public interface ISubscription : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityPatchOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Subscription>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type ISubscription = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<Subscription>
    interface IEntityPatchOperations<Subscription>
Public Interface ISubscription
Implements IEntityGetOperations(Of Subscription), IEntityPatchOperations(Of Subscription), IPartnerComponent(Of Tuple(Of String, String))
実装

プロパティ

名前 説明
ActivationLinks

現在のサブスクリプションのアクティベーションリンクを取得します。

AddOns

現在のサブスクリプションのアドオン操作を取得できます。

Context

コンポーネントコンテキストオブジェクトを取得します。

(継承元 IPartnerComponent<TContext>)
Conversions

現在のサブスクリプションのコンバージョン操作を受け取ります。 これらの操作はトライアルサブスクリプションにのみ適用されます。

Partner

このコンポーネントを生成したパートナーオペレーションインスタンスへの参照を取得します。

(継承元 IPartnerComponent<TContext>)
ProvisioningStatus

現在のサブスクリプションのプロビジョニング状況操作を取得します。

Registration

現在のサブスクリプションの登録業務を手に入れます。

RegistrationStatus

現在のサブスクリプションの登録状況操作を取得します。

SupportContact

現在のサブスクリプションのサポート連絡先業務を受け取ります。

TransitionEligibilities

現在のサブスクリプションの移行適格操作を受けます。

Transitions

現在のサブスクリプションの移行操作を受け取ります。

Upgrades

現在のサブスクリプションのアップグレード操作を受け取ります。

UsageRecords

現在のサブスクリプションのリソース使用記録操作を取得します。

UsageSummary

現在のサブスクリプションの使用状況概要操作を取得します。

Utilization

現在のサブスクリプションの利用率操作を取得します。

メソッド

名前 説明
Activate()

サブスクリプションの有効化(この操作は現在、サンドボックスパートナーのみで利用可能で、3PPサブスクリプションの有効化に使用されます)。

ActivateAsync()

非同期のサブスクリプションアクティベート(この操作は現在、サンドボックスパートナーのみで利用可能で、3PPサブスクリプションの有効化に使用されます)。

Get()

購読を取り戻す。

GetAsync()

非同期でサブスクリプションを取得。

GetAzurePlanSubscriptionEntitlements()

Azureプランのサブスクリプション権利を取得します。

GetAzurePlanSubscriptionEntitlementsAsync()

非同期的にAzureプランのサブスクリプション権利を取得します。

Patch(Subscription)

サブスクリプションをパッチで修正します。

Patch(T)

エンティティをパッチします。

(継承元 IEntityPatchOperations<T>)
PatchAsync(Subscription)

非同期でサブスクリプションをパッチ適用します。

PatchAsync(T)

非同期でエンティティにパッチを当てる。

(継承元 IEntityPatchOperations<T>)

適用対象