Share via


BuildAuthToken interface

Interface representing a BuildAuthToken.

Methods

list(string, string, string, BuildAuthTokenListOptionalParams)

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

Method Details

list(string, string, string, BuildAuthTokenListOptionalParams)

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

function list(resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams): Promise<BuildToken>

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.

options
BuildAuthTokenListOptionalParams

The options parameters.

Returns

Promise<BuildToken>