Delen via


BatchLocationQuota Constructors

Definitie

Overloads

BatchLocationQuota()

Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota.

BatchLocationQuota(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota.

BatchLocationQuota()

Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota.

public BatchLocationQuota ();
Public Sub New ()

Van toepassing op

BatchLocationQuota(Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

accountQuota
Nullable<Int32>

Het aantal Batch-accounts dat kan worden gemaakt onder het abonnement in de opgegeven regio.

Van toepassing op