Partager via


BatchLocationQuota Constructeurs

Définition

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

accountQuota
Nullable<Int32>

Nombre de comptes Batch qui peuvent être créés sous l’abonnement dans la région spécifiée.

S’applique à