Share via


CloudServiceListResponse.CloudService.AddOnResource Class

 

A store add-on 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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod CloudServiceListResponse.CloudService.AddOnResource()

Initializes a new instance of the AddOnResource class.

Properties

Name Description
System_CAPS_pubproperty ETag

Optional. The ETag for this resource.

System_CAPS_pubproperty Name

Optional. The user-input name of this item.

System_CAPS_pubproperty Namespace

Optional. The namespace in which this item resides.

System_CAPS_pubproperty OutputItems

Optional. Output items associated with an individual resource.

System_CAPS_pubproperty Plan

Optional. The plan for this item as selected by the user.

System_CAPS_pubproperty SchemaVersion

Optional. The schema version for this resource.

System_CAPS_pubproperty State

Optional. The state of this resource.

System_CAPS_pubproperty Status

Optional. Operation status items associated with an individual resource.

System_CAPS_pubproperty Type

Optional. The type of store item.

System_CAPS_pubproperty UsageLimits

Optional. Usage meters associated with an individual resource.

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