ArmComputeModelFactory.ComputeSkuProfileVmSize 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.
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.
Returns
A new ComputeSkuProfileVmSize instance for mocking.