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