次の方法で共有


RestorableDroppedSqlPool クラス

定義

復元可能な削除された Sql プール

[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorableDroppedSqlPool : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDroppedSqlPool = class
    inherit ProxyResource
Public Class RestorableDroppedSqlPool
Inherits ProxyResource
継承
RestorableDroppedSqlPool
属性

コンストラクター

RestorableDroppedSqlPool()

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

RestorableDroppedSqlPool(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

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

プロパティ

CreationDate

データベースの作成日を取得します (ISO8601 形式)

DatabaseName

データベースの名前を取得します

DeletionDate

データベースの削除日を取得します (ISO8601 形式)

EarliestRestoreDate

データベースの最も古い復元日を取得します (ISO8601 形式)

Edition

データベースのエディションを取得します

ElasticPoolName

データベースのエラスティック プール名を取得します

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Location

リソースが保存されている地理的な場所を取得します

MaxSizeBytes

データベースの最大サイズ (バイト単位) を取得します

Name

リソースの名前を取得します

(継承元 Resource)
ServiceLevelObjective

データベースのサービス レベル目標名を取得します

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

適用対象