IRepositoryBranchAndAuth Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
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. |
WithRepositoryBranch(String) |
The function that specifies the branch of the respository to use. |
Applies to
Azure SDK for .NET