Adds a zone where the processing unit is allowed to be deployed on.

C# | Visual Basic | Visual C++ | J# |
public virtual SpaceDeployment AddZone( string zone )
Public Overridable Function AddZone ( _ zone As String _ ) As SpaceDeployment
public: virtual SpaceDeployment^ AddZone( String^ zone )
public SpaceDeployment AddZone( String zone )

- zone (String)
- The zone in which the processing unit is allowed to be deployed on.

The SpaceDeployment set with the allowed zone to be deployed on.