WebSiteResource.GetSitePhpErrorLogFlag(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Gets web app's event logs.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/phplogging
- Operation Id: WebApps_GetSitePhpErrorLogFlag
- Default Api Version: 2023-12-01
- Resource: WebSiteResource
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag> GetSitePhpErrorLogFlag (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSitePhpErrorLogFlag : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>
override this.GetSitePhpErrorLogFlag : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>
Public Overridable Function GetSitePhpErrorLogFlag (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SitePhpErrorLogFlag)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.