次の方法で共有


ComputeIsolationProperties.EnableComputeIsolation プロパティ

定義

コンピューティングの分離を有効にするかどうかを示すフラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象