EnvironmentDefinitionParameter interface  
Properties of an Environment Definition parameter
Properties
| description | Description of the parameter NOTE: This property will not be serialized. It can only be populated by the server.  | 
| id | Unique ID of the parameter NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Display name of the parameter NOTE: This property will not be serialized. It can only be populated by the server.  | 
| read | 
	Whether or not this parameter is read-only. If true, default should have a value. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| required | Whether or not this parameter is required NOTE: This property will not be serialized. It can only be populated by the server.  | 
| type | A string of one of the basic JSON types (number, integer, array, object, boolean, string) NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
description
Description of the parameter NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
				Property Value
string
id
Unique ID of the parameter NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
name
Display name of the parameter NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
		readOnly
	 
	Whether or not this parameter is read-only. If true, default should have a value. NOTE: This property will not be serialized. It can only be populated by the server.
readOnly?: boolean
				Property Value
boolean
required
Whether or not this parameter is required NOTE: This property will not be serialized. It can only be populated by the server.
required?: boolean
				Property Value
boolean
type
A string of one of the basic JSON types (number, integer, array, object, boolean, string) NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string