Deactivates a specific number of licenses.

C# |
public class DeactivateLicenseRequest : EC2Request

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.
|

Deactivations can be done against a specific license ID
after they have persisted for at least a 90-day period.

Object | ||
![]() | EC2Request | |
![]() | DeactivateLicenseRequest |