TokenCertificateName 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 TokenCertificateName.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateNameTypeConverter))]
public struct TokenCertificateName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateNameTypeConverter))>]
type TokenCertificateName = struct
interface IArgumentCompleter
Public Structure TokenCertificateName
Implements IArgumentCompleter, IEquatable(Of TokenCertificateName)
- Inheritance
-
TokenCertificateName
- Attributes
- Implements
Fields
Certificate1 | |
Certificate2 |
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 TokenCertificateName (override for Object) |
Equals(TokenCertificateName) |
Compares values of enum type TokenCertificateName |
GetHashCode() |
Returns hashCode for enum TokenCertificateName |
ToString() |
Returns string representation for TokenCertificateName |
Operators
Equality(TokenCertificateName, TokenCertificateName) |
Overriding == operator for enum TokenCertificateName |
Implicit(String to TokenCertificateName) |
Implicit operator to convert string to TokenCertificateName |
Implicit(TokenCertificateName to String) |
Implicit operator to convert TokenCertificateName to string |
Inequality(TokenCertificateName, TokenCertificateName) |
Overriding != operator for enum TokenCertificateName |