Check In License
licensemanager_check_in_license | R Documentation |
Checks in the specified license¶
Description¶
Checks in the specified license. Check in a license when it is no longer in use.
Usage¶
licensemanager_check_in_license(LicenseConsumptionToken, Beneficiary)
Arguments¶
LicenseConsumptionToken |
[required] License consumption token. |
Beneficiary |
License beneficiary. |
Value¶
An empty list.
Request syntax¶
svc$check_in_license(
LicenseConsumptionToken = "string",
Beneficiary = "string"
)