Package version:

Interface representing a BuildAuthToken.

interface BuildAuthToken {
    list(resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams): Promise<BuildToken>;
}

Methods

Methods

  • Gets the token used to connect to the endpoint where source code can be uploaded for a build.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • builderName: string

      The name of the builder.

    • buildName: string

      The name of a build.

    • Optionaloptions: BuildAuthTokenListOptionalParams

      The options parameters.

    Returns Promise<BuildToken>