Compartir a través de


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

Name Description
PatchingMode(String)

Initializes a new instance of PatchingMode.

Properties

Name Description
NonRolling

Non Rolling patching Serialized Name: PatchingMode.NonRolling

Rolling

Rolling patching Serialized Name: PatchingMode.Rolling

Methods

Name Description
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

Name Description
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