Bagikan melalui


IFileTaskRunRequest.SourceRegistryLoginMode 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? SourceRegistryLoginMode { 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.SourceRegistryLoginMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SourceRegistryLoginMode> with get, set
Public Property SourceRegistryLoginMode As Nullable(Of SourceRegistryLoginMode)

Property Value

Attributes

Applies to