次の方法で共有


BillingProfile コンストラクター

定義

オーバーロード

BillingProfile()

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

BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)

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

BillingProfile()

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

public BillingProfile ();
Public Sub New ()

適用対象

BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)

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

public BillingProfile (string id = default, string name = default, string type = default, string displayName = default, string poNumber = default, Microsoft.Azure.Management.Billing.Models.AddressDetails billTo = default, bool? invoiceEmailOptIn = default, int? invoiceDay = default, string currency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default, Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand invoiceSections = default, bool? hasReadAccess = default, string systemId = default, string status = default, string statusReasonCode = default, string spendingLimit = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfile : string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * Nullable<bool> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> * Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional poNumber As String = Nothing, Optional billTo As AddressDetails = Nothing, Optional invoiceEmailOptIn As Nullable(Of Boolean) = Nothing, Optional invoiceDay As Nullable(Of Integer) = Nothing, Optional currency As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing, Optional invoiceSections As InvoiceSectionsOnExpand = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing, Optional systemId As String = Nothing, Optional status As String = Nothing, Optional statusReasonCode As String = Nothing, Optional spendingLimit As String = Nothing)

パラメーター

id
String

リソース ID。

name
String

リソース名。

type
String

リソースの種類。

displayName
String

課金プロファイルの名前。

poNumber
String

課金プロファイルに対して生成された請求書に表示される発注書名。

billTo
AddressDetails

請求先住所。

invoiceEmailOptIn
Nullable<Boolean>

課金プロファイルの請求書を電子メールで送信するかどうかを制御するフラグ。

invoiceDay
Nullable<Int32>

課金プロファイルの請求書が生成される月の日。

currency
String

課金プロファイルの料金が請求される通貨。

enabledAzurePlans
IList<AzurePlan>

有効な Azure プランに関する情報。

invoiceSections
InvoiceSectionsOnExpand

課金プロファイルに関連付けられている請求書セクション。 既定では、$expandで指定されていない限り、この値は設定されません。

hasReadAccess
Nullable<Boolean>

ユーザーが課金プロファイルへの読み取りアクセス権を持っているかどうかを示します。

systemId
String

システムによって、課金プロファイルの一意の識別子が生成されました。

status
String

課金プロファイルの状態。 使用可能な値には、'Active'、'Disabled'、'Warned' などがあります。

statusReasonCode
String

指定された課金プロファイルの状態の理由。 使用できる値は、'PastDue'、'SpendingLimitReached'、'SpendingLimitExpired' です。

spendingLimit
String

課金プロファイルの使用制限。 使用可能な値は次のとおりです: 'Off'、'On'

適用対象