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)

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

public class ResourceExtensionReference

NameDescription
System_CAPS_pubmethodResourceExtensionReference()

Initializes a new instance of the ResourceExtensionReference class.

NameDescription
System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyPublisher

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_pubpropertyReferenceName

Optional. Specifies the reference name of the resource extension.

System_CAPS_pubpropertyResourceExtensionParameterValues

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

System_CAPS_pubpropertyState

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

System_CAPS_pubpropertyVersion

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

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: