Freigeben über


MaintenancePatchingMode Struct

Definition

Patching mode enum.

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

Constructors

Name Description
MaintenancePatchingMode(String)

Initializes a new instance of MaintenancePatchingMode.

Properties

Name Description
NonRolling

Non Rolling patching.

Rolling

Rolling patching.

Methods

Name Description
Equals(MaintenancePatchingMode)

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(MaintenancePatchingMode, MaintenancePatchingMode)

Determines if two MaintenancePatchingMode values are the same.

Implicit(String to MaintenancePatchingMode)

Converts a String to a MaintenancePatchingMode.

Inequality(MaintenancePatchingMode, MaintenancePatchingMode)

Determines if two MaintenancePatchingMode values are not the same.

Applies to