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