ContainerAppResource.GetContainerAppsBuild(String, CancellationToken) Method

Definition

Get a Container Apps Build resource.

public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsBuildResource> GetContainerAppsBuild(string buildName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppsBuild : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsBuildResource>
override this.GetContainerAppsBuild : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsBuildResource>
Public Overridable Function GetContainerAppsBuild (buildName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppsBuildResource)

Parameters

buildName
String

Name of the build.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

buildName is null.

buildName is an empty string, and was expected to be non-empty.

Applies to