Freigeben über


SourceRegistryLoginMode Struct

Definition

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

Name Description
SourceRegistryLoginMode(String)

Initializes a new instance of SourceRegistryLoginMode.

Properties

Name Description
Default

Default.

None

None.

Methods

Name Description
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

Name Description
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