ArmScVmmModelFactory.ScVmmCloudCapacity Method

Definition

Initializes a new instance of ScVmmCloudCapacity.

public static Azure.ResourceManager.ScVmm.Models.ScVmmCloudCapacity ScVmmCloudCapacity (long? cpuCount = default, long? memoryMB = default, long? vmCount = default);
static member ScVmmCloudCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.ScVmm.Models.ScVmmCloudCapacity
Public Shared Function ScVmmCloudCapacity (Optional cpuCount As Nullable(Of Long) = Nothing, Optional memoryMB As Nullable(Of Long) = Nothing, Optional vmCount As Nullable(Of Long) = Nothing) As ScVmmCloudCapacity

Parameters

cpuCount
Nullable<Int64>

CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.

memoryMB
Nullable<Int64>

MemoryMB specifies a memory usage limit in megabytes.

vmCount
Nullable<Int64>

VMCount gives the max number of VMs that can be deployed in the cloud.

Returns

A new ScVmmCloudCapacity instance for mocking.

Applies to