ArmComputeModelFactory.ComputeSkuProfileVmSize Method

Definition

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

Parameters

name
String

Specifies the name of the VM Size.

rank
Nullable<Int32>

Specifies the rank (a.k.a priority) associated with the VM Size.

Returns

A new ComputeSkuProfileVmSize instance for mocking.

Applies to