Aracılığıyla paylaş


DevCenterHibernateSupport Struct

Definition

Indicates whether hibernate is enabled/disabled.

public readonly struct DevCenterHibernateSupport : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterHibernateSupport>
type DevCenterHibernateSupport = struct
Public Structure DevCenterHibernateSupport
Implements IEquatable(Of DevCenterHibernateSupport)
Inheritance
DevCenterHibernateSupport
Implements

Constructors

DevCenterHibernateSupport(String)

Initializes a new instance of DevCenterHibernateSupport.

Properties

IsDisabled

Disabled.

IsEnabled

Enabled.

Methods

Equals(DevCenterHibernateSupport)

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(DevCenterHibernateSupport, DevCenterHibernateSupport)

Determines if two DevCenterHibernateSupport values are the same.

Implicit(String to DevCenterHibernateSupport)

Converts a string to a DevCenterHibernateSupport.

Inequality(DevCenterHibernateSupport, DevCenterHibernateSupport)

Determines if two DevCenterHibernateSupport values are not the same.

Applies to