PatchingMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET