OrchestrationServiceStateAction クラス

定義

OrchestrationServiceStateAction の値を定義します。

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

コンストラクター

OrchestrationServiceStateAction()

OrchestrationServiceStateAction の値を定義します。

フィールド

Resume

OrchestrationServiceStateAction の値を定義します。

Suspend

OrchestrationServiceStateAction の値を定義します。

プロパティ

Value

OrchestrationServiceStateAction の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

OrchestrationServiceStateAction の値を定義します。

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

OrchestrationServiceStateAction の値を定義します。

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

OrchestrationServiceStateAction の値を定義します。

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

OrchestrationServiceStateAction の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象