ContainerAppResource.GetContainerAppsBuild(String, 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.
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.