RebootStatus クラス

定義

RebootStatus の値を定義します。

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

コンストラクター

RebootStatus()

RebootStatus の値を定義します。

フィールド

Completed

RebootStatus の値を定義します。

Failed

RebootStatus の値を定義します。

NotNeeded

RebootStatus の値を定義します。

Required

RebootStatus の値を定義します。

Started

RebootStatus の値を定義します。

プロパティ

Value

RebootStatus の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

RebootStatus の値を定義します。

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

RebootStatus の値を定義します。

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

RebootStatus の値を定義します。

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

RebootStatus の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象