次の方法で共有


OSDiskType クラス

定義

OSDiskType の値を定義します。

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

コンストラクター

OSDiskType()

OSDiskType の値を定義します。

フィールド

Ephemeral

OSDiskType の値を定義します。

Managed

OSDiskType の値を定義します。

プロパティ

Value

OSDiskType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

OSDiskType の値を定義します。

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

OSDiskType の値を定義します。

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

OSDiskType の値を定義します。

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

OSDiskType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象