Partilhar via


AppPlatformSupportedBuildpackCollection.Get(String, CancellationToken) 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}
  • IdBuildService_GetSupportedBuildpack de operação
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource> Get (string buildpackName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>
Public Overridable Function Get (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 era esperado que não estivesse vazio.

buildpackName é nulo.

Aplica-se a