Compartilhar via


AppPlatformBuildServiceResource.GetAppPlatformSupportedBuildpack Método

Definição

Obtenha o recurso buildpack com suporte.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • Operação IdBuildService_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)

Parâmetros

buildpackName
String

O nome do recurso buildpack.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

buildpackName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

buildpackName é nulo.

Aplica-se a