次の方法で共有


UpgradeOperationHistoricalStatusInfoProperties コンストラクター

定義

オーバーロード

UpgradeOperationHistoricalStatusInfoProperties()

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

UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo)

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

UpgradeOperationHistoricalStatusInfoProperties()

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

public UpgradeOperationHistoricalStatusInfoProperties ();
Public Sub New ()

適用対象

UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo)

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

public UpgradeOperationHistoricalStatusInfoProperties (Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoryStatus runningStatus = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default, Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker? startedBy = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner targetImageReference = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollbackStatusInfo rollbackInfo = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfoProperties : Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoryStatus * Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker> * Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner * Microsoft.Azure.Management.Compute.Fluent.Models.RollbackStatusInfo -> Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfoProperties
Public Sub New (Optional runningStatus As UpgradeOperationHistoryStatus = Nothing, Optional progress As RollingUpgradeProgressInfo = Nothing, Optional error As ApiError = Nothing, Optional startedBy As Nullable(Of UpgradeOperationInvoker) = Nothing, Optional targetImageReference As ImageReferenceInner = Nothing, Optional rollbackInfo As RollbackStatusInfo = Nothing)

パラメーター

runningStatus
UpgradeOperationHistoryStatus

アップグレード操作の全体的な状態に関する情報。

progress
RollingUpgradeProgressInfo

各状態の VM の数。

error
ApiError

エラー このアップグレードの詳細 (存在する場合)。

startedBy
Nullable<UpgradeOperationInvoker>

アップグレード操作の呼び出し側。 使用可能な値は、'Unknown'、'User'、'Platform' です。

targetImageReference
ImageReferenceInner

画像リファレンスの詳細

rollbackInfo
RollbackStatusInfo

実行された場合の OS ロールバックに関する情報

適用対象