次の方法で共有


OrchestrationServiceState クラス

定義

OrchestrationServiceState の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceState>))]
public class OrchestrationServiceState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceState>))>]
type OrchestrationServiceState = class
    inherit ExpandableStringEnum<OrchestrationServiceState>
Public Class OrchestrationServiceState
Inherits ExpandableStringEnum(Of OrchestrationServiceState)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

OrchestrationServiceState()

OrchestrationServiceState の値を定義します。

フィールド

NotRunning

OrchestrationServiceState の値を定義します。

Running

OrchestrationServiceState の値を定義します。

Suspended

OrchestrationServiceState の値を定義します。

プロパティ

Value

OrchestrationServiceState の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

OrchestrationServiceState の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

OrchestrationServiceState の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

OrchestrationServiceState の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

OrchestrationServiceState の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象