Condividi tramite


AppPlatformBuildServiceResource.GetAppPlatformSupportedBuildpack Method

Definition

Get the supported buildpack resource.

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

Parameters

buildpackName
String

The name of the buildpack resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

buildpackName is null.

Applies to