ResourceExtensionParameterValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the key, value, and type of the parameter.
public class ResourceExtensionParameterValue
type ResourceExtensionParameterValue = class
Public Class ResourceExtensionParameterValue
- Inheritance
-
ResourceExtensionParameterValue
Constructors
ResourceExtensionParameterValue() |
Initializes a new instance of the ResourceExtensionParameterValue class. |
Properties
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. |
Applies to
Azure SDK for .NET