你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PasswordName 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordNameTypeConverter))]
public struct PasswordName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordNameTypeConverter))>]
type PasswordName = struct
interface IArgumentCompleter
Public Structure PasswordName
Implements IArgumentCompleter, IEquatable(Of PasswordName)
- Inheritance
-
PasswordName
- Attributes
- Implements
Fields
Password | |
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 PasswordName (override for Object) |
Equals(PasswordName) |
Compares values of enum type PasswordName |
GetHashCode() |
Returns hashCode for enum PasswordName |
ToString() |
Returns string representation for PasswordName |
Operators
Equality(PasswordName, PasswordName) |
Overriding == operator for enum PasswordName |
Implicit(PasswordName to String) |
Implicit operator to convert PasswordName to string |
Implicit(String to PasswordName) |
Implicit operator to convert string to PasswordName |
Inequality(PasswordName, PasswordName) |
Overriding != operator for enum PasswordName |