Udostępnij za pośrednictwem


ResourceExtensionParameterValue Class

Definition

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