你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TokenPasswordName Struct

Definition

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

Applies to