次の方法で共有


ServerOperation クラス

定義

サーバー操作。

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

コンストラクター

ServerOperation()

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

ServerOperation(String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>)

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

プロパティ

Description

操作の説明を取得します。

ErrorCode

操作エラー コードを取得します。

ErrorDescription

操作エラーの説明を取得します。

ErrorSeverity

操作エラーの重大度を取得します。

EstimatedCompletionTime

操作の推定完了時間を取得します。

Id

リソース ID を取得します。

(継承元 Resource)
IsCancellable

操作を取り消すことができるかどうかを取得します。

IsUserError

エラーがユーザー エラーかどうかを取得します。

Name

リソース名を取得します。

(継承元 Resource)
Operation

操作の名前を取得します。

OperationFriendlyName

操作のフレンドリ名を取得します。

PercentComplete

操作が完了した割合を取得します。

ServerName

サーバーの名前を取得します。

StartTime

操作の開始時刻を取得します。

State

操作の状態を取得します。 使用できる値は、'Pending'、'InProgress'、'Succeeded'、'Failed'、'CancelInProgress'、'Cancelled' です。

Type

リソースの種類を取得します。

(継承元 Resource)

適用対象