Udostępnij za pośrednictwem


ISourceRegistryCredentials Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.SourceRegistryCredentialsTypeConverter))]
public interface ISourceRegistryCredentials : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.SourceRegistryCredentialsTypeConverter))>]
type ISourceRegistryCredentials = interface
    interface IJsonSerializable
Public Interface ISourceRegistryCredentials
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

LoginMode

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to