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.
public readonly struct SourceRegistryLoginMode : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.SourceRegistryLoginMode>
type SourceRegistryLoginMode = struct
Public Structure SourceRegistryLoginMode
Implements IEquatable(Of SourceRegistryLoginMode)
- Inheritance
-
SourceRegistryLoginMode
- Implements
Constructors
SourceRegistryLoginMode(String) |
Initializes a new instance of SourceRegistryLoginMode. |
Properties
Default |
Default. |
None |
None. |
Methods
Equals(SourceRegistryLoginMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SourceRegistryLoginMode, SourceRegistryLoginMode) |
Determines if two SourceRegistryLoginMode values are the same. |
Implicit(String to SourceRegistryLoginMode) |
Converts a String to a SourceRegistryLoginMode. |
Inequality(SourceRegistryLoginMode, SourceRegistryLoginMode) |
Determines if two SourceRegistryLoginMode values are not the same. |
Applies to
Azure SDK for .NET