次の方法で共有


Usage.ComputeMode プロパティ

定義

この使用に使用されるコンピューティング モードを取得します。 使用可能な値は、'Shared'、'Dedicated'、'Dynamic' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象