MockableAppContainersResourceGroupResource.GetBuilder 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 BuilderResource
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/builders/{builderName}.
- Operation Id. : Builders_Get.
- Default Api Version. : 2025-10-02-preview.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.BuilderResource> GetBuilder(string builderName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBuilder : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.BuilderResource>
override this.GetBuilder : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.BuilderResource>
Public Overridable Function GetBuilder (builderName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BuilderResource)
Parameters
- builderName
- String
The name of the builder.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
builderName is null.
builderName is an empty string, and was expected to be non-empty.