Associate Application To Entitlement
appstream_associate_application_to_entitlement | R Documentation |
Associates an application to entitle¶
Description¶
Associates an application to entitle.
Usage¶
appstream_associate_application_to_entitlement(StackName,
EntitlementName, ApplicationIdentifier)
Arguments¶
StackName |
[required] The name of the stack. |
EntitlementName |
[required] The name of the entitlement. |
ApplicationIdentifier |
[required] The identifier of the application. |
Value¶
An empty list.
Request syntax¶
svc$associate_application_to_entitlement(
StackName = "string",
EntitlementName = "string",
ApplicationIdentifier = "string"
)