BillingProfile Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BillingProfile() |
Initialise une nouvelle instance de la classe BillingProfile. |
BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String) |
Initialise une nouvelle instance de la classe BillingProfile. |
BillingProfile()
Initialise une nouvelle instance de la classe BillingProfile.
public BillingProfile ();
Public Sub New ()
S’applique à
BillingProfile(String, String, String, String, String, AddressDetails, Nullable<Boolean>, Nullable<Int32>, String, IList<AzurePlan>, InvoiceSectionsOnExpand, Nullable<Boolean>, String, String, String, String)
Initialise une nouvelle instance de la classe BillingProfile.
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)
Paramètres
- id
- String
ID de ressource.
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- displayName
- String
Nom du profil de facturation.
- poNumber
- String
Nom du bon de commande qui apparaîtra sur les factures générées pour le profil de facturation.
- billTo
- AddressDetails
Adresse de facturation.
Indicateur contrôlant si les factures du profil de facturation sont envoyées par e-mail.
- currency
- String
Devise dans laquelle les frais du profil de facturation sont facturés.
- invoiceSections
- InvoiceSectionsOnExpand
Sections de facture associées au profil de facturation. Par défaut, cette option n’est pas renseignée, sauf si elle est spécifiée dans $expand.
Indique si l’utilisateur dispose d’un accès en lecture au profil de facturation.
- systemId
- String
Identificateur unique généré par le système pour un profil de facturation.
- status
- String
Status du profil de facturation. Les valeurs possibles sont les suivantes : « Active », « Disabled », « Warned »
- statusReasonCode
- String
Raison du profil de facturation spécifié status. Les valeurs possibles sont les suivantes : « PastDue », « SpendingLimitReached », « SpendingLimitExpired »
- spendingLimit
- String
Limite de dépense du profil de facturation. Les valeurs possibles sont les suivantes : « Off », « On »
S’applique à
Azure SDK for .NET