你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DbServerPatchingStatus Struct

Definition

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