Deactivates a specific number of licenses.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeactivateLicenseRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeactivateLicenseRequest()()()() | Initializes a new instance of the DeactivateLicenseRequest class | 
|  | Capacity | 
            Capacity.
             | 
|  | 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 | 
            License ID.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCapacity(Decimal) | Obsolete. 
            Sets the Capacity.
             | 
|  | WithLicenseId(String) | Obsolete. 
            Sets the license ID.
             | 
 Remarks
 Remarks
            Deactivations can be done against a specific license ID
            after they have persisted for at least a 90-day period.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DeactivateLicenseRequest | |