SqlPoolOperation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Sql プール操作。
[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlPoolOperation : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolOperation = class
inherit ProxyResource
Public Class SqlPoolOperation
Inherits ProxyResource
- 継承
- 属性
コンストラクター
SqlPoolOperation() |
SqlPoolOperation クラスの新しいインスタンスを初期化します。 |
SqlPoolOperation(String, String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>) |
SqlPoolOperation クラスの新しいインスタンスを初期化します。 |
プロパティ
DatabaseName |
操作が実行されている Sql プールの名前を取得します。 |
Description |
操作の説明を取得します。 |
ErrorCode |
操作エラー コードを取得します。 |
ErrorDescription |
操作エラーの説明を取得します。 |
ErrorSeverity |
操作エラーの重大度を取得します。 |
EstimatedCompletionTime |
操作の推定完了時間を取得します。 |
Id |
リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (継承元 Resource) |
IsCancellable |
操作を取り消すことができるかどうかを取得します。 |
IsUserError |
エラーがユーザー エラーかどうかを取得します。 |
Name |
リソースの名前を取得します (継承元 Resource) |
Operation |
操作の名前を取得します。 |
OperationFriendlyName |
操作のフレンドリ名を取得します。 |
PercentComplete |
完了した操作の割合を取得します。 |
ServerName |
サーバーの名前を取得します。 |
StartTime |
操作の開始時刻を取得します。 |
State |
操作の状態を取得します。 使用可能な値は、'Pending'、'InProgress'、'Succeeded'、'Failed'、'CancelInProgress'、'Cancelled' です。 |
Type |
リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" (継承元 Resource) |
適用対象
Azure SDK for .NET