IRepositoryBranchAndAuth Interface

Definition

The stage of the container registry source trigger definition allowing to specify the branch of the repository and authentication credentials if needed to interact with the source control repository.

public interface IRepositoryBranchAndAuth
type IRepositoryBranchAndAuth = interface
Public Interface IRepositoryBranchAndAuth
Derived

Methods

WithRepositoryAuthentication(TokenType, String)

The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.

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

The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.

WithRepositoryBranch(String)

The function that specifies the branch of the respository to use.

Applies to