Compartir a través de


AppPlatformBuildServiceResource.GetAppPlatformSupportedStackAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>> GetAppPlatformSupportedStackAsync (string stackName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformSupportedStackAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>>
override this.GetAppPlatformSupportedStackAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>>
Public Overridable Function GetAppPlatformSupportedStackAsync (stackName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 espera que no esté vacía.

stackName es null.

Se aplica a