次の方法で共有


BillingSubscription クラス

定義

課金サブスクリプション。

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

コンストラクター

BillingSubscription()

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

BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)

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

プロパティ

BillingProfileDisplayName

サブスクリプションの請求先となる課金プロファイルの名前を取得します。

BillingProfileId

サブスクリプションの課金先となる課金プロファイルの ID を取得します。

CostCenter

サブスクリプションに適用されるコスト センターを取得または設定します。

CustomerDisplayName

サブスクリプションが作成された顧客の名前を取得します。 フィールドは、Microsoft Partner Agreement課金アカウントにのみ適用されます。

CustomerId

サブスクリプションが作成された顧客の ID を取得します。 フィールドは、Microsoft Partner Agreement課金アカウントにのみ適用されます。

DisplayName

サブスクリプションの名前を取得します。

Id

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

(継承元 Resource)
InvoiceSectionDisplayName

サブスクリプションの請求先の請求書セクションの名前を取得します。

InvoiceSectionId

サブスクリプションの請求先の請求書セクションの ID を取得します。

LastMonthCharges

先月の料金を取得します。

MonthToDateCharges

現在の月から現在までの料金を取得します。

Name

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

(継承元 Resource)
Reseller

このサブスクリプションのリセラーを取得します。

SkuDescription

サブスクリプションの Azure プランの SKU の説明を取得します。

SkuId

サブスクリプションの Azure プランの SKU ID を取得または設定します。

SubscriptionBillingStatus

サブスクリプションの現在の課金状態を取得または設定します。 使用可能な値は、'Active'、'Inactive'、'Abandoned'、'Deleted'、'Warning' です。

SubscriptionId

サブスクリプションの ID を取得します。

Type

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

(継承元 Resource)

適用対象