Class DeploymentElement
This is the superclass for model elements that describe deployment nodes, infrastructure nodes, and container instances.
[DataContract]
public abstract class DeploymentElement : Element
- Inheritance
-
DeploymentElement
- Derived
- Inherited Members
Properties
Environment
The deployment environment that this element belongs to.
[DataMember(Name = "environment", EmitDefaultValue = false)]
public string Environment { get; }
Property Value
Parent
Gets or sets the parent deployment element in the deployment hierarchy.
public override Element Parent { get; set; }