Partager via


IRepositoryBranchAndAuth.WithRepositoryAuthentication Méthode

Définition

Surcharges

WithRepositoryAuthentication(TokenType, String)

Fonction qui permet à l’utilisateur d’entrer le type du jeton utilisé pour l’authentification et le jeton lui-même pour s’authentifier auprès du référentiel de contrôle de code source.

WithRepositoryAuthentication(TokenType, String, String, String, Int32)

Fonction qui permet à l’utilisateur d’entrer le type du jeton utilisé pour l’authentification et le jeton lui-même pour s’authentifier auprès du référentiel de contrôle de code source.

WithRepositoryAuthentication(TokenType, String)

Fonction qui permet à l’utilisateur d’entrer le type du jeton utilisé pour l’authentification et le jeton lui-même pour s’authentifier auprès du référentiel de contrôle de code source.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate WithRepositoryAuthentication (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType tokenType, string token);
abstract member WithRepositoryAuthentication : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate
Public Function WithRepositoryAuthentication (tokenType As TokenType, token As String) As IUpdate

Paramètres

tokenType
TokenType

Type du jeton utilisé pour l’authentification auprès du référentiel de contrôle de code source.

token
String

Jeton utilisé pour s’authentifier auprès du référentiel de contrôle de code source.

Retours

S’applique à

WithRepositoryAuthentication(TokenType, String, String, String, Int32)

Fonction qui permet à l’utilisateur d’entrer le type du jeton utilisé pour l’authentification et le jeton lui-même pour s’authentifier auprès du référentiel de contrôle de code source.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate WithRepositoryAuthentication (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType tokenType, string token, string refreshToken, string scope, int expiresIn);
abstract member WithRepositoryAuthentication : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType * string * string * string * int -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate
Public Function WithRepositoryAuthentication (tokenType As TokenType, token As String, refreshToken As String, scope As String, expiresIn As Integer) As IUpdate

Paramètres

tokenType
TokenType

Type du jeton utilisé pour l’authentification auprès du référentiel de contrôle de code source.

token
String

Jeton utilisé pour s’authentifier auprès du référentiel de contrôle de code source.

refreshToken
String

Jeton utilisé pour actualiser le jeton d’accès.

scope
String

Étendue du jeton d’accès.

expiresIn
Int32

Durée, en secondes, pendant laquelle le jeton reste valide.

Retours

S’applique à