SourceRegistryLoginMode 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 authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginModeTypeConverter))]
public struct SourceRegistryLoginMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginModeTypeConverter))>]
type SourceRegistryLoginMode = struct
interface IArgumentCompleter
Public Structure SourceRegistryLoginMode
Implements IArgumentCompleter, IEquatable(Of SourceRegistryLoginMode)
- Inheritance
-
SourceRegistryLoginMode
- Attributes
- Implements
Fields
Default | |
None |
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 SourceRegistryLoginMode (override for Object) |
Equals(SourceRegistryLoginMode) |
Compares values of enum type SourceRegistryLoginMode |
GetHashCode() |
Returns hashCode for enum SourceRegistryLoginMode |
ToString() |
Returns string representation for SourceRegistryLoginMode |
Operators
Equality(SourceRegistryLoginMode, SourceRegistryLoginMode) |
Overriding == operator for enum SourceRegistryLoginMode |
Implicit(SourceRegistryLoginMode to String) |
Implicit operator to convert SourceRegistryLoginMode to string |
Implicit(String to SourceRegistryLoginMode) |
Implicit operator to convert string to SourceRegistryLoginMode |
Inequality(SourceRegistryLoginMode, SourceRegistryLoginMode) |
Overriding != operator for enum SourceRegistryLoginMode |