ArmDevOpsInfrastructureModelFactory.DevOpsAzureSku 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.
The Azure SKU of the machines in the pool.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzureSku DevOpsAzureSku(string name = default, string windowsNvmeDrive = default, string linuxNvmePath = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmSize> vmSizes = default);
static member DevOpsAzureSku : string * string * string * seq<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmSize> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzureSku
Public Shared Function DevOpsAzureSku (Optional name As String = Nothing, Optional windowsNvmeDrive As String = Nothing, Optional linuxNvmePath As String = Nothing, Optional vmSizes As IEnumerable(Of DevOpsVmSize) = Nothing) As DevOpsAzureSku
Parameters
- name
- String
The Azure SKU name of the machines in the pool.
- windowsNvmeDrive
- String
The drive letter for the NVMe striped volume on Windows (e.g., 'N'). Defaults to 'N' when not specified.
- linuxNvmePath
- String
The mount path for the NVMe striped volume on Linux (e.g., '/mnt/azure_nvme_temp'). Defaults to '/mnt/azure_nvme_temp' when not specified.
- vmSizes
- IEnumerable<DevOpsVmSize>
Specifies VM sizes for instance-mix allocation.
Returns
A new DevOpsAzureSku instance for mocking.