次の方法で共有


SearchServiceStatus 列挙型

定義

SearchServiceStatus の値を定義します。

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

フィールド

名前 説明
Running 0
Provisioning 1
Deleting 2
Degraded 3
Disabled 4
Error 5

適用対象