CloudServiceOperationStatus Enumeration

 

The status of the asynchronous request.

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

public enum class CloudServiceOperationStatus

Member nameDescription
Failed

The asynchronous request failed.

InProgress

The asynchronous request is in progress.

Succeeded

The asynchronous request succeeded.

Return to top
Show: