Placement constraints.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Placement
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Placement()()()() | Initializes a new instance of the Placement class | 
|  | AvailabilityZone | 
            The Availability Zone of the instance.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupName | 
            The name of the placement group the instance is in.
             | 
|  | IsSetAvailabilityZone()()()() | 
            Checks if AvailabilityZone property is set
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetTenancy()()()() | 
            Checks if Tenancy property is set
             | 
|  | Tenancy | 
            The tenancy of the instance.
            
            Valid Values: default | dedicated
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the Availability Zone of the instance.
             | 
|  | WithGroupName(String) | Obsolete. 
            Sets the name of the placement group the instance is in.
             | 
|  | WithTenancy(String) | Obsolete. 
            Sets the tenancy of the instance.
            
            Valid Values: default | dedicated
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Placement |