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