BuildAuthTokenOperations interface
Interface representing a BuildAuthToken operations.
Properties
| list | Gets the token used to connect to the endpoint where source code can be uploaded for a build. |
Property Details
list
Gets the token used to connect to the endpoint where source code can be uploaded for a build.
list: (resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams) => Promise<BuildToken>
Property Value
(resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams) => Promise<BuildToken>