Freigeben über


ArmBatchModelFactory.BatchVmFamilyCoreQuota Method

Definition

Initializes a new instance of BatchVmFamilyCoreQuota.

public static Azure.ResourceManager.Batch.Models.BatchVmFamilyCoreQuota BatchVmFamilyCoreQuota (string name = default, int? coreQuota = default);
static member BatchVmFamilyCoreQuota : string * Nullable<int> -> Azure.ResourceManager.Batch.Models.BatchVmFamilyCoreQuota
Public Shared Function BatchVmFamilyCoreQuota (Optional name As String = Nothing, Optional coreQuota As Nullable(Of Integer) = Nothing) As BatchVmFamilyCoreQuota

Parameters

name
String

The Virtual Machine family name.

coreQuota
Nullable<Int32>

The core quota for the VM family for the Batch account.

Returns

A new BatchVmFamilyCoreQuota instance for mocking.

Applies to