ISupportProfile インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サポートプロファイルの行動をカプセル化します。
public interface ISupportProfile : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Partners.SupportProfile>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ISupportProfile = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityGetOperations<SupportProfile>
interface IEntityUpdateOperations<SupportProfile>
Public Interface ISupportProfile
Implements IEntityGetOperations(Of SupportProfile), IEntityUpdateOperations(Of SupportProfile), IPartnerComponent, IPartnerComponent(Of String)
- 実装
プロパティ
| 名前 | 説明 |
|---|---|
| Context |
コンポーネントコンテキストオブジェクトを取得します。 (継承元 IPartnerComponent<TContext>) |
| Partner |
このコンポーネントを生成したパートナーオペレーションインスタンスへの参照を取得します。 (継承元 IPartnerComponent<TContext>) |
メソッド
| 名前 | 説明 |
|---|---|
| Get() |
サポートプロファイルを取得します。 この操作は現在、ユーザーベースの認証情報にのみ対応されています。 |
| GetAsync() |
非同期でサポートプロファイルを取得します。 この操作は現在、ユーザーベースの認証情報にのみ対応されています。 |
| Update(SupportProfile) |
サポートプロファイルを更新します。 この操作は現在、ユーザーベースの認証情報にのみ対応されています。 |
| Update(T) |
エンティティを更新します。 (継承元 IEntityUpdateOperations<T>) |
| UpdateAsync(SupportProfile) |
サポートプロファイルを非同期で更新します。 この操作は現在、ユーザーベースの認証情報にのみ対応されています。 |
| UpdateAsync(T) |
非同期的にエンティティを更新します。 (継承元 IEntityUpdateOperations<T>) |