次の方法で共有


StampCapacity.ComputeMode プロパティ

定義

共有/専用 worker を取得または設定します。 使用可能な値は、'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

適用対象