ClusterCreateParameters.VmSize Property
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.
Gets or sets VM size.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.vmSize")]
public string VmSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vmSize")>]
member this.VmSize : string with get, set
Public Property VmSize As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
The size of the virtual machines in the cluster. All nodes in a cluster have the same VM size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace see Sizes for Virtual Machines (Linux). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
Applies to
Azure SDK for .NET