ArmComputeFleetModelFactory.ComputeFleetVmSizeProfile 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.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').
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.