Sdílet prostřednictvím


ISourceRegistryCredentials.LoginMode Property

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.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The authentication mode which determines the source registry login scope. The credentials for the source registry\r\n        will be generated using the given scope. These credentials will be used to login to\r\n        the source registry during the run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginMode) }, ReadOnly=false, Required=false, SerializedName="loginMode")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginMode? LoginMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The authentication mode which determines the source registry login scope. The credentials for the source registry\r\n        will be generated using the given scope. These credentials will be used to login to\r\n        the source registry during the run.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginMode) }, ReadOnly=false, Required=false, SerializedName="loginMode")>]
member this.LoginMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginMode> with get, set
Public Property LoginMode As Nullable(Of SourceRegistryLoginMode)

Property Value

Attributes

Applies to