MaintenancePatchingMode 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.
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
Azure SDK for .NET