UpsertManagedServerOperationParameters.VCores Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="vCores")]
public int? VCores { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vCores")>]
member this.VCores : Nullable<int> with get, set
Public Property VCores As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to