Share via


BatchLocationQuota Constructors

Definition

Overloads

BatchLocationQuota()

Initializes a new instance of the BatchLocationQuota class.

BatchLocationQuota(Nullable<Int32>)

Initializes a new instance of the BatchLocationQuota class.

BatchLocationQuota()

Initializes a new instance of the BatchLocationQuota class.

public BatchLocationQuota ();
Public Sub New ()

Applies to

BatchLocationQuota(Nullable<Int32>)

Initializes a new instance of the BatchLocationQuota class.

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>

The number of Batch accounts that may be created under the subscription in the specified region.

Applies to