ArmComputeFleetModelFactory.ComputeFleetVmSizeProfile Method

Definition

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

Parameters

name
String

The Sku name (e.g. 'Standard_DS1_v2').

rank
Nullable<Int32>

The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.

Returns

A new ComputeFleetVmSizeProfile instance for mocking.

Applies to