VmSizeProperty.SupportedByVirtualMachines Property

Definition

Gets or sets this indicates this vm size is supported by virtual machines or not

[Newtonsoft.Json.JsonProperty(PropertyName="supportedByVirtualMachines")]
public bool? SupportedByVirtualMachines { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportedByVirtualMachines")>]
member this.SupportedByVirtualMachines : Nullable<bool> with get, set
Public Property SupportedByVirtualMachines As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to