次の方法で共有


Customer クラス

定義

パートナーの顧客。

[Microsoft.Rest.Serialization.JsonTransformation]
public class Customer : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Customer = class
    inherit Resource
Public Class Customer
Inherits Resource
継承
Customer
属性

コンストラクター

Customer()

Customer クラスの新しいインスタンスを初期化します。

Customer(String, String, String, String, String, String, IList<AzurePlan>, IList<Reseller>)

Customer クラスの新しいインスタンスを初期化します。

プロパティ

BillingProfileDisplayName

請求書セクションの課金プロファイルの名前を取得します。

BillingProfileId

請求書セクションの課金プロファイルの ID を取得します。

DisplayName

顧客の名前を取得または設定します。

EnabledAzurePlans

顧客に対して有効な Azure プランを取得または設定します。

Id

リソース ID を取得します。

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
Resellers

顧客に対して Azure プランが有効になっているリセラーの一覧を取得または設定します。

Type

リソースの種類を取得します。

(継承元 Resource)

適用対象