BillingSubscription 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í
BillingSubscription() |
Inicializuje novou instanci BillingSubscription třídy. |
BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String) |
Inicializuje novou instanci BillingSubscription třídy. |
BillingSubscription()
Inicializuje novou instanci BillingSubscription třídy.
public BillingSubscription ();
Public Sub New ()
Platí pro
BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)
Inicializuje novou instanci BillingSubscription třídy.
public BillingSubscription (string id = default, string name = default, string type = default, string displayName = default, Guid? subscriptionId = default, string subscriptionBillingStatus = default, Microsoft.Azure.Management.Billing.Models.Amount lastMonthCharges = default, Microsoft.Azure.Management.Billing.Models.Amount monthToDateCharges = default, string billingProfileId = default, string billingProfileDisplayName = default, string costCenter = default, string customerId = default, string customerDisplayName = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, Microsoft.Azure.Management.Billing.Models.Reseller reseller = default, string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.BillingSubscription : string * string * string * string * Nullable<Guid> * string * Microsoft.Azure.Management.Billing.Models.Amount * Microsoft.Azure.Management.Billing.Models.Amount * string * string * string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.Reseller * string * string -> Microsoft.Azure.Management.Billing.Models.BillingSubscription
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional subscriptionBillingStatus As String = Nothing, Optional lastMonthCharges As Amount = Nothing, Optional monthToDateCharges As Amount = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional costCenter As String = Nothing, Optional customerId As String = Nothing, Optional customerDisplayName As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional reseller As Reseller = Nothing, Optional skuId As String = Nothing, Optional skuDescription As String = Nothing)
Parametry
- id
- String
ID prostředku.
- name
- String
Název prostředku.
- type
- String
Typ prostředku.
- displayName
- String
Název předplatného.
- subscriptionBillingStatus
- String
Aktuální stav fakturace předplatného. Mezi možné hodnoty patří: "Active", 'Inactive', 'Abandoned', 'Deleted', 'Warning'
- lastMonthCharges
- Amount
Poplatky za poslední měsíc.
- monthToDateCharges
- Amount
Poplatky za aktuální měsíc.
- billingProfileId
- String
ID fakturačního profilu, kterému se předplatné fakturuje.
- billingProfileDisplayName
- String
Název fakturačního profilu, kterému se předplatné fakturuje.
- costCenter
- String
Nákladové středisko použité pro předplatné
- customerId
- String
ID zákazníka, pro kterého bylo předplatné vytvořeno. Pole platí jenom pro fakturační účet Smlouva s partnerem Microsoftu.
- customerDisplayName
- String
Jméno zákazníka, pro kterého bylo předplatné vytvořeno. Pole platí jenom pro fakturační účet Smlouva s partnerem Microsoftu.
- invoiceSectionId
- String
ID oddílu faktury, do kterého se předplatné fakturuje.
- invoiceSectionDisplayName
- String
Název oddílu faktury, do kterého se předplatné fakturuje.
- reseller
- Reseller
Prodejce pro toto předplatné.
- skuId
- String
ID skladové položky plánu Azure pro předplatné.
- skuDescription
- String
Popis skladové položky plánu Azure pro předplatné.
Platí pro
Azure SDK for .NET