ResourceExtensionReference Class

 

Specifies the properties of a resource extension that should be installed on the Virtual Machine.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.ResourceExtensionReference

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ResourceExtensionReference()

Initializes a new instance of the ResourceExtensionReference class.

Properties

Name Description
System_CAPS_pubproperty Name

Optional. Specifies the name of the resource extension. You can use List Resource Extensions to find the names of available resource extensions.

System_CAPS_pubproperty Publisher

Optional. Specifies the name of the publisher who created the resource extension. You can use List Resource Extensions to find the publisher name of a resource extension.

System_CAPS_pubproperty ReferenceName

Optional. Specifies the reference name of the resource extension.

System_CAPS_pubproperty ResourceExtensionParameterValues

Optional. Contains a collection of parameters that are passed to the resource extension when it is installed.

System_CAPS_pubproperty State

Optional. Specifies the state of the resource extension.Possible values are: Enable | Disable. The default value is Enable.

System_CAPS_pubproperty Version

Optional. Specifies the version of the resource extension. You can use List Resource Extension Versions to find the version of the resource extension.

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

Return to top