次の方法で共有


OperationResult クラス

定義

操作の結果エンティティ。

[Microsoft.Rest.Serialization.JsonTransformation]
public class OperationResult
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OperationResult = class
Public Class OperationResult
継承
OperationResult
属性

コンストラクター

OperationResult()

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

OperationResult(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, String, String, String, String, String)

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

プロパティ

Code

エラーのコードを取得または設定します。

EndTime

操作の終了時刻を取得または設定します

Id

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

Message

エラー メッセージを取得または設定します。

Name

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

OperationKind

操作の種類を取得または設定します。

OperationState

操作の状態を取得または設定します。

PercentComplete

完了率を取得または設定します。

ProvisioningState

リソースのプロビジョニングされた状態を取得します。 使用可能な値には、'Running'、'Creating'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。

StartTime

操作の開始時刻を取得または設定します

Status

操作の結果の状態を取得または設定します。 使用可能な値には、'Succeeded'、'Canceled'、'Failed'、'Running' などがあります。

メソッド

Validate()

オブジェクトを検証します。

適用対象