Share via


CloudServiceGetResponse.Resource Class

 

A resource.

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.CloudServiceGetResponse.Resource

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod CloudServiceGetResponse.Resource()

Initializes a new instance of the Resource class.

Properties

Name Description
System_CAPS_pubproperty ETag

Optional. ETag identifying the current entity revision on the server.

System_CAPS_pubproperty Label

Optional. Label of the resource.

System_CAPS_pubproperty Name

Optional. A name for the resource. The name must be unique within the subscription ID and cloud service.

System_CAPS_pubproperty OutputItems

Optional.

System_CAPS_pubproperty Plan

Optional. The plan of the resource.

System_CAPS_pubproperty ResourceProviderNamespace

Optional. Namespace identifier for the resource provider.

System_CAPS_pubproperty SchemaVersion

Optional. Optional version of the intrinsic properties for the resource. If not specified, you must conform to the default contract resource.

System_CAPS_pubproperty State

Optional. The current resource status.

System_CAPS_pubproperty SubState

Optional. An optional, more detailed resource status.

System_CAPS_pubproperty Type

Optional. The Type for the 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