ServerVersionCapability コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
機能が使用できない理由。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET