BillingSubscription Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
BillingSubscription() |
Initialiseert een nieuw exemplaar van de klasse BillingSubscription. |
BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String) |
Initialiseert een nieuw exemplaar van de klasse BillingSubscription. |
BillingSubscription()
Initialiseert een nieuw exemplaar van de klasse BillingSubscription.
public BillingSubscription ();
Public Sub New ()
Van toepassing op
BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- id
- String
Resource-id.
- name
- String
Resourcenaam.
- type
- String
Resourcetype.
- displayName
- String
De naam van het abonnement.
- subscriptionBillingStatus
- String
De huidige factureringsstatus van het abonnement. Mogelijke waarden zijn: 'Actief', 'Inactief', 'Verlaten', 'Verwijderd', 'Waarschuwing'
- lastMonthCharges
- Amount
De kosten van de afgelopen maand.
- monthToDateCharges
- Amount
De kosten voor de huidige maand tot heden.
- billingProfileId
- String
De id van het factureringsprofiel waarvoor het abonnement wordt gefactureerd.
- billingProfileDisplayName
- String
De naam van het factureringsprofiel waarvoor het abonnement wordt gefactureerd.
- costCenter
- String
De kostenplaats die is toegepast op het abonnement.
- customerId
- String
De id van de klant voor wie het abonnement is gemaakt. Het veld is alleen van toepassing op Microsoft Partner-overeenkomst factureringsrekening.
- customerDisplayName
- String
De naam van de klant voor wie het abonnement is gemaakt. Het veld is alleen van toepassing op Microsoft Partner-overeenkomst factureringsrekening.
- invoiceSectionId
- String
De id van de factuursectie waarvoor het abonnement wordt gefactureerd.
- invoiceSectionDisplayName
- String
De naam van de factuursectie waarvoor het abonnement wordt gefactureerd.
- reseller
- Reseller
Reseller voor dit abonnement.
- skuId
- String
De SKU-id van het Azure-abonnement voor het abonnement.
- skuDescription
- String
De SKU-beschrijving van het Azure-abonnement voor het abonnement.
Van toepassing op
Azure SDK for .NET