Disassociate Application From Entitlement
appstream_disassociate_application_from_entitlement | R Documentation |
Deletes the specified application from the specified entitlement¶
Description¶
Deletes the specified application from the specified entitlement.
Usage¶
appstream_disassociate_application_from_entitlement(StackName,
EntitlementName, ApplicationIdentifier)
Arguments¶
StackName |
[required] The name of the stack with which the entitlement is associated. |
EntitlementName |
[required] The name of the entitlement. |
ApplicationIdentifier |
[required] The identifier of the application to remove from the entitlement. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_application_from_entitlement(
StackName = "string",
EntitlementName = "string",
ApplicationIdentifier = "string"
)