HibernateSupport 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.
Indicates whether hibernate is supported and enabled, disabled, or unsupported by the operating system. Unknown hibernate support is represented as null.
public readonly struct HibernateSupport : IEquatable<Azure.Developer.DevCenter.Models.HibernateSupport>
type HibernateSupport = struct
Public Structure HibernateSupport
Implements IEquatable(Of HibernateSupport)
- Inheritance
-
HibernateSupport
- Implements
Constructors
HibernateSupport(String) |
Initializes a new instance of HibernateSupport. |
Properties
Disabled |
Hibernate is not enabled. |
Enabled |
Hibernate is enabled. |
OsUnsupported |
Hibernate is not supported by the operating system. |
Methods
Equals(HibernateSupport) |
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(HibernateSupport, HibernateSupport) |
Determines if two HibernateSupport values are the same. |
Implicit(String to HibernateSupport) |
Converts a string to a HibernateSupport. |
Inequality(HibernateSupport, HibernateSupport) |
Determines if two HibernateSupport values are not the same. |
Applies to
Azure SDK for .NET