BatchLocationQuota 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
BatchLocationQuota() |
Initialise une nouvelle instance de la classe BatchLocationQuota. |
BatchLocationQuota(Nullable<Int32>) |
Initialise une nouvelle instance de la classe BatchLocationQuota. |
BatchLocationQuota()
Initialise une nouvelle instance de la classe BatchLocationQuota.
public BatchLocationQuota ();
Public Sub New ()
S’applique à
BatchLocationQuota(Nullable<Int32>)
Initialise une nouvelle instance de la classe BatchLocationQuota.
public BatchLocationQuota (int? accountQuota = default);
new Microsoft.Azure.Management.Batch.Models.BatchLocationQuota : Nullable<int> -> Microsoft.Azure.Management.Batch.Models.BatchLocationQuota
Public Sub New (Optional accountQuota As Nullable(Of Integer) = Nothing)
Paramètres
Nombre de comptes Batch qui peuvent être créés sous l’abonnement dans la région spécifiée.
S’applique à
Azure SDK for .NET