BillingSubscription Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
BillingSubscription() |
Inicjuje nowe wystąpienie klasy BillingSubscription. |
BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String) |
Inicjuje nowe wystąpienie klasy BillingSubscription. |
BillingSubscription()
Inicjuje nowe wystąpienie klasy BillingSubscription.
public BillingSubscription();
Public Sub New ()
Dotyczy
BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)
Inicjuje nowe wystąpienie klasy BillingSubscription.
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
Identyfikator zasobu.
- name
- String
Nazwa zasobu.
- type
- String
Typ zasobu.
- displayName
- String
Nazwa subskrypcji.
- subscriptionBillingStatus
- String
Bieżący stan rozliczeniowy subskrypcji. Możliwe wartości to: "Aktywne", "Nieaktywne", "Porzucone", "Usunięte", "Ostrzeżenie"
- lastMonthCharges
- Amount
Opłaty za ostatni miesiąc.
- monthToDateCharges
- Amount
Opłaty za bieżący miesiąc do daty.
- billingProfileId
- String
Identyfikator profilu rozliczeniowego, do którego jest rozliczana subskrypcja.
- billingProfileDisplayName
- String
Nazwa profilu rozliczeniowego, do którego jest rozliczana subskrypcja.
- costCenter
- String
Centrum kosztów zastosowane do subskrypcji.
- customerId
- String
Identyfikator klienta, dla którego utworzono subskrypcję. Pole ma zastosowanie tylko do konta rozliczeniowego Microsoft Partner Agreement.
- customerDisplayName
- String
Nazwa klienta, dla którego utworzono subskrypcję. Pole ma zastosowanie tylko do konta rozliczeniowego Microsoft Partner Agreement.
- invoiceSectionId
- String
Identyfikator sekcji faktury, do której jest rozliczana subskrypcja.
- invoiceSectionDisplayName
- String
Nazwa sekcji faktury, do której jest rozliczana subskrypcja.
- reseller
- Reseller
Odsprzedawca dla tej subskrypcji.
- skuId
- String
Identyfikator jednostki SKU planu platformy Azure dla subskrypcji.
- skuDescription
- String
Opis jednostki SKU planu platformy Azure dla subskrypcji.
Dotyczy
Azure SDK for .NET