AppPlatformBuildServiceResource.GetAppPlatformSupportedBuildpack 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 the supported buildpack resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
- Operation Id: BuildService_GetSupportedBuildpack
- Default Api Version: 2022-12-01
- Resource: AppPlatformSupportedBuildpackResource
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 null.
buildpackName
is an empty string, and was expected to be non-empty.