DevCenterUserCustomizationsEnableStatus 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 user customizations are enabled.
public readonly struct DevCenterUserCustomizationsEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterUserCustomizationsEnableStatus>
type DevCenterUserCustomizationsEnableStatus = struct
Public Structure DevCenterUserCustomizationsEnableStatus
Implements IEquatable(Of DevCenterUserCustomizationsEnableStatus)
- Inheritance
-
DevCenterUserCustomizationsEnableStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterUserCustomizationsEnableStatus(String) |
Initializes a new instance of DevCenterUserCustomizationsEnableStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
User customizations are disabled. |
| Enabled |
User customizations are enabled. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterUserCustomizationsEnableStatus) |
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
| Name | Description |
|---|---|
| Equality(DevCenterUserCustomizationsEnableStatus, DevCenterUserCustomizationsEnableStatus) |
Determines if two DevCenterUserCustomizationsEnableStatus values are the same. |
| Implicit(String to DevCenterUserCustomizationsEnableStatus) |
Converts a string to a DevCenterUserCustomizationsEnableStatus. |
| Implicit(String to Nullable<DevCenterUserCustomizationsEnableStatus>) | |
| Inequality(DevCenterUserCustomizationsEnableStatus, DevCenterUserCustomizationsEnableStatus) |
Determines if two DevCenterUserCustomizationsEnableStatus values are not the same. |