Share via


HibernateSupport Struct

Definition

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