DbServerPatchingStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DB Server patching status enum.
public readonly struct DbServerPatchingStatus : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DbServerPatchingStatus>
type DbServerPatchingStatus = struct
Public Structure DbServerPatchingStatus
Implements IEquatable(Of DbServerPatchingStatus)
- Inheritance
-
DbServerPatchingStatus
- Implements
Constructors
DbServerPatchingStatus(String) |
Initializes a new instance of Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingStatus. |
Properties
Complete |
Patching completed. |
Failed |
Patching failed. |
MaintenanceInProgress |
Patching in progress. |
Scheduled |
Patching scheduled. |
Methods
Equals(DbServerPatchingStatus) | |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DbServerPatchingStatus, DbServerPatchingStatus) | |
Implicit(String to DbServerPatchingStatus) | |
Inequality(DbServerPatchingStatus, DbServerPatchingStatus) |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET