AppPlatformBuilderResource.GetAppPlatformBuildpackBinding Method

Definition

Get a buildpack binding by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}
  • Operation Id: BuildpackBinding_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource> GetAppPlatformBuildpackBinding (string buildpackBindingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBuildpackBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource>
override this.GetAppPlatformBuildpackBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource>
Public Overridable Function GetAppPlatformBuildpackBinding (buildpackBindingName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformBuildpackBindingResource)

Parameters

buildpackBindingName
String

The name of the Buildpack Binding Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

buildpackBindingName is null.

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

Applies to