WebSiteSlotResource.GetSlotSiteDeploymentStatusSlotAsync Method

Definition

Gets the deployment status for an app (or deployment slot, if specified).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deploymentStatus/{deploymentStatusId}
  • Operation Id: WebApps_GetSlotSiteDeploymentStatusSlot
  • Default Api Version: 2023-12-01
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>> GetSlotSiteDeploymentStatusSlotAsync (Azure.WaitUntil waitUntil, string deploymentStatusId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSlotSiteDeploymentStatusSlotAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>>
override this.GetSlotSiteDeploymentStatusSlotAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>>
Public Overridable Function GetSlotSiteDeploymentStatusSlotAsync (waitUntil As WaitUntil, deploymentStatusId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CsmDeploymentStatus))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

deploymentStatusId
String

GUID of the deployment operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

deploymentStatusId is an empty string, and was expected to be non-empty.

deploymentStatusId is null.

Applies to