Delen via


BillingProperty Constructors

Definitie

Overloads

BillingProperty()

Initialiseert een nieuw exemplaar van de klasse BillingProperty.

BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String)

Initialiseert een nieuw exemplaar van de klasse BillingProperty.

BillingProperty()

Initialiseert een nieuw exemplaar van de klasse BillingProperty.

public BillingProperty ();
Public Sub New ()

Van toepassing op

BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String)

Initialiseert een nieuw exemplaar van de klasse BillingProperty.

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)

Parameters

id
String

Resource-id.

name
String

Resourcenaam.

type
String

Resourcetype.

accountAdminNotificationEmailAddress
String

Het e-mailadres waarop de accountbeheerder alle Azure-meldingen ontvangt.

billingTenantId
String

De Azure AD tenant-id van de factureringsrekening voor het abonnement.

billingAccountId
String

De id van de factureringsrekening waarvoor het abonnement wordt gefactureerd.

billingAccountDisplayName
String

De naam van de factureringsrekening waarvoor het abonnement wordt gefactureerd.

billingProfileId
String

De id van het factureringsprofiel waarvoor het abonnement wordt gefactureerd.

billingProfileDisplayName
String

De naam van het factureringsprofiel waarvoor het abonnement wordt gefactureerd.

billingProfileStatus
String

De status van het factureringsprofiel. Mogelijke waarden zijn: 'Actief', 'Uitgeschakeld', 'Gewaarschuwd'

billingProfileStatusReasonCode
String

Reden voor de opgegeven status van het factureringsprofiel. Mogelijke waarden zijn: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'

billingProfileSpendingLimit
String

De bestedingslimiet voor het factureringsprofiel. Mogelijke waarden zijn: 'Uit', 'Aan'

costCenter
String

De kostenplaats die is toegepast op het abonnement.

invoiceSectionId
String

De id van de factuursectie waarvoor het abonnement wordt gefactureerd.

invoiceSectionDisplayName
String

De naam van de factuursectie waarvoor het abonnement wordt gefactureerd.

isAccountAdmin
Nullable<Boolean>

Geeft aan of de gebruiker de accountbeheerder is.

productId
String

De product-id van het Azure-plan.

productName
String

De productnaam van het Azure-plan.

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