Compartir a través de


AppPlatformBuildServiceResource.GetAppPlatformSupportedBuildpackAsync Método

Definición

Obtenga el recurso buildpack admitido.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • IdBuildService_GetSupportedBuildpack de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>> GetAppPlatformSupportedBuildpackAsync (string buildpackName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformSupportedBuildpackAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>>
override this.GetAppPlatformSupportedBuildpackAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedBuildpackResource>>
Public Overridable Function GetAppPlatformSupportedBuildpackAsync (buildpackName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformSupportedBuildpackResource))

Parámetros

buildpackName
String

Nombre del recurso buildpack.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

buildpackName es una cadena vacía y se esperaba que no estuviera vacía.

buildpackName es null.

Se aplica a