ISqlRestorableDroppedDatabase インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
復元可能な削除されたデータベースAzure SQL含む応答。
public interface ISqlRestorableDroppedDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedDatabaseInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlRestorableDroppedDatabase>
type ISqlRestorableDroppedDatabase = interface
interface IBeta
interface IRefreshable<ISqlRestorableDroppedDatabase>
interface IHasInner<RestorableDroppedDatabaseInner>
interface IHasResourceGroup
interface IHasName
interface IHasId
Public Interface ISqlRestorableDroppedDatabase
Implements IBeta, IHasId, IHasInner(Of RestorableDroppedDatabaseInner), IHasName, IHasResourceGroup, IRefreshable(Of ISqlRestorableDroppedDatabase)
- 実装
プロパティ
CreationDate |
データベースの作成日を取得します (ISO8601 形式)。 |
DatabaseName |
データベースの名前を取得します。 |
DeletionDate |
データベースの削除日を取得します (ISO8601 形式)。 |
EarliestRestoreDate |
データベースの最も古い復元日を取得します (ISO8601 形式)。 |
Edition |
データベースのエディションを取得します。 |
ElasticPoolName |
データベースのエラスティック プール名を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
復元可能な削除されたデータベースAzure SQL含む応答。 (継承元 IHasInner<T>) |
MaxSizeBytes |
データベースの最大サイズ (バイト単位) を取得します。 |
Name |
リソースの名前を取得します (継承元 IHasName) |
Region |
リソースが存在する地理的な場所を取得します。 |
ResourceGroupName |
復元可能な削除されたデータベースAzure SQL含む応答。 (継承元 IHasResourceGroup) |
ServiceLevelObjective |
データベースのサービス レベル目標名を取得します。 |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET