Compartir a través de


AppPlatformBuildServiceResource.GetAppPlatformSupportedStack Método

Definición

Obtenga el recurso de pila admitido.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • IdBuildService_GetSupportedStack de operaciones
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)

Parámetros

stackName
String

Nombre del recurso de pila.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

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

stackName es null.

Se aplica a