PatchInstallationState 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インストール操作が完了した後のパッチの状態。
public readonly struct PatchInstallationState : IEquatable<Azure.ResourceManager.Compute.Models.PatchInstallationState>
type PatchInstallationState = struct
Public Structure PatchInstallationState
Implements IEquatable(Of PatchInstallationState)
- 継承
-
PatchInstallationState
- 実装
コンストラクター
PatchInstallationState(String) |
PatchInstallationState の新しいインスタンスを初期化します。 |
プロパティ
Excluded |
除外。 |
Failed |
失敗。 |
Installed |
インストールされます。 |
NotSelected |
NotSelected。 |
Pending |
保留中 |
Unknown |
不明。 |
メソッド
Equals(PatchInstallationState) |
現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。 |
ToString() |
このインスタンスの完全修飾型名を返します。 |
演算子
Equality(PatchInstallationState, PatchInstallationState) |
2 つの PatchInstallationState 値が同じかどうかを判断します。 |
Implicit(String to PatchInstallationState) |
文字列を PatchInstallationState に変換します。 |
Inequality(PatchInstallationState, PatchInstallationState) |
2 つの PatchInstallationState 値が同じでないかどうかを判断します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET