WebSiteOperationStatus Enumeration

 

The status of the asynchronous operation.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public enum class WebSiteOperationStatus

Member nameDescription
Created

The asynchronous request was created.

Failed

The asynchronous request failed.

InProgress

The asynchronous request is in progress.

Succeeded

The asynchronous request succeeded.

TimedOut

The asynchronous request timed out.

Return to top
Show: