DevboxDisksEncryptionEnableStatus Struct

Definition

Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption is enabled or not.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatusTypeConverter))]
public struct DevboxDisksEncryptionEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevboxDisksEncryptionEnableStatusTypeConverter))>]
type DevboxDisksEncryptionEnableStatus = struct
    interface IArgumentCompleter
Public Structure DevboxDisksEncryptionEnableStatus
Implements IArgumentCompleter, IEquatable(Of DevboxDisksEncryptionEnableStatus)
Inheritance
DevboxDisksEncryptionEnableStatus
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DevboxDisksEncryptionEnableStatus)

Compares values of enum type DevboxDisksEncryptionEnableStatus

Equals(Object)

Compares values of enum type DevboxDisksEncryptionEnableStatus (override for Object)

GetHashCode()

Returns hashCode for enum DevboxDisksEncryptionEnableStatus

ToString()

Returns string representation for DevboxDisksEncryptionEnableStatus

Operators

Equality(DevboxDisksEncryptionEnableStatus, DevboxDisksEncryptionEnableStatus)

Overriding == operator for enum DevboxDisksEncryptionEnableStatus

Implicit(DevboxDisksEncryptionEnableStatus to String)

Implicit operator to convert DevboxDisksEncryptionEnableStatus to string

Implicit(String to DevboxDisksEncryptionEnableStatus)

Implicit operator to convert string to DevboxDisksEncryptionEnableStatus

Inequality(DevboxDisksEncryptionEnableStatus, DevboxDisksEncryptionEnableStatus)

Overriding != operator for enum DevboxDisksEncryptionEnableStatus

Applies to