AWS SDK for .NET Documentation
ActivateLicenseRequest Class
AmazonAmazon.EC2.ModelActivateLicenseRequest Did this page help you?   Yes   No    Tell us about it...
Activates a specific number of licenses for a 90-day period. Activations can be done against a specific license ID.
Declaration Syntax
C#
public class ActivateLicenseRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivateLicenseRequest()()()()
Initializes a new instance of the ActivateLicenseRequest class

Capacity
The additional number of licenses to activate.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
EC2Request
 ActivateLicenseRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)