言語

CustomerCompanyProfile クラス

定義

顧客企業のプロフィール情報を保持します。

public sealed class CustomerCompanyProfile : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type CustomerCompanyProfile = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class CustomerCompanyProfile
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
継承

コンストラクター

名前 説明
CustomerCompanyProfile()

顧客企業のプロフィール情報を保持します。

プロパティ

名前 説明
Attributes

属性を手に入れる。

(継承元 ResourceBase)
CompanyName

会社名を手に入れたり決めたりします。

Domain

顧客のAzure Active Directoryドメインを取得したり設定したりします。

Links

リソースリンクを取得したり設定したりします。

(継承元 ResourceBaseWithLinks<TLinks>)
OrganizationRegistrationNumber

組織登録番号を取得するか設定します。

TenantId

顧客のテナントのAzure Active Directoryテナント識別子を取得したり設定したりします。

適用対象