次の方法で共有


ElasticPoolUpdateInner クラス

定義

エラスティック プールの更新を表します。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolUpdateInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolUpdateInner = class
    inherit Resource
Public Class ElasticPoolUpdateInner
Inherits Resource
継承
ElasticPoolUpdateInner
属性

コンストラクター

ElasticPoolUpdateInner()

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

ElasticPoolUpdateInner(String, String, String, IDictionary<String, String>, Nullable<DateTime>, ElasticPoolState, ElasticPoolEdition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

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

プロパティ

CreationDate

エラスティック プールの作成日を取得します (ISO8601 形式)。

DatabaseDtuMax

1 つのデータベースで使用できる最大 DTU を取得または設定します。

DatabaseDtuMin

すべてのデータベースが保証される最小 DTU を取得または設定します。

Dtu

データベース エラスティック プールの共有 DTU の合計を取得または設定します。

Edition

エラスティック プールのエディションを取得または設定します。 使用できる値は、'Basic'、'Standard'、'Premium'、'GeneralPurpose'、'BusinessCritical' です。

Id

リソース ID。Setter は、ネットワーク リソースで ID を設定する必要があるため、保護されます。

(継承元 ProxyResource)
Location

リソースの場所

(継承元 Resource)
Name

リソース名

(継承元 ProxyResource)
State

エラスティック プールの状態を取得します。 使用可能な値には、'Creating'、'Ready'、'Disabled' などがあります。

StorageMB

データベース エラスティック プールのストレージ制限を MB 単位で取得します。

Tags

リソース タグを取得または設定します。

Type

リソースの種類

(継承元 ProxyResource)
ZoneRedundant

このデータベース エラスティック プールがゾーン冗長であるかどうかを取得または設定します。これは、このデータベースのレプリカが複数の可用性ゾーンに分散されることを意味します。

メソッド

Validate()

オブジェクトを検証します。 検証が失敗した場合に ValidationException をスローします。

(継承元 Resource)

適用対象