BillingProfilesOnExpand 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
BillingProfilesOnExpand() |
Initialise une nouvelle instance de la classe BillingProfilesOnExpand. |
BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>) |
Initialise une nouvelle instance de la classe BillingProfilesOnExpand. |
BillingProfilesOnExpand()
Initialise une nouvelle instance de la classe BillingProfilesOnExpand.
public BillingProfilesOnExpand ();
Public Sub New ()
S’applique à
BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>)
Initialise une nouvelle instance de la classe BillingProfilesOnExpand.
public BillingProfilesOnExpand (bool? hasMoreResults = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingProfile> value = default);
new Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingProfile> -> Microsoft.Azure.Management.Billing.Models.BillingProfilesOnExpand
Public Sub New (Optional hasMoreResults As Nullable(Of Boolean) = Nothing, Optional value As IList(Of BillingProfile) = Nothing)
Paramètres
Indique s’il existe plus de profils de facturation que ceux répertoriés dans cette collection. Le regroupement répertorie un maximum de 50 profils de facturation. Pour obtenir tous les profils de facturation, utilisez l’API liste des profils de facturation.
- value
- IList<BillingProfile>
Profils de facturation associés au compte de facturation.
S’applique à
Azure SDK for .NET