Share via


CloudServiceListResponse.CloudService.AddOnResource.OperationStatus Class

 

The operation status of an individual resource item.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OperationStatus

Syntax

public class OperationStatus
public ref class OperationStatus 
type OperationStatus = class end
Public Class OperationStatus

Constructors

Name Description
System_CAPS_pubmethod CloudServiceListResponse.CloudService.AddOnResource.OperationStatus()

Initializes a new instance of the OperationStatus class.

Properties

Name Description
System_CAPS_pubproperty Error

Optional. The error details for operations that failed.

System_CAPS_pubproperty Result

Optional. The result of this operation status.

System_CAPS_pubproperty Type

Optional. The type of this operation status.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top