Compartir a través de


WebSiteResource.GetSitePhpErrorLogFlagAsync(CancellationToken) Método

Definición

Descripción de obtiene los registros de eventos de la aplicación web.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/phplogging
  • IdWebApps_GetSitePhpErrorLogFlag de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>> GetSitePhpErrorLogFlagAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSitePhpErrorLogFlagAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>>
override this.GetSitePhpErrorLogFlagAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>>
Public Overridable Function GetSitePhpErrorLogFlagAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SitePhpErrorLogFlag))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a