InGuestPatchMode クラス

定義

InGuestPatchMode の値を定義します。

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

コンストラクター

InGuestPatchMode()

InGuestPatchMode の値を定義します。

フィールド

AutomaticByOS

InGuestPatchMode の値を定義します。

AutomaticByPlatform

InGuestPatchMode の値を定義します。

Manual

InGuestPatchMode の値を定義します。

プロパティ

Value

InGuestPatchMode の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

InGuestPatchMode の値を定義します。

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

InGuestPatchMode の値を定義します。

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

InGuestPatchMode の値を定義します。

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

InGuestPatchMode の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象