BuilderResource.GetBuild(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 BuildResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.BuildResource> GetBuild(string buildName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBuild : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.BuildResource>
override this.GetBuild : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.BuildResource>
Public Overridable Function GetBuild (buildName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BuildResource)
Parameters
- buildName
- String
The name of a 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.