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 | |
---|---|---|
ResourceExtensionParameterValue() | Initializes a new instance of the ResourceExtensionParameterValue class. |
Properties
Name | Description | |
---|---|---|
Key | Optional. The key of the parameter. |
|
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. |
|
Value | Optional. The value of the parameter. |
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.Compute.Models Namespace
Return to top