UserCustomizationsEnableStatus 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatusTypeConverter))]
public struct UserCustomizationsEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatusTypeConverter))>]
type UserCustomizationsEnableStatus = struct
interface IArgumentCompleter
Public Structure UserCustomizationsEnableStatus
Implements IArgumentCompleter, IEquatable(Of UserCustomizationsEnableStatus)
- Inheritance
-
UserCustomizationsEnableStatus
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Disabled | |
| Enabled | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type UserCustomizationsEnableStatus (override for Object) |
| Equals(UserCustomizationsEnableStatus) |
Compares values of enum type UserCustomizationsEnableStatus |
| GetHashCode() |
Returns hashCode for enum UserCustomizationsEnableStatus |
| ToString() |
Returns string representation for UserCustomizationsEnableStatus |
Operators
| Name | Description |
|---|---|
| Equality(UserCustomizationsEnableStatus, UserCustomizationsEnableStatus) |
Overriding == operator for enum UserCustomizationsEnableStatus |
| Implicit(String to UserCustomizationsEnableStatus) |
Implicit operator to convert string to UserCustomizationsEnableStatus |
| Implicit(UserCustomizationsEnableStatus to String) |
Implicit operator to convert UserCustomizationsEnableStatus to string |
| Inequality(UserCustomizationsEnableStatus, UserCustomizationsEnableStatus) |
Overriding != operator for enum UserCustomizationsEnableStatus |