Activates a license.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ActivateLicenseRequest
Public Class ActivateLicenseRequest
public ref class ActivateLicenseRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ActivateLicenseRequest()()()() | Initializes a new instance of the ActivateLicenseRequest class | |
| Capacity |
Gets and sets the Capacity property.
Specifies 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 |
Gets and sets the LicenseId property.
Specifies the ID for the specific license to
activate against.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithCapacity(Decimal) |
Sets the Capacity property
| |
| WithLicenseId(String) |
Sets the LicenseId property
|