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