다음을 통해 공유


StampCapacity.ComputeMode 속성

정의

공유/전용 작업자를 가져오거나 설정합니다. 가능한 값은 '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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상