AppPlatformBuildServiceResource.GetAppPlatformSupportedBuildpack Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.