Freigeben über


ArmBatchModelFactory.BatchLocationQuota(Nullable<Int32>) Method

Definition

Initializes a new instance of BatchLocationQuota.

public static Azure.ResourceManager.Batch.Models.BatchLocationQuota BatchLocationQuota (int? accountQuota = default);
static member BatchLocationQuota : Nullable<int> -> Azure.ResourceManager.Batch.Models.BatchLocationQuota
Public Shared Function BatchLocationQuota (Optional accountQuota As Nullable(Of Integer) = Nothing) As BatchLocationQuota

Parameters

accountQuota
Nullable<Int32>

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

Returns

A new BatchLocationQuota instance for mocking.

Applies to