AppServicePlanPatchResource.IsSpot Property

Definition

Gets or sets if <code>true</code>, this App Service Plan owns spot instances.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to