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

PatchingMode Struct

Definition

Patching mode enum Serialized Name: PatchingMode

public readonly struct PatchingMode : IEquatable<Azure.ResourceManager.OracleDatabase.Models.PatchingMode>
type PatchingMode = struct
Public Structure PatchingMode
Implements IEquatable(Of PatchingMode)
Inheritance
PatchingMode
Implements

Constructors

PatchingMode(String)

Initializes a new instance of PatchingMode.

Properties

NonRolling

Non Rolling patching Serialized Name: PatchingMode.NonRolling

Rolling

Rolling patching Serialized Name: PatchingMode.Rolling

Methods

Equals(PatchingMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PatchingMode, PatchingMode)

Determines if two PatchingMode values are the same.

Implicit(String to PatchingMode)

Converts a string to a PatchingMode.

Inequality(PatchingMode, PatchingMode)

Determines if two PatchingMode values are not the same.

Applies to