Checks out the specified license.
licensemanager_checkout_license(ProductSKU, CheckoutType,
KeyFingerprint, Entitlements, ClientToken, Beneficiary, NodeId)
[required] Product SKU.
[required] Checkout type.
[required] Key fingerprint identifying the license.
[required] License entitlements.
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
License beneficiary.
Node ID.
svc$checkout_license( ProductSKU = "string", CheckoutType = "PROVISIONAL", KeyFingerprint = "string", Entitlements = list( list( Name = "string", Value = "string", Unit = "Count"|"None"|"Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second" ) ), ClientToken = "string", Beneficiary = "string", NodeId = "string" )