次の方法で共有


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

MaintenancePatchingMode(String)

Initializes a new instance of MaintenancePatchingMode.

Properties

NonRolling

Non Rolling patching.

Rolling

Rolling patching.

Methods

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

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