BillingProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
請求先住所。
- currency
- String
課金プロファイルの料金が請求される通貨。
- invoiceSections
- InvoiceSectionsOnExpand
課金プロファイルに関連付けられている請求書セクション。 既定では、$expandで指定されていない限り、この値は設定されません。
- systemId
- String
システムによって、課金プロファイルの一意の識別子が生成されました。
- status
- String
課金プロファイルの状態。 使用可能な値には、'Active'、'Disabled'、'Warned' などがあります。
- statusReasonCode
- String
指定された課金プロファイルの状態の理由。 使用できる値は、'PastDue'、'SpendingLimitReached'、'SpendingLimitExpired' です。
- spendingLimit
- String
課金プロファイルの使用制限。 使用可能な値は次のとおりです: 'Off'、'On'
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET