AcsClusterProperties.AgentVmSize Property

Definition

The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.

public Azure.ResourceManager.MachineLearningCompute.Models.AgentVmSizeType? AgentVmSize { get; set; }
member this.AgentVmSize : Nullable<Azure.ResourceManager.MachineLearningCompute.Models.AgentVmSizeType> with get, set
Public Property AgentVmSize As Nullable(Of AgentVmSizeType)

Property Value

Applies to