次の方法で共有


ServerVersionCapability コンストラクター

定義

オーバーロード

ServerVersionCapability()

ServerVersionCapability クラスの新しいインスタンスを初期化します。

ServerVersionCapability(String, IList<EditionCapability>, IList<ElasticPoolEditionCapability>, Nullable<CapabilityStatus>, String)

ServerVersionCapability クラスの新しいインスタンスを初期化します。

ServerVersionCapability()

ServerVersionCapability クラスの新しいインスタンスを初期化します。

public ServerVersionCapability ();
Public Sub New ()

適用対象

ServerVersionCapability(String, IList<EditionCapability>, IList<ElasticPoolEditionCapability>, Nullable<CapabilityStatus>, String)

ServerVersionCapability クラスの新しいインスタンスを初期化します。

public ServerVersionCapability (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.EditionCapability> supportedEditions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ElasticPoolEditionCapability> supportedElasticPoolEditions = default, Microsoft.Azure.Management.Sql.Models.CapabilityStatus? status = default, string reason = default);
new Microsoft.Azure.Management.Sql.Models.ServerVersionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.EditionCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ElasticPoolEditionCapability> * Nullable<Microsoft.Azure.Management.Sql.Models.CapabilityStatus> * string -> Microsoft.Azure.Management.Sql.Models.ServerVersionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedEditions As IList(Of EditionCapability) = Nothing, Optional supportedElasticPoolEditions As IList(Of ElasticPoolEditionCapability) = Nothing, Optional status As Nullable(Of CapabilityStatus) = Nothing, Optional reason As String = Nothing)

パラメーター

name
String

サーバーのバージョン名。

supportedEditions
IList<EditionCapability>

サポートされているデータベース エディションの一覧。

supportedElasticPoolEditions
IList<ElasticPoolEditionCapability>

サポートされているエラスティック プール エディションの一覧。

status
Nullable<CapabilityStatus>

機能の状態。 使用可能な値は、'Visible'、'Available'、'Default'、'Disabled' です。

reason
String

機能が使用できない理由。

適用対象