次の方法で共有


ScaleSetPriority クラス

定義

ScaleSetPriority の値を定義します。

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

コンストラクター

ScaleSetPriority()

ScaleSetPriority の値を定義します。

フィールド

Regular

ScaleSetPriority の値を定義します。

Spot

ScaleSetPriority の値を定義します。

プロパティ

Value

ScaleSetPriority の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

ScaleSetPriority の値を定義します。

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

ScaleSetPriority の値を定義します。

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

ScaleSetPriority の値を定義します。

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

ScaleSetPriority の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象