ResourceExtensionParameterValue Class

 

Specifies the key, value, and type of the parameter.

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.ResourceExtensionParameterValue

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ResourceExtensionParameterValue()

Initializes a new instance of the ResourceExtensionParameterValue class.

Properties

Name Description
System_CAPS_pubproperty Key

Optional. The key of the parameter.

System_CAPS_pubproperty Type

Optional. Optional. Public | Private. If this value is set to Private, the parameter will not be returned by Get Deployment. You can only specify one public parameter and one private parameter for a maximum of two parameters.

System_CAPS_pubproperty Value

Optional. The value of the parameter.

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