BillingProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BillingProfile() |
Initialisiert eine neue instance der BillingProfile-Klasse. |
BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String) |
Initialisiert eine neue instance der BillingProfile-Klasse. |
BillingProfile()
Initialisiert eine neue instance der BillingProfile-Klasse.
public BillingProfile ();
Public Sub New ()
Gilt für:
BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)
Initialisiert eine neue instance der BillingProfile-Klasse.
public BillingProfile (string id = default, string name = default, string type = default, string displayName = default, string poNumber = default, Microsoft.Azure.Management.Billing.Models.AddressDetails billTo = default, bool? invoiceEmailOptIn = default, int? invoiceDay = default, string currency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default, Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand invoiceSections = default, bool? hasReadAccess = default, string systemId = default, string status = default, string statusReasonCode = default, string spendingLimit = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfile : string * string * string * string * string * Microsoft.Azure.Management.Billing.Models.AddressDetails * Nullable<bool> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> * Microsoft.Azure.Management.Billing.Models.InvoiceSectionsOnExpand * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional poNumber As String = Nothing, Optional billTo As AddressDetails = Nothing, Optional invoiceEmailOptIn As Nullable(Of Boolean) = Nothing, Optional invoiceDay As Nullable(Of Integer) = Nothing, Optional currency As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing, Optional invoiceSections As InvoiceSectionsOnExpand = Nothing, Optional hasReadAccess As Nullable(Of Boolean) = Nothing, Optional systemId As String = Nothing, Optional status As String = Nothing, Optional statusReasonCode As String = Nothing, Optional spendingLimit As String = Nothing)
Parameter
- id
- String
Ressourcen-ID.
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- displayName
- String
Der Name des Abrechnungsprofils.
- poNumber
- String
Der Bestellname, der auf den rechnungen angezeigt wird, die für das Abrechnungsprofil generiert wurden.
- billTo
- AddressDetails
Rechnungsadresse.
Flag, das steuert, ob die Rechnungen für das Abrechnungsprofil per E-Mail gesendet werden.
Der Tag des Monats, an dem die Rechnung für das Abrechnungsprofil generiert wird.
- currency
- String
Die Währung, in der die Gebühren für das Abrechnungsprofil abgerechnet werden.
- invoiceSections
- InvoiceSectionsOnExpand
Die Rechnungsabschnitte, die dem Abrechnungsprofil zugeordnet sind. Standardmäßig wird dies nicht aufgefüllt, es sei denn, es wird in $expand angegeben.
Gibt an, ob der Benutzer über Lesezugriff auf das Abrechnungsprofil verfügt.
- systemId
- String
Das System hat einen eindeutigen Bezeichner für ein Abrechnungsprofil generiert.
- status
- String
Die status des Abrechnungsprofils. Mögliche Werte: "Active", "Disabled", "Warned"
- statusReasonCode
- String
Grund für das angegebene Abrechnungsprofil status. Mögliche Werte: "PastDue", "SpendingLimitReached", "SpendingLimitExpired"
- spendingLimit
- String
Das Ausgabenlimit für Abrechnungsprofile. Mögliche Werte: "Off", "On"
Gilt für:
Azure SDK for .NET