Share via


CloudServiceGetResponse.Resource Class

 

A resource.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource

Syntax

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

Constructors

Name Description
CloudServiceGetResponse.Resource()

Initializes a new instance of the Resource class.

Properties

Name Description
ETag

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

IntrinsicSettings

Optional. Gets or sets the intrinsic settings of resource.

Label

Optional. Label of the resource.

Name

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

OutputItems

Optional.

Plan

Optional. The plan of the resource.

ResourceProviderNamespace

Optional. Namespace identifier for the resource provider.

SchemaVersion

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

Type

Optional. The Type for the resource.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

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.Automation.Models Namespace

Return to top