次の方法で共有


OSType クラス

定義

OSType の値を定義します。

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

コンストラクター

OSType()

OSType の値を定義します。

フィールド

Linux

OSType の値を定義します。

Windows

OSType の値を定義します。

プロパティ

Value

OSType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

OSType の値を定義します。

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

OSType の値を定義します。

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

OSType の値を定義します。

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

OSType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象