次の方法で共有


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