BillingProfile Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
BillingProfile() |
Inicializuje novou instanci BillingProfile třídy. |
BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String) |
Inicializuje novou instanci BillingProfile třídy. |
BillingProfile()
Inicializuje novou instanci BillingProfile třídy.
public BillingProfile();
Public Sub New ()
Platí pro
BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)
Inicializuje novou instanci BillingProfile třídy.
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)
Parametry
- id
- String
ID prostředku.
- name
- String
Název prostředku.
- type
- String
Typ prostředku.
- displayName
- String
Název fakturačního profilu.
- poNumber
- String
Název nákupní objednávky, který se zobrazí na fakturách vygenerovaných pro daný fakturační profil.
- billTo
- AddressDetails
Fakturační adresa.
Příznak určující, jestli se faktury pro fakturační profil odesílají e-mailem.
- currency
- String
Měna, ve které se účtují poplatky pro fakturační profil.
- invoiceSections
- InvoiceSectionsOnExpand
Oddíly faktury přidružené k fakturačnímu profilu. Ve výchozím nastavení se nevyplní, pokud není zadaný v $expand.
- systemId
- String
Systém vygeneroval jedinečný identifikátor fakturačního profilu.
- status
- String
Stav fakturačního profilu. Mezi možné hodnoty patří: Aktivní, Zakázáno, Upozornění.
- statusReasonCode
- String
Důvod zadaného stavu fakturačního profilu Mezi možné hodnoty patří: PastDue, SpendingLimitReached, SpendingLimitExpired.
- spendingLimit
- String
Limit útraty fakturačního profilu. Mezi možné hodnoty patří: Vypnuto, Zapnuto.
Platí pro
Azure SDK for .NET