BuildResource.GetAll(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 Azure.Response<Azure.ResourceManager.AppContainers.Models.BuildToken> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.Models.BuildToken>
override this.GetAll : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.Models.BuildToken>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BuildToken)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.