Start Application
ssmsap_start_application | R Documentation |
Request is an operation which starts an application¶
Description¶
Request is an operation which starts an application.
Parameter ApplicationId
is required.
Usage¶
ssmsap_start_application(ApplicationId)
Arguments¶
ApplicationId |
[required] The ID of the application. |
Value¶
A list with the following syntax:
list(
OperationId = "string"
)
Request syntax¶
svc$start_application(
ApplicationId = "string"
)