StampCapacity.ComputeMode Property

Definition

Gets or sets shared/dedicated workers. Possible values include: 'Shared', 'Dedicated', 'Dynamic'

[Newtonsoft.Json.JsonProperty(PropertyName="computeMode")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions? ComputeMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="computeMode")>]
member this.ComputeMode : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> with get, set
Public Property ComputeMode As Nullable(Of ComputeModeOptions)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to