Partager via


AppPlatformBuildServiceResource.GetAppPlatformSupportedBuildpack Méthode

Définition

Obtenez la ressource buildpack prise en charge.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • IdBuildService_GetSupportedBuildpack d’opération
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)

Paramètres

buildpackName
String

Nom de la ressource buildpack.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

buildpackName est une chaîne vide et devait être non vide.

buildpackName a la valeur null.

S’applique à