ArmScVmmModelFactory.ScVmmCloudCapacity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 specifies the maximum number of CPUs that can be allocated in the cloud.
Returns
A new ScVmmCloudCapacity instance for mocking.