ArmContainerServiceModelFactory.AgentPoolVirtualMachineNodes 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.ContainerService.Models.AgentPoolVirtualMachineNodes AgentPoolVirtualMachineNodes(string size = default, int? count = default);
static member AgentPoolVirtualMachineNodes : string * Nullable<int> -> Azure.ResourceManager.ContainerService.Models.AgentPoolVirtualMachineNodes
Public Shared Function AgentPoolVirtualMachineNodes (Optional size As String = Nothing, Optional count As Nullable(Of Integer) = Nothing) As AgentPoolVirtualMachineNodes
Parameters
- size
- String
The VM size of the agents used to host this group of nodes.
Returns
A new AgentPoolVirtualMachineNodes instance for mocking.