ResourceExtensionParameterValue Members
Specifies the key, value, and type of the parameter.
The following tables list the members exposed by the ResourceExtensionParameterValue type.
Public Constructors
Name | Description | |
---|---|---|
ResourceExtensionParameterValue | Initializes a new instance of the ResourceExtensionParameterValue class. |
Top
Public 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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ResourceExtensionParameterValue Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace