ArmDevOpsInfrastructureModelFactory.DevOpsVmSize(String) 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.
Specifies the VM Size.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmSize DevOpsVmSize(string name = default);
static member DevOpsVmSize : string -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsVmSize
Public Shared Function DevOpsVmSize (Optional name As String = Nothing) As DevOpsVmSize
Parameters
- name
- String
Specifies the name of the VM Size.
Returns
A new DevOpsVmSize instance for mocking.