ManagedInstancePatch.VCores 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.
The number of vCores. Allowed values: 4, 6, 8, 10, 12, 16, 20, 24, 32, 40, 48, 56, 64, 80, 96, 128. Supported vCores depends on the selected hardware family and service tier.
public int? VCores { get; set; }
member this.VCores : Nullable<int> with get, set
Public Property VCores As Nullable(Of Integer)