Skip to content

Extend License Consumption

licensemanager_extend_license_consumption R Documentation

Extends the expiration date for license consumption

Description

Extends the expiration date for license consumption.

Usage

licensemanager_extend_license_consumption(LicenseConsumptionToken,
  DryRun)

Arguments

LicenseConsumptionToken

[required] License consumption token.

DryRun

Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.

Value

A list with the following syntax:

list(
  LicenseConsumptionToken = "string",
  Expiration = "string"
)

Request syntax

svc$extend_license_consumption(
  LicenseConsumptionToken = "string",
  DryRun = TRUE|FALSE
)