ISqlDatabaseImportExportResponse インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure SQL Database のインポートまたはエクスポート操作の結果を含む応答。
public interface ISqlDatabaseImportExportResponse : 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.ImportExportResponseInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ISqlDatabaseImportExportResponse = interface
interface IBeta
interface IIndexable
interface IHasInner<ImportExportResponseInner>
interface IHasId
interface IHasName
Public Interface ISqlDatabaseImportExportResponse
Implements IBeta, IHasId, IHasInner(Of ImportExportResponseInner), IHasName, IIndexable
- 実装
プロパティ
BlobUri |
BLOB URI を取得します。 |
DatabaseName |
データベースの名前を取得します。 |
ErrorMessage |
サーバーから返されたエラー メッセージを取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure SQL Database のインポートまたはエクスポート操作の結果を含む応答。 (継承元 IHasInner<T>) |
Key |
Azure SQL Database のインポートまたはエクスポート操作の結果を含む応答。 (継承元 IIndexable) |
LastModifiedTime |
最後に変更された時刻の操作状態を取得します。 |
Name |
リソースの名前を取得します (継承元 IHasName) |
QueuedTime |
キューに入った操作の時刻を取得します。 |
RequestId |
操作の UUID を取得します。 |
RequestType |
操作の要求の種類を取得します。 |
ServerName |
サーバーの名前を取得します。 |
Status |
サーバーから返されたステータス メッセージを取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET