SiteSlotDeploymentResource.GetDeploymentLogSlot(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 List deployment log for specific deployment for an app, or a deployment slot.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments/{id}/log
- Operation Id: WebApps_ListDeploymentLogSlot
- Default Api Version: 2024-04-01
- Resource: SiteSlotDeploymentResource
public virtual Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource> GetDeploymentLogSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentLogSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>
override this.GetDeploymentLogSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>
Public Overridable Function GetDeploymentLogSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDeploymentResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.