次の方法で共有


ElasticPoolState クラス

定義

ElasticPoolState の値を定義します。

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

コンストラクター

ElasticPoolState()

ElasticPoolState の値を定義します。

フィールド

Creating

ElasticPoolState の値を定義します。

Disabled

ElasticPoolState の値を定義します。

Ready

ElasticPoolState の値を定義します。

プロパティ

Value

ElasticPoolState の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

ElasticPoolState の値を定義します。

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

ElasticPoolState の値を定義します。

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

ElasticPoolState の値を定義します。

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

ElasticPoolState の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象