AppPlatformBuildServiceResource.GetAppPlatformSupportedStack 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 de pile prise en charge.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
- IdBuildService_GetSupportedStack d’opération
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource> GetAppPlatformSupportedStack (string stackName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformSupportedStack : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
override this.GetAppPlatformSupportedStack : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
Public Overridable Function GetAppPlatformSupportedStack (stackName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformSupportedStackResource)
Paramètres
- stackName
- String
Nom de la ressource de pile.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
stackName
est une chaîne vide et devait être non vide.
stackName
a la valeur null.