BuildResource.GetAllAsync(CancellationToken) Method
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.
Gets the token used to connect to the endpoint where source code can be uploaded for a build.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/builders/{builderName}/builds/{buildName}/listAuthToken.
- Operation Id. : Builds_BuildAuthTokenList.
- Default Api Version. : 2025-10-02-preview.
- Resource. : BuildResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.Models.BuildToken>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.Models.BuildToken>>
override this.GetAllAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.Models.BuildToken>>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BuildToken))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.