Share via


WebSiteResource.GetProductionSiteDeploymentStatus 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}/deploymentStatus/{deploymentStatusId}
  • Operation Id: WebApps_GetProductionSiteDeploymentStatus
  • Default Api Version: 2023-12-01
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> GetProductionSiteDeploymentStatus (Azure.WaitUntil waitUntil, string deploymentStatusId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProductionSiteDeploymentStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetProductionSiteDeploymentStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
Public Overridable Function GetProductionSiteDeploymentStatus (waitUntil As WaitUntil, deploymentStatusId As String, Optional cancellationToken As CancellationToken = Nothing) As 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