BillingResponseListResult 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
BillingResponseListResult() |
Initialise une nouvelle instance de la classe BillingResponseListResult. |
BillingResponseListResult(IList<String>, IList<String>, IList<VmSizeCompatibilityFilterV2>, IList<VmSizeProperty>, IList<BillingResources>) |
Initialise une nouvelle instance de la classe BillingResponseListResult. |
BillingResponseListResult()
Initialise une nouvelle instance de la classe BillingResponseListResult.
public BillingResponseListResult ();
Public Sub New ()
S’applique à
BillingResponseListResult(IList<String>, IList<String>, IList<VmSizeCompatibilityFilterV2>, IList<VmSizeProperty>, IList<BillingResources>)
Initialise une nouvelle instance de la classe BillingResponseListResult.
public BillingResponseListResult (System.Collections.Generic.IList<string> vmSizes = default, System.Collections.Generic.IList<string> vmSizesWithEncryptionAtHost = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2> vmSizeFilters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty> vmSizeProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingResources> billingResources = default);
new Microsoft.Azure.Management.HDInsight.Models.BillingResponseListResult : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.BillingResources> -> Microsoft.Azure.Management.HDInsight.Models.BillingResponseListResult
Public Sub New (Optional vmSizes As IList(Of String) = Nothing, Optional vmSizesWithEncryptionAtHost As IList(Of String) = Nothing, Optional vmSizeFilters As IList(Of VmSizeCompatibilityFilterV2) = Nothing, Optional vmSizeProperties As IList(Of VmSizeProperty) = Nothing, Optional billingResources As IList(Of BillingResources) = Nothing)
Paramètres
Tailles de machine virtuelle qui activent le chiffrement sur l’hôte.
- vmSizeFilters
- IList<VmSizeCompatibilityFilterV2>
Mode de filtrage des machines virtuelles. En effet, cela peut activer ou désactiver les tailles de machine virtuelle dans un ensemble particulier.
- vmSizeProperties
- IList<VmSizeProperty>
Propriétés de taille de machine virtuelle.
- billingResources
- IList<BillingResources>
Ressources de facturation et de facturation de disque managé pour une région.
S’applique à
Azure SDK for .NET