AutomationResource Class

 

An automation resource item.

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource

type AutomationResource = class end

NameDescription
System_CAPS_pubmethodAutomationResource()

Initializes a new instance of the AutomationResource class.

NameDescription
System_CAPS_pubpropertyETag

Optional. Gets or sets the ETag for this resource.

System_CAPS_pubpropertyIntrinsicSettings

Optional. Gets or sets the intrinsic settings of resource.

System_CAPS_pubpropertyName

Optional. Gets or sets the user-input name of this item.

System_CAPS_pubpropertyNamespace

Optional. Gets or sets the namespace in which this item resides.

System_CAPS_pubpropertyPlan

Optional. Gets or sets the plan for this item as selected by the user.

System_CAPS_pubpropertySchemaVersion

Optional. Gets or sets the schema version for this resource.

System_CAPS_pubpropertyState

Optional. Gets or sets the state of this resource.

System_CAPS_pubpropertyType

Optional. Gets or sets the type of the item.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: