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