SiteSlotDeploymentResource.GetDeploymentLogSlotAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>> GetDeploymentLogSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentLogSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>>
override this.GetDeploymentLogSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>>
Public Overridable Function GetDeploymentLogSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotDeploymentResource))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.