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