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