Activates a specific number of licenses for a 90-day period.
            Activations can be done against a specific license ID.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ActivateLicenseRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ActivateLicenseRequest()()()() | Initializes a new instance of the ActivateLicenseRequest class | 
|  | Capacity | 
            The additional number of licenses to activate.
             | 
|  | 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.) | 
|  | IsSetCapacity()()()() | 
            Checks if Capacity property is set
             | 
|  | IsSetLicenseId()()()() | 
            Checks if LicenseId property is set
             | 
|  | LicenseId | 
            The ID for the specific license to activate against.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCapacity(Decimal) | Obsolete. 
            Sets the additional number of licenses to activate.
             | 
|  | WithLicenseId(String) | Obsolete. 
            Sets the ID for the specific license to activate against.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ActivateLicenseRequest | |