次の方法で共有


VmPriority 列挙型

定義

VmPriority の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum VmPriority
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type VmPriority = 
Public Enum VmPriority
継承
VmPriority
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Dedicated 0
Lowpriority 1

適用対象