BillingProperty 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í
BillingProperty() |
Inicializuje novou instanci BillingProperty třídy. |
BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String) |
Inicializuje novou instanci BillingProperty třídy. |
BillingProperty()
Inicializuje novou instanci BillingProperty třídy.
public BillingProperty ();
Public Sub New ()
Platí pro
BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String)
Inicializuje novou instanci BillingProperty třídy.
public BillingProperty (string id = default, string name = default, string type = default, string accountAdminNotificationEmailAddress = default, string billingTenantId = default, string billingAccountId = default, string billingAccountDisplayName = default, string billingProfileId = default, string billingProfileDisplayName = default, string billingProfileStatus = default, string billingProfileStatusReasonCode = default, string billingProfileSpendingLimit = default, string costCenter = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, bool? isAccountAdmin = default, string productId = default, string productName = default, string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.BillingProperty : string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProperty
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional accountAdminNotificationEmailAddress As String = Nothing, Optional billingTenantId As String = Nothing, Optional billingAccountId As String = Nothing, Optional billingAccountDisplayName As String = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional billingProfileStatus As String = Nothing, Optional billingProfileStatusReasonCode As String = Nothing, Optional billingProfileSpendingLimit As String = Nothing, Optional costCenter As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional isAccountAdmin As Nullable(Of Boolean) = Nothing, Optional productId As String = Nothing, Optional productName As String = 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.
- accountAdminNotificationEmailAddress
- String
E-mailová adresa, na kterou správce účtu dostává všechna oznámení Azure.
- billingTenantId
- String
ID tenanta Azure AD fakturačního účtu pro předplatné.
- billingAccountId
- String
ID fakturačního účtu, na který se předplatné fakturuje.
- billingAccountDisplayName
- String
Název fakturačního účtu, na který se předplatné účtuje.
- 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.
- billingProfileStatus
- String
Stav fakturačního profilu. Mezi možné hodnoty patří: "Aktivní", "Zakázáno", "Upozornění".
- billingProfileStatusReasonCode
- String
Důvod zadaného stavu fakturačního profilu Mezi možné hodnoty patří: PastDue, SpendingLimitReached, SpendingLimitExpired.
- billingProfileSpendingLimit
- String
Limit útraty fakturačního profilu Mezi možné hodnoty patří: Vypnuto, Zapnuto.
- costCenter
- String
Nákladové středisko použité na předplatné.
- 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.
- productId
- String
ID produktu plánu Azure.
- productName
- String
Název produktu plánu Azure.
- 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