Partager via


BillingResponseListResult Constructeurs

Définition

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

vmSizes
IList<String>

Tailles de machine virtuelle à inclure ou à exclure.

vmSizesWithEncryptionAtHost
IList<String>

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 à