Share via


NameUnavailableReason Struct

Definition

reason of name unavailable.

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

Fields

AlreadyExists
Invalid

Methods

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

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

Equals(NameUnavailableReason)

Compares values of enum type NameUnavailableReason

Equals(Object)

Compares values of enum type NameUnavailableReason (override for Object)

GetHashCode()

Returns hashCode for enum NameUnavailableReason

ToString()

Returns string representation for NameUnavailableReason

Operators

Equality(NameUnavailableReason, NameUnavailableReason)

Overriding == operator for enum NameUnavailableReason

Implicit(NameUnavailableReason to String)

Implicit operator to convert NameUnavailableReason to string

Implicit(String to NameUnavailableReason)

Implicit operator to convert string to NameUnavailableReason

Inequality(NameUnavailableReason, NameUnavailableReason)

Overriding != operator for enum NameUnavailableReason

Applies to